RE: action class not being called for repeat initial requests when using validation

2005-10-12 Thread Sunil_Sahu
inty" <[EMAIL PROTECTED]> cc Subject RE: action class not being called for repeat initial requests when using validation Hi Martin, Thanks for your suggestion. Basically the problem that I have is that my action class is only being called intermittently - the rest of the time I am

RE: action class not being called for repeat initial requests when using validation

2005-10-12 Thread John Andrews
problem since the action class is neccessary to populate the form's formbean correctly. John -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: 12 October 2005 17:00 To: Struts Users Mailing List Subject: Re: action class not being called for repeat initial requests

Re: action class not being called for repeat initial requests when using validation

2005-10-12 Thread Martin Gainty
#x27; in the Global forwards defined in struts-config.xml HTH, Martin- - Original Message ----- From: "John Andrews" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 12, 2005 10:57 AM Subject: action class not being called for repeat initial requests when using validation

action class not being called for repeat initial requests when using validation

2005-10-12 Thread John Andrews
I have the action mapping below in my struts config file: When I request that the corresponding action be executed using the URL: http://www.xx.com/packages/packageActionCreateT.do?dispatch=createPackag e Then the action is only executed once - unless i