In my case JS was disabled by this:
Had to remove that.Code:<context-param> <param-name>org.apache.myfaces.ALLOW_JAVASCRIPT</param-name> <param-value>false</param-value> </context-param>
In my case JS was disabled by this:
Had to remove that.Code:<context-param> <param-name>org.apache.myfaces.ALLOW_JAVASCRIPT</param-name> <param-value>false</param-value> </context-param>
hmm ok, don't have such an option under mojorra. Bug seams to be somewhere else.
I have now tried to replace mojorra with myfaces but I allways get the following error:
No Factories configured for this Application. This happens if the faces-initialization does not work at all
I then have added the listener to the web.xml file
<listener>
<listener-class>org.apache.myfaces.webapp.StartupServletCont extListener</listener-class>
</listener>
Is something else needed to rund Myfaces with Spring Webflow? Would be nice if I could verify that my bug is only apearing in Mojorra and not in MyFaces too.
Thanks for any support.
Well, MyFaces work for me. You can find detailed info on a configuration process on their site.
In addition you can look at generated HTML for commandLink to see if JS is generated.