RE: what does RT Expr mean

2003-01-29 Thread pqin
Means using JSTL? Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Sundar Narasimhan [mailto:[EMAIL PROTECTED]] Sent: January 29, 2003 9:27 AM To: [EMAIL PROTECTED] Subject: what does RT Expr mean In the bottom of

RE: what does RT Expr mean

2003-01-29 Thread Jörg Maurer
RT EXPR aka Run time expression means denoted value is/may evaluated at run-time, not at compilation time. -Original Message- From: Sundar Narasimhan [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 29. Jänner 2003 15:27 To: [EMAIL PROTECTED] Subject: what does RT Expr mean In the bottom of

RE: what does RT Expr mean

2003-01-29 Thread Quentin.Cope
Run Time expression. i.e. evaluated at run time. Quentin -Original Message- From: Sundar Narasimhan [mailto:[EMAIL PROTECTED]] Sent: 29 January 2003 14:27 To: [EMAIL PROTECTED] Subject: what does RT Expr mean In the bottom of the documentation on the attributes of several tags I see

RE: what does RT Expr mean

2003-01-29 Thread shirishchandra . sakhare
It means Runtime expression... So for example for bean write tag the message attribute is marked as RT, u can write somethign like this.. bean:write message=%=someUrl...%/ regards, Shirish -Original Message- From: sundar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003

Re: what does RT Expr mean

2003-01-29 Thread Justin Ashworth
In other words, attributes which allow runtime expressions can contain %= ... % whereas non-rtexpr tags cannot. - Original Message - From: Quentin.Cope [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 9:29 AM Subject: RE: what does RT

Re: what does RT Expr mean

2003-01-29 Thread Patrice
It means Run time expressions: the content is evaluated at the run time (so, you can have a dynamic value for the tag's attribute value). For example: % string foo = foo; % bean:define id=myAttribute value=%= foo %/ Hope it helps Patrice - Original Message - From: Sundar Narasimhan

RE: what does RT Expr mean

2003-01-29 Thread Mark Galbreath
Run Time Expression. -Original Message- From: Sundar Narasimhan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 9: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

RE: what does RT Expr mean

2003-01-29 Thread Karr, David
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

Re: what does RT Expr mean

2003-01-29 Thread Sundar Narasimhan
Thank you for all your replies. I had guessed RT Expr might mean that. But now for the follow up. 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

RE: what does RT Expr mean

2003-01-29 Thread Karr, David
:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 8:49 AM To: [EMAIL PROTECTED] Subject: Re: what does RT Expr mean Thank you for all your replies. I had guessed RT Expr might mean that. But now for the follow up. As others have said, it means run-time expression. Specifically, it means

RE: what does RT Expr mean

2003-01-29 Thread Tom Carey
that? -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 12:05 PM To: Struts Users Mailing List Subject: RE: what does RT Expr mean A custom tag attribute can only use an expression scriptlet if the attribute specification in the tag library descriptor has

RE: what does RT Expr mean

2003-01-29 Thread Karr, David
ask about it first here). -Original Message- From: Tom Carey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 9:52 AM To: Struts Users Mailing List Subject: RE: what does RT Expr mean Just getting in to the mix here That's good to know. The Struts taglibs have every

RE: what does RT Expr mean

2003-01-29 Thread Jayaraman Dorai
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 9:41 AM To: Struts Users Mailing List Subject: Re: what does RT Expr mean It means Run time expressions: the content is evaluated at the run time (so, you can have a dynamic value for the tag's attribute value). For example: % string foo

RE: what does RT Expr mean

2003-01-29 Thread Karr, David
You'd have to show your specific code, showing your TLD entries, and most of the JSP page. -Original Message- From: Jayaraman Dorai [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 1:51 PM To: Struts Users Mailing List Subject: RE: what does RT Expr mean In the custom tag I

RE: what does RT Expr mean

2003-01-29 Thread Jayaraman Dorai
RT Expr mean You'd have to show your specific code, showing your TLD entries, and most of the JSP page. -Original Message- From: Jayaraman Dorai [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 1:51 PM To: Struts Users Mailing List Subject: RE: what does RT Expr mean

RE: what does RT Expr mean

2003-01-29 Thread Jayaraman Dorai
-Original Message- From: Jayaraman Dorai Sent: Wednesday, January 29, 2003 5:19 PM To: Struts Users Mailing List Subject: RE: what does RT Expr mean The jsp has this itogo:getProviderTypeString providerType=%= new Integer(currProv.getType()).toString() %/ and the tld entry is tag

RE: what does [RT Expr] mean in struts documentation

2002-08-27 Thread Galbreath, Mark
He stutters. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 5:48 PM To: Struts Users Mailing List Subject: RE: what does [RT Expr] mean in struts documentation Was that not answered already? James Mitchell Software Engineer\Struts

RE: what does [RT Expr] mean in struts documentation

2002-08-27 Thread Cliff Rowley
Shouldn't that be 'He strutters'? :P On Tue, 2002-08-27 at 11:17, Galbreath, Mark wrote: He stutters. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 5:48 PM To: Struts Users Mailing List Subject: RE: what does [RT Expr] mean

RE: what does [RT Expr] mean in struts documentation

2002-08-27 Thread Galbreath, Mark
aha! Another poor soul bound to the office before dawn! :-) -Original Message- From: Cliff Rowley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 6:20 AM To: Struts Users Mailing List Subject: RE: what does [RT Expr] mean in struts documentation Shouldn't that be 'He

RE: what does [RT Expr] mean in struts documentation

2002-08-27 Thread Cliff Rowley
: Tuesday, August 27, 2002 6:20 AM To: Struts Users Mailing List Subject: RE: what does [RT Expr] mean in struts documentation Shouldn't that be 'He strutters'? :P On Tue, 2002-08-27 at 11:17, Galbreath, Mark wrote: He stutters. -Original Message- From: James Mitchell [mailto

RE: what does [RT Expr] mean in struts documentation

2002-08-26 Thread Kevin A. Smith
RT Expr = RunTime Expression -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 4:08 PM To: Struts Users Mailing List Subject: what does [RT Expr] mean in struts documentation A$HI$H - Do You Yahoo!?

RE: what does [RT Expr] mean in struts documentation

2002-08-26 Thread Sri Sankaran
Run Time Expression. For example if the value attribute of tag foo is annotated [RT Expr] it means you can embed JSP scriptlets such as: html:foo value='%=hi!%'/ Sri -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 4:08 PM To: Struts

RE: what does [RT Expr] mean in struts documentation

2002-08-26 Thread James Mitchell
Was that not answered already? James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network http://www.open-tools.org/struts-atlanta -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 4:02 PM