thanks, that is what I was guessing, but then can you tell me why this
doesn't work:

    <html:link page="<%=ActionDisplay%>?nextsection=tests"><bean:message
key="jobbrief.label.section.tests"/></html:link>

I end up with the link as <%=ActionDisplay%> rather than the value of it.
I'm try to include the same jsp in different "parent" jsps, but with the
links going to two different actions.  Actually the action is the same but
the forwards are different.  I might be going about this wrong of course.
The bottom line is that this common jsp is embedded in two different pages.
I need for the action to go to two different places on success, so I created
a second action mapping in struts config.  Coming down one path gets me to
mapping x and the other to mapping y.  Both invoke the same action but on
success forward to two different jsps.  

TIA

bill

> -----Original Message-----
> From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 29, 2002 5:14 PM
> To: 'Struts Users Mailing List'
> Subject: RE: what does RT Expr
> 
> 
> This is a JSP thing.  It stands for "Runtime Expression", and 
> indicates that
> the value of a JSP tag attribute is to be evaluated at runtime.

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

Reply via email to