mojarra « Data « JSF Q&A





1. JSF 2 Mojarra -- Required attribute not being honored after f:ajax render    stackoverflow.com

Consider this simple example. If I have a form like this I obviously get a validation error when submitting with no value in the inputText:

<h:form id="testForm" prependId="false">

    <h:selectOneMenu ...

2. ui:repeat var attribute not working as expected    stackoverflow.com

Due to the problem with @ViewScoped, I have to use ui:repeat instead of c:foreach in my facelet. However I encounter this problem and I wonder if anyone can suggest ...

3. Mojarra loses view parameter    stackoverflow.com

I am trying to implement post-redirect-get pattern in Mojjara. I have two pages with the same header and a search form in it. Both pages have included in their common template these ...