Hi,
Jdev:12.1.3
I have a inputtext which calls a javascript function on value change in my JSFF fragment.
it started throwing this error
Uncaught ReferenceError: getSomeInfo is not defined
and the whole page becomes unresponsive.
Am not able to find out what is the real problem here.
Please help.
Code:
<af:resource type="javascript">
function getSomeInfo(event) {
......
}
<af:inputText value="#{pageFlowScope.UserName}" simple="true" >
<af:clientListener method="getUserLocation" type="valueChange"/>
</af:inputText>
Thanks,
Hari