Thank you, I had forgotten about that tag...

b.t.w., the non-Struts way of forwarding (and retaining the request) is:

JspFactory.getPageContext().forward( URL );



peace,
Joe

> -----Original Message-----
> From: Martin Cooper [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 05, 2002 1:24 PM
> To: 'Struts Users Mailing List'
> Subject: RE: Call action from JSP
> 
> 
> How about:
> 
>   <logic:equal ...> <!-- or whatever test you need -->
>     <logic:forward name="forward_name"/>
>   </logic:equal>
> 
> --
> Martin Cooper
> 
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, September 05, 2002 10:19 AM
> > To: [EMAIL PROTECTED]
> > Subject: Call action from JSP
> > 
> > 
> > Could someone help me on this code:
> > 
> > In *.jsp:
> > 
> > <%
> >       if (condition satisfied) {
> >             // how to fill this line to call an action, say 
> invoke.do?
> >       }
> > %>
> > 
> > Thanks.
> > 
> > 
> > --
> > To unsubscribe, e-mail:   
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: 
> > <mailto:[EMAIL PROTECTED]>
> > 
> > 
> 
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


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

Reply via email to