I have a simple composite component with an optional ajax listener implemented with the richfaces a4j:ajax component.
I tried some ways to achieve this simple thing : Show a collection of POJOs in form of checkboxes When i click on one of the checkboxes, a method should be executed
With code like this : <h:selectBooleanCheckbox value=\"#{user.data[\'selected\']}\"> <f:ajax event=\"click\" listener=\"#{timetableBean.processUserEvents}\"/>
i\'m starting to using the new version of Eclipse , version 3.7 (Eclipse Indigo). My problem is simple, i\'m developing in JSF 2.0 using GlassFish 3.0 as a server, if i try:
In my application I use a rich:subTable inside a rich:dataTable. I want to get the index of the rich:开发者_开发知识库subTable inside the rich:dataTable when I click on a row of the rich:subTable. Is
I\'m trying to better understand the low-level workings of a @ViewScop开发者_运维百科ed bean in JSF 2. Where does the server keep the view-scoped bean between requests? I\'ve noticed that my view-scop
If you do this: <h:commandButton action=\"...\" onclick=\"return false\" /> The action will not occur.
I\'m trying to create my own selectManyCheckbox with composite components. But when I try to use my own selectItem component, t开发者_运维知识库he items won\'t be rendered.
In my current project we\'re trying to write an application (using SUN RI JSF 2.0) implementation mainly for accessibility (with JAWS and windows EYE).
I have List<Product> products in my backEnd Bean which contains about 70 items. I need to show it as 3 X 4 table with option to navi开发者_C百科gate between pages \"next\", \"Previous\" and opt