You can't use a tag as input to another tag's attributes.

David



From: "Rajesh P" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Subject: Custom tags with Struts Date: Tue, 18 Feb 2003 20:49:48 +0530

Hello Everyone,
I had created a Custom tag for formatting number to decimal places based on some business rules. The tag looks like this:
<formatChecker:check value=" "/>
In the value attribute I need to send data from my form bean. I tried as follows:
<formatChecker:check value='<bean:write name="fbname" value="price"/>'/>
I tried with single quotes and double quotes, but the custom tag does not evaluate the struts bean tag but takes the value as "<bean:write name="fbname" value="price"/>"
Please, can anyone tell me how i can proceed with this.
Thanks in advance,
Rajesh

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

_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail


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

Reply via email to