You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Bill Page <Bi...@DigitalGarden.com> on 2002/03/29 23:10:51 UTC

what does RT Expr

in the tag docs I see a [RT Expr] in a lot of the attribute definitions.
What does this mean?  I can't find a def anywhere in the struts docs.

thanks
	
	bill page
	billp@digitalgarden.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: what does RT Expr

Posted by John Kroubalkian <Jo...@Kroubalkian.com>.
rtrexprvalue - "if the attributes value may be dynamically calculated at
runtime by a scriptlet expression"
- from the JSP 1.2 Specification.

If it isn't specified it is false by default.  Which means that it can only
have a static value.

Regards,
John

----- Original Message -----
From: "Bill Page" <Bi...@DigitalGarden.com>
To: "Struts Users Mailing List (E-mail)" <st...@jakarta.apache.org>
Sent: Friday, March 29, 2002 3:10 PM
Subject: what does RT Expr


> in the tag docs I see a [RT Expr] in a lot of the attribute definitions.
> What does this mean?  I can't find a def anywhere in the struts docs.
>
> thanks
>
> bill page
> billp@digitalgarden.com
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: what does RT Expr

Posted by Sandeep Takhar <sa...@yahoo.com>.
run-time expression.

it means you can pass a script variable

like param="<%= scriptVariable %>"
--- Bill Page <Bi...@DigitalGarden.com> wrote:
> in the tag docs I see a [RT Expr] in a lot of the
> attribute definitions.
> What does this mean?  I can't find a def anywhere in
> the struts docs.
> 
> thanks
> 	
> 	bill page
> 	billp@digitalgarden.com
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - send holiday greetings for Easter, Passover
http://greetings.yahoo.com/

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>