I was using Tomcat 6.0.26 with my project since long time. Now, I need to use EL 2.2 in this project so I moved it to Tomcat 7.0.19 with no other changes (Using Mojarra 2.1.2-b04 with RichFaces 4.0.0)
I tested new Flash scope in JSF2 but I found a major issue with it or I am lacking some knowledge. Having a page:
I know there are a number of posts about convert开发者_运维技巧ing empty string to null in JSF2. The usual prescription is to add the following to web.xml.
Due to the problem with @ViewScoped, I have to use ui:repeat instead of开发者_StackOverflow社区 c:foreach in my facelet.However I encounter this problem and I wonder if anyone can suggest a work-aroun
I have a problem when using h:head tag. I am using JSF 2.0 Mojarra\'s implementation. I try examples just like the ones provided here and here.
I\'m noticing that mojarra outputs 开发者_开发知识库named html entities in many cases as opposed to numbered entities. This seems to cause issues when using an application/xhtml+xml content type. I lo
It seems like the partial requests don\'t use the faces context instances that are created by FacesContextFactory implementations.
It appears that if you use a selectManyCheckbox backed by a set that is proxied by hibernate you will run into problems with the dreaded LazyInitializationException. This has nothing to do with the st
I have a JSF Mojarra 2.0.3 app that was developed entirely on Tomcat 7 where it works superbly.I 开发者_StackOverflow社区need to deploy this application on JBoss or on Glassfish and the application ru
I\'m using JSF/2.0 with vanilla Mojarra. I\'ve got a listtable of clients loading up on a screen, and 10 seconds after the screen loads, I w开发者_如何学JAVAant to put an individual dollar value nex