I have a web application which has开发者_JAVA百科 tomcat 6.0 and JSF 2.0 with richfaces 4.0.0 Final.
I have a h:commandlink control in page1. the control uses f:ajax to call to the following h:panelgroup :
I am using http://myfaces.apache.org/core20/index.html and http://myfaces.apache.org/tomahawk-project/tomahawk20/tagdoc/t_selectOneRadio.html.
I face with situation, when item selection fromdoes not change bean property. MethodsetCurrentOrg() does not invoked.
I\'m creating a cu开发者_StackOverflowstom component whose attribute accepts an instance of an object
I need a solution to the below scenario. I have a home page with a multi select list box and a submit button. Now the list box has only around 开发者_Go百科5 items but in future there can be 50 - 100
I rode that is recommended to use CDI beans as backing beans instead of JSF managed beans. So i decided to create a little example, to understand how it works, for a @RequestScopedBean:
I need some browser specific CSS in my JSF2 application (Mojarra 2.1, Tomcat 7). I tried adding to my template:
I have a JSF 2 webapp that is using PrimeFaces 3.0 components. On one page, I\'m using the <p:dataTable> component inside a composite component to display a table of objects. I\'ve had success w
I\'m using th开发者_JAVA百科e Google Maps API to get a users location on the client side...I want to then send this to the server side to do some processing and populate a select box (with local addre