To explain David's response :
You can't use a "JSP custom tag" as input to another "JSP custom tag"'s
attributes.

In JSP, HTML tags are just plain text (no matter how they are nested with
JSP code), but JSP tags must be nested as XML style.

Nico.


but i was able to use the struts tag within a html tag as follows:
<input type="hidden" name='<bean:write name="fb" property="prop1"/>'
value='<bean:write name="fb" property="prop2"/>'>



-----Original Message-----
From: David Graham [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 18, 2003 9:07 PM
To: [EMAIL PROTECTED]
Subject: Re: Custom tags with Struts


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]


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


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

Reply via email to