Casey Lucas wrote:

> I recently was trying to use a tag as an attribute of another tag.
> For example:
>
>    <x:tag1 someAttribute="<x:tag2/>" />
>
> After realizing that tomcat would not support this type of use,
> I (briefly) looked through the spec.  I didn't find anything related to
> such use, so my question is this:
>
> Does anyone know if using tags as attributes of other tags is
> not allowed by the spec, or just not implemented in tomcat?
>

It's not legal JSP syntax -- attribute values must be either literal
strings or runtime expressions (<%= ... %>).

> tia.
>
> -Casey
>

Craig


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


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

Reply via email to