Re: h:dataTable Beginner's question

2007-08-07 Thread Cagatay Civici
Hi, Tomahawk's selectItems may help. Regards, Cagatay On 8/6/07, David Delbecq <[EMAIL PROTECTED]> wrote: > > First alternative, using component binding (note: your backedbean must > be session scoped): > > > > > > > > > > In you backed bean

Re: h:dataTable Beginner's question

2007-08-06 Thread David Delbecq
First alternative, using component binding (note: your backedbean must be session scoped): In you backed bean: public void setComponent(UIComponent component) {...} public UIComponent getComponent() {...} public SelectItem[] getVersion() { ..

h:dataTable Beginner's question

2007-08-06 Thread Dipl.-Ing. Torsten Liermann
Hi, A Beginner's question to h:dataTable I have a table for each row another Combo box must be generated. The contents surrender from the current row object Unfortunately, the expression Language does not support the following syntax: Is there a callback into the backing bean which is ca