Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Uncaught ReferenceError: function is not defined ERROR

Harikrishna0208Mar 5 2019 — edited Mar 6 2019

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

This post has been answered by Timo Hahn on Mar 6 2019
Jump to Answer
Comments
Post Details
Added on Mar 5 2019
5 comments
717 views