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
Sent: Wednesday, February 23, 2005 6:12 PM
To: struts-user@jakarta.apache.org
Subject: Question on conditionally changing action is html:form
I have the following piece of code :
<% if (myform.getFlag()) { %>
<% } else { %>
<% } %>
The above gives the error:
Un
I have the following piece of code :
<% if (myform.getFlag()) { %>
<% } else { %>
<% } %>
The above gives the error:
Unterminated in my jsp- so not sure what this error is about. If
I remove the condition above , it works.
Can anyone throw some light on this issue.
Thanks
5 matches
Mail list logo