> <html:option value="<bean:write name='myselection'
property='agent'/>">
You can't nest tags in this way. It's not a Struts limitation, it's an
XML thing. You can makme it work by using the EL version of the html
tags:
<html-el:option value="${myselection.agent}"/>
Or is it agent.myselection? I'm not terribly familiar with the bean
tags.
--
Tim Slattery
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]