jsf - commandLink submitForm error after JDeveloper 11.1.1.6 install -
i installed jdeveloper 11.1.1.6 , opened simple test project created in 11.1.1.5. now, when clicking on jsf commandlink (h:commandlink), receive following error in web browser console:
uncaught referenceerror: submitform not defined
my web.xml contains following entries:
<servlet> <servlet-name>resources</servlet-name> <servlet-class>org.apache.myfaces.trinidad.webapp.resourceservlet</servlet-class> </servlet> ... <servlet-mapping> <servlet-name>resources</servlet-name> <url-pattern>/adf/*</url-pattern> </servlet-mapping> integrated weblogic @ version 10.3.5.
there no outside or custom javascript being referenced within application.
has experienced behavior , found solution it?
resolution provided on jdeveloper forum on otn: https://forums.oracle.com/forums/thread.jspa?messageid=10389015
in short: use af:commandlink
frank
Comments
Post a Comment