RE: [struts 1.2.4] Problem with DispatchAction

2006-09-12 Thread Asthana, Rahul
FYI setting validate="true" makes the whole thing work somehow. -Original Message- From: Asthana, Rahul [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 11:47 AM To: user@struts.apache.org Subject: [struts 1.2.4] Problem with DispatchAction Hi All, Actio

[struts 1.2.4] Problem with DispatchAction

2006-09-12 Thread Asthana, Rahul
Hi All, Action which is derived from org.apache.struts.actions.DispatchAction was working fine with this entry,with the appropriate method being called. Please note that as yet I had not made any entry for the form bean in struts-config.xml.