Argh!   Can you point me at a technique for accomplishing this?
The input for the SELECT is a list of pairs of string (A1,A2) where A1 is to be the value tag of the option, and A2 is the visible display for the option element. The list comes up out of the database, and changes (slowly) over time. There will be other cases were the list changes rapidly. So I can't hardcode it onto the page.
Can it be done with JSTL, or do I run into similar nesting restrictions?

Thanks,
Ken

Dave Newton wrote:
--- Ken Bowen <[EMAIL PROTECTED]> wrote:
      <logic:equal  name="configCommsForm"
             property="mobileEmailService"
value="<bean:write name='item' property='key'/>">SELECTED</logic:equal>
    >

That's not valid JSP; you can't nest custom tags like that.

Dave


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



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

Reply via email to