Hi,
I have a datatable in a jsf page. At every row there is a HtmlSelectOne component, and I need to populate these components with data, based on the value of the current row. For example if i had a table which iterates on categories, i need to populate the selectone-s with some data based on category id.
How can a do that? I don't want my Category object to hold List<SelectItem> instances, because these are JSF things.
[Message sent by forum member 'gabox01' (gabox01)]
http://forums.java.net/jive/thread.jspa?messageID=356915