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
);
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
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
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
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
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
6 matches
Mail list logo