caim2015
caim2015
In my JSF Facelets application f:ajax is uesed,but error codes happend with japanese characters. It is easily reproducible. Here is the reproducer(demoapp). [demoapp.zip](https://github.com/javaserverfaces/mojarra/files/4460440/demoapp.zip) 1.index.xhtml ` ` 2.home.xhtml ` ` 3.glassfish-web.xml...
I am hitting the following error when the http session is timeout and ViewExpiredException happen and dispatch to the errorpage in GF4 or GF5. [jsfConversationNone.zip](https://github.com/javaserverfaces/mojarra/files/3052440/jsfConversationNone.zip) org.jboss.weld.context.NonexistentConversationException: WELD-000321: No conversation found...
I am trying set the HTML tag in outputText, as following: ` TestUtility.getJspToken returns a string "123456789". ### The test result: JSF1.1 ` JSF1.2 ` JSF2.2 ` In the JSF1.1,...