Just add forward.setRedirect(true) before u return the forward.
"David Friedman"
<[EMAIL PROTECTED]
In the jsp code u givenonsubmit="return validateCustomerForm(this); but
in validator-user.xml the form name is custForm, so replace that with
onsubmit="return validateCustForm(this);
Thanks,
Srinivas.
L
Try using this...
ActionForward forward = mapping.findForward("test");
StringBuffer path = new StringBuffer(forward.getPath());
path.append("/appname.do?param1=1¶m2=2");
return new ActionForward(path.toString());
Thanks,
Srinivas.
Try to put instead of
...just a trial..
Thanks,
Srinivas.
"O'Shea, Sean"
To
I think you are missing
Thanks,
Srinivas.
"Daoud Abdelmonem
Faleh"
Hi sean,
i think if you put onsubmit="return validateLoginForm(this); it works
fine with client(front-end validation)side and if you remove onsubmit from
jsp then it works fine with server(backend validation)may be this helps
you
Thanks,
Srinivas.
Use & instead of & in validation.xml file.
Romu
<[EMAIL PROTECTED]
>
In Netbeans also ..right click on the parent folder(which have jsp, java
and xml files) in projects menu(left pane) then click find .
Thanks,
Srinivas.
kalpesh modi
Check this.http://displaytag.homeip.net/displaytag-examples-1.1
/example-paging.jsp
Thanks,
Srinivas.B
"senthil.s"
<[EMAIL PROTECTED]
Hi All,
I am using struts 1.2.8 , the problem is after adding a record in my
web page(Internet Explorer), when i right click and refresh the page it's
giving duplicate record exception , i am using
in my JSP , if i put GET in place of POST i am not getting the problem. But
i want to us
Thanks for the respone..:) i got the solution , that is the Fix for
Bugzilla #2233..single quote escape charcter is \' with formatKey.
Monkeyden
Hi All,
I am using struts 1.2.8 , In my MessageResources.properties file i am
using message key Found {0} records for NewYear's eve (just an example),
this throwing wrong format string exception, when i removed single quote
it's working fine and if there are no argument {0} then also its
12 matches
Mail list logo