Hi, This would help;
http://myfaces.apache.org/sandbox/selectManyPicklist.html Cagatay On 5/18/07, Cormier, Matthieu <[EMAIL PROTECTED]> wrote:
Hello All, I am attempting to build a picklist JSF component. Here is a prototype of a pick list with javascript only: http://torch.cs.dal.ca/~mcormier/picker/ To create a picklist with columns tables are used. Rows in the table are built dynamically with javascript from supplied data. I have built a simple "Hello world" component but am at a loss as to whether a picklist component is possible. My main mental hurdle is how to get the data back after a form submit, because tables are not form elements. Do you think building such a component is possible? Are any components in myfaces/tomahawk similar to what I am attempting to build? (I could get a headstart by reading the component source) M@

