As others have said, it means "run-time expression".  Specifically, it
means the value CAN be specified by a JSP expression scriptlet
(beginning with "<%=").  Ironically, calling it a "run-time expression"
is now a little too general, because the JSTL allows us to evaluate
values at "run-time", but attribute values specified in the JSTL (the EL
part, at least) are not "run-time expressions" as this refers to,
because they are not JSP expression scriptlets.

-----Original Message-----
From: Sundar Narasimhan [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 6:27 AM
To: [EMAIL PROTECTED]
Subject: what does RT Expr mean

In the bottom of the documentation on the attributes of several tags I
see [RT Expr].. what does that mean? Is it documented anywhere?

Thanks.

---------------------------------------------------------------------
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