--- On Fri, 8/29/08, James Neff wrote:
> <s:form id="myForm" name="myForm" 
>         action="OriginalAction" theme="simple">
>   <input type='button' onclick="myJavaScriptMethod();" 
>          value='button label here'/>
> </s:form>
> 
> In the <head> section:
> function myJavaScriptMethod() {
>     document.myForm.action = "/myProject/NewAction.action";
>     document.myForm.submit();
> }
> 
> And that is how I programmatically set different actions
> from javascript.
> 
> Is there a better way?

You could use the "action" and "method" properties of <s:submit...> depending 
on your app needs.

Dave


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

Reply via email to