repeat « Tag « JSF Q&A





1. Different div tag ids with     stackoverflow.com

I am trying to generate div tags dynamically depending on the number of items, contained in the 'deviceSel' from the backing beans. For each of the div tag, I am populating ...

2. How to render different ui tags in a ui:repeat    stackoverflow.com

I'm developing an application in JSF 2.0. In the application there has to be a page where users can create document templates. It's comparable to the Google docs form feature. For ...

4. Row index in ui:repeat tag    coderanch.com

I want urgent solution to this. I am using ui:repeat tag to iterate over a list. Now in that I need to do some processing based on the current iteration index like we have in a normal for loop. I have to do some processing based on the current iteration index. Can anyone tell me how can I get that. Any ...

5. JSF ui:repeat tag dymanic id creation issue    coderanch.com

Hi We are trying to populate few of the bean params inside controller These are dynamically generated attributes from back end .. so we need to capture these param inside the controller We have custom scope which is integrated with spring which is view. These form data is getting lost since we are using modal window for navigation and thus it ...