Sorry this posted too early... I updated the code so it submits the
form fields with the ajax request:
let me know if it helps.
Rich
> function submitFunctionA() {
>
> var kw = {
> url: '<s:url action="myAction"/>',
> load: function(type, data, evt) {
> //up to you what happens here
> },
> method: "POST",
> formNode: dojo.byId("myForm"),
> error: function(type, data, evt){
> //error
> }
> };
>
> dojo.io.bind(kw);
> }
>
> }
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]