Sorry Frank,

I don't use Resin, just plain Tomcat. If you take a look in the 1.2 specs,
the definition for rtexprvalue is scriptlet expression, you will see a tag
attribute can only accept runtime scriptlet expression values <%=these%> or
Strings.

I wonder if Resin uses that if it is not something off-spec, some addition.

Wellington

-----Original Message-----
From: frank waldheim [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 21, 2001 4:07 PM
To: '[EMAIL PROTECTED]'
Subject: Re: how to quote nested tags


* "Lacerda, Wellington (AFIS)" <[EMAIL PROTECTED]> 
 2001-06-21 (12:19:08):

> In the current spec it is not allowed to use a tag inside another tag.

apparently resin doesn't care much about that restriction.
where did you read that? 
but it deals with 'request time attributes' (2.13.1 1.2spec).
in a way, that you are not allowed to *mix* different styles
of 'filling' your attribute.
so you have to use:

name="value" or
name="<%=myVal%> or
name="<tags:tag do="things"/>"

but *not*:

name="<tags:tag do="things"/><%=uid%>"

so what do the other app-server think about this? ;)

         - fw

-- 
 \|/ ____ \|/ ----------([EMAIL PROTECTED])-------------
  @~/ ,. \~@            
 /_( \__/ )_\   waste of money, brains and time - wombat()
    \____/  -----------------------------------------------------

Reply via email to