From: pavan reddy <[EMAIL PROTECTED]>
> when i use it normally it works , bean has no values 
> arises only  when i pass in the value to another tags 
> attribute. 
>
> attribute="'<bean:write name="bean" property="abc"/>'"

Then my original comment still stands: you cannot nest JSP tags (although 
Antonio is correct that you have an unnecessary set of quotes).

See, this works:

<a href="<some:tag .../>">...

because <a.../> isn't a JSP tag, it's HTML.

This doesn't, AFAIK, and is not valid XML:

<some:tag foo="<some:otherTag.../>" .../>

d.




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

Reply via email to