1. Include sub-element inside JSF 2.0 component stackoverflow.comThis must be simple. I am trying to pass sub-element into a JSF component. I have my component declared as:
|
2. Call JSF action method from custom component with parameters and table stackoverflow.comI'm trying to make a composite component containing a table with a commandButton on each row, calling an actionmethod taking the row object as a parameter. It would look like this ... |
3. Use the same facelet component with different parameters coderanch.com |