You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Scott Power <sp...@jacqueswhitford.com> on 2003/04/11 16:39:53 UTC

Want to use a bean:write tage inside a custom tag as a parameter, having problems?

Sorry about the multiple message, I messed up sending it severla times.

Hi guys,

I have a custom tag which takes several parameters, one of the
parameters I wish to get through a bean:write tag all of which is inside
a logic:iterate tag.   

I am having some trouble doing this, I tried different combinations of
single and double quotes and \'s for escape characters but all with no
luck.

This is what I want to do:
<custom:tag param1="FormName" param2="scope" param3=<bean:write
name="Form" property="id"> param4="length" >

but the < of the bean write is throwing it off and I can't seem to find
a work around.  Does anybody have any ideas?

Thanks for you help in Advance.

Scott

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