nested custom tag

2003-02-08 Thread Derek Shen
trying to figure out how can I put struts tag into the attribute of another customer tag. e.g. myTag id=bean:write name=bean property=property// The container does not like it. What's the way to do it? Thanks ds From: Jarnot Voytek Contr AU HQ/SC [EMAIL PROTECTED] Reply-To: Struts Users

Re: nested custom tag

2003-02-08 Thread Jeff_Mychasiw
[EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:nested custom tag trying to figure out how can I put struts tag into the attribute of another customer tag. e.g. myTag id=bean:write name=bean property=property// The container does not like it. What's the way to do it? Thanks

Re: nested custom tag

2003-02-08 Thread Derek Shen
, the container needs to evaluate/process the inner tag first and use the output of the inner tag to process the outter tag. From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: nested custom tag Date: Sat, 8 Feb 2003 16:33:07