Javascript Form-submission problem

2008-02-27 Thread Rushikesh Thakkar
The UI of my application is divided in 3 parts, which looks almost similar to the UI of Eclipse IDE. The user selects operation from 'div' sitting on the left, then the *upper right div* shows a request *form* and the div sitting below it shows the result. I need to submit the form to two differen

Re: form submission problem

2007-02-25 Thread Nuwan Chandrasoma
); currentForm.actionName.value = actionString; alert(currentForm.actionName.value); currentForm.submit(); } Regards, Nuwan. - Original Message - From: "kalyan namburi" <[EMAIL PROTECTED]> To: Sent: Sunday, February 25, 2007 1:05 PM Subject: form submission problem hi, i have

form submission problem

2007-02-25 Thread kalyan namburi
hi, i have a drop down list which contains services available. when you select any option from it calls the doSubmit method in javascript <% String submitString = "doSubmit('" + SELECT_SERVICE + "');"; %> The doSubmit is as below function doSubmit(actionString){ alert(actionString); currentFor

Re: form submission problem in struts2 (release 2.0.5) j4

2007-02-13 Thread serhat tanrikut
Hi Ian, I put the Logon_* in Because First a welcome page is displayed with the link ">Sign On and then validation is passed for the first time because input method does not have any validation effect.When sign on link clicked ,login.jsp is displayed. I have removed all the _* configura

Re: form submission problem in struts2 (release 2.0.5) j4

2007-02-13 Thread Ian Roughley
I would create a constructor in the action, and place a breakpoint/logging statement in there to make sure the correct action is beng called. In the HTML you have: So the action should be /Logon.action, but your configuration is: Which would seen to imply that the action attribute in the

form submission problem in struts2 (release 2.0.5) j4

2007-02-13 Thread serhat tanrikut
Hi All, I am evaluating struts2 and have developed a sample application using j4 similar to builtin struts2-blank application.When I submit jsp form the fallowing error occured: ... ... SEVERE: ParametersInterceptor - [setParameters]: Unexpected Exception catched: Error setting