1. How to show two items in a single row in |
2. JSF 2.1 + RichFaces 4 - Paging dataGrid stackoverflow.comI have |
3. Not working h:commandLink (inside rich:dataGrid and h:panelGrid) stackoverflow.comI have a problem with not working h:commandLink. Distinct: when I start my app - everythink is good, link is invoke at first time but when a rerender this part of ... |
4. How to make a bean class for rich:dataGrid? coderanch.comGood Day, I would like to use rich:dataGrid but don't know how to make the bean class for it. I've been in the richfaces4 live demo but there is no sample bean for the rich:dataGrid. I've also been searching the net but can't find one. Can somebody give me an example how to make one? Thanks in advance Binnie |
5. problems with a commandLink inside a rich:datagrid coderanch.comHello, I'm trying to create a photobook using a rich:datagrid. I have some pictures and I want to show them in rows and columns. When the user clicks on an item, the site should show its details. Actually, I display all the items, but unfortunately I am not able to execute the action "showDetails" in the backing bean: |