1. Referring in EL to specific instance of h:datatable iteration variable stackoverflow.comOkay. Complex Title for a simple(?) problem. I have something like this going on (I made it as simple as possible here to illustrate)
|
2. JSF 'total' variable for datatable stackoverflow.comI have read the previous post: JSF 'total' variable something like c:set in JSTL. Although the answer suggests that the total should come from the backing bean, I have ... |
3. dataTable, inputText and value saving of a "not direct" bean variable stackoverflow.comI have a dataTable with a list of inputTexts:
|
4. Access to dataTable variable in Custom Component coderanch.comHere is my situation: We have written a custom component to do validation. This component includes a parameter called fieldLabel. This parameter is used to display the name of the field that validated incorrectly. So far, so good. The problem comes from using this validator within an |
5. Variable number of columns within dataTable coderanch.comHi, On my backing bean, I have a list of Player objects. Each Player object has a list of Card objects. On my jsf page, I want to display a dataTable with one row per Player and one column per Card. Since each player may have a different number of cards, I need to have a way of determining how many ... |