RE: why do we need to create packages

2006-06-07 Thread Sateesh Nelluri
Hi See this clarification from Will Hartung. http://marc.theaimsgroup.com/?l=tomcat-user&m=104265745710637&w=2 Hope this should clear the things.. -sateesh -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 12:23 PM To: Struts Users Mail

RE: Cancel button:NOT work

2006-06-01 Thread Sateesh Nelluri
Hi This is good information. I am facing another problem with the cancel button. When I click on the cancel button(), instead of submit, It is still going through the form validation part. Is there any way, to reach the execute(), with the cancel button directly? Thank you sateesh -Original

RE: Help:validation is not working with struts1.2

2006-05-30 Thread Sateesh Nelluri
Hi Remove attribute="sForm" from the tag 'action'. And try again. > attribute="sForm" > input="/form/s.jsp" > name="sForm" > path="/s" > scope="request" > type="com.eam.struts.action.SAction" > validate="true"> > > regards sateesh -Ori