Isn't the issue nesting tags? Unfortunately I was not
able to see the entire example from the original post,
but if you put a <bean:write.../> inside another JSP
tag it's going to break because you can't nest tags
like that.

I wouldn't think the extra quotes would stop the tag
from executing.

d.

--- Antonio Petrelli <[EMAIL PROTECTED]>
wrote:

> 2007/9/11, pavan reddy <[EMAIL PROTECTED]>:
> >
> > an html attribute should be passed  in quotes,
> removing doesnt really help
> 
> 
> In your example there are both single and double
> quotes: the double ones
> interfere with the ones that you use in <bean:write>
> tag.
> HTML attributes can have either single or double
> quotes: you can choose
> among them.
> BTW did you try removing the double quotes?
> 
> Antonio
> 


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

Reply via email to