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:
> <select jwcid="@PropertySelection" model="ognl:@[EMAIL PROTECTED]"
> value="ognl:sex" />
>
> Now I wanted to add a default message for this combo box that would
> look like this:
> <select name="sex">
>   <option value="">Choose...</option>
> </select>
>
> But I can not nest that blank option tag inside a PropertySelection
> component. Does anyone has a solution for this?
>
>
> Thanks in advance,
>
> --
> What you want today, may not exist tommorrow
>
> Blog: http://joshuajava.wordpress.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to