Dear all, I have statically set up an Option component as such: <option jwcid="@Option" label="message:male" selected="ognl:selected" /> <option jwcid="@Option" label="message:female" selected="ognl:selected" />
But the html rendered as such: <option value="0">Male</option> <option value="1">Female</option> I need to set up the value to be male and female instead of 0 and 1. Is this possible in Tapestry. I couldn't find it in the Option and Select component document. Thanks in advance. -- It's not just about coding, it's a matter of fulfilling your core being YM!: thejavafreak Blog: http://joshuajava.wordpress.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]