trinidad « MyFaces « JSF Q&A





1. Explain to me the different JSF component libraries relate    stackoverflow.com

Even though i spend whole days developing a JSF application, i've never had any training on the matter and I have to admin I am a still confused how the whole ...

2. How can I determine what constitutes valid nesting of tags in Apache Trinidad Faces?    stackoverflow.com

I have a complex application that contains a mix of JSF and Apache MyFaces. In any case, I'm getting a runtime ServletException about a ConvertNumberTag () that's invalidly-nested (currently, it's under ...

3. Apache Trinidad MyFaces problem with trigers    stackoverflow.com

I'm trying to create dependence between checkbox & textbox. If checkbox is selected textbox should be required to fill. If not it can be empty. I created xhtml like this:

   ...

4. trinidad 2 and myfaces 2.13    stackoverflow.com

I have started a brand new web application, using myfaces 2.1.3, tomahawk 20-1.1.11 and trinidad 2.0.0. I followed the developers guide and got facelets, jsf and the tomahawk stuff to work. ...

5. Trinidad skinFactoryImpl with AgentUtil.java    stackoverflow.com

I'm new to Trinidad and myFaces. I'm trying to get my skin to be selected properly based on the user-agent from my AgentUtil Class. my css is css/skins/bigfont.css ...

6. Myfaces special text in redered pages    stackoverflow.com

I have a myfaces 2.1.3, trinidad 2 and tomahawk 2 site on Tomcat7. I opened one of the pages rendered source to find a problem and saw this I set all the ...

7. How to clear all pageFlowScope maps from session?    stackoverflow.com

How to clear pageFlowScopes and view caches from session when we are sure its no longer required? Following clears pageFlowScope map in current request context

    RequestContext requestContext = RequestContext.getCurrentInstance();
 ...

8. Trinidad selectManyListbox loses its values after failed validation?    stackoverflow.com

I have a Trinidad selectManyListbox on one of my application pages, as follows

<tr:selectManyListbox value="#{dataManagementLoader.selectedColumns}"   
     valuePassThru="true"   
     id="usedColumns"
  ...





10. Trinidad Myfaces    coderanch.com

12. Usage of org.apache.myfaces.trinidad.CLIENT_STATE_METHOD    coderanch.com

Hi, I am new to JSF and trying to use the Trinidad JSF implementation. In my Application the standard JSF javax.faces.STATE_SAVING_METHOD is set to "client". Based on this tag I have come across the Trinidad "org.apache.myfaces.trinidad.CLIENT_STATE_METHOD" context-param. From the Trinidad documentation I understand that the default value of "token" will store the page state in the HttpSession and setting its ...