VenuGopalArkala wrote:
if ur using <html:submit ...... onClick='formSubmit()'>
and in js ur giving
function formSubmit(){
                document.populationSetForm.addNewR.value = '';
                form.submit(); // this is the problem                   
}

Instead of form.submit() give return true; // ur problem will be solved

O_o

1) Original poster was using Struts 2
2) Original poster wasn't having an issue with forms
3) Original poster posted a year ago

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to