Re: Blank value for PropertySelection

2007-11-28 Thread Steve Shucker
Look at the LabeledPropertySelectionModel. From the javadoc: Decorates an underlying [EMAIL PROTECTED] IPropertySelectionModel}adding an initial property. The label, option, and value of the initial property are configurable. Joshua Jackson wrote: Dear all, I have a combo box defined as fo

Re: Blank value for PropertySelection

2007-11-28 Thread Andreas Andreou
http://tapestry.apache.org/tapestry4/tapestry/apidocs/org/apache/tapestry/form/IPropertySelectionModel.html On Nov 28, 2007 9:56 AM, Joshua Jackson <[EMAIL PROTECTED]> wrote: > Dear all, > > I have a combo box defined as follow: > value="ognl:sex" /> > > Now I wanted to add a default message for

Blank value for PropertySelection

2007-11-27 Thread Joshua Jackson
Dear all, I have a combo box defined as follow: Now I wanted to add a default message for this combo box that would look like this: Choose... But I can not nest that blank option tag inside a PropertySelection component. Does anyone has a solution for this? Thanks in advance, -- What yo