ryangr wrote:
I have a custom tag declared in my view as such:
<wd:documentTypeList id="document.type" selectedType="<s:property
value="%{document.type}" />" showNoneOption="true" />

The problem is it then throws an exception with the message "Unterminated
&lt;wd:documentTypeList tag".

Obviously there's a problem with the tag thinking it is being closed at the
<s:property value=" quotation mark,

You can't nest custom tags like that.

but my question is how can I pass a
Struts property to a custom tag attribute?

Does:

<wd:documentTypeList id="document.type"
    selectedType="${document.type}" showNoneOption="true" />

not work?

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to