Hi List,

I have a strange problem - I'm trying to display a ArrayList made of LabelValueBeans. I'm trying to display them in a <html:options> like this:

<html:select property="status">
    <html:options collection="${sessionScope.status}" />
</html:select>

But, All I'm getting is a bunch of javascript gibberish (which I think, comes from validation-rules.xml or something) written across the screen. Am I missing something important here? Please help!

TIA,
-Vamsee.

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



Reply via email to