Depending on what the two actions do it may be worth exploring the
DispatchAction class.
http://struts.apache.org/api/org/apache/struts/actions/DispatchAction.html
Tim Christopher
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
try
instead
On Wed, 23 Feb 2005 Nandita Rajagopalan wrote :
>I have the following piece of code :
>
>
>
><% if (myform.getFlag()) { %>
>
>
>
><% } else { %>
>
>
>
><% } %>
>
>
>
>The above gives the error:
>
>
>
>Unterminated
>
>
>There is a in my jsp- so not sur
Try to do this:
action1
action2
I have the following piece of code :
<% if (myform.getFlag()) { %>
<% } else { %>
<% } %>
The above gives the error:
Unterminated
There is a in my jsp- so not sure what this error is about. If
I remove the condition above , it works.
Can anyone throw
<%
org.apache.struts.action.ActionMapping mapping = null;
mapping = (org.apache.struts.action.ActionMapping)
request.getAttribute("org.apache.struts.action.mapping.instance");
%>
-Original Message-
From: Nandita Rajagopalan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, F
4 matches
Mail list logo