Re: On applying action-validation.xml action is not executing.

2011-07-06 Thread Jeff Black
your Tiles configuration? jb / From: log2akshat To: user@struts.apache.org Sent: Sun, July 3, 2011 8:11:46 PM Subject: Re: On applying action-validation.xml action is not executing. Sorry for the confusion Actually, I have a form that needs to be validated and on s

Re: On applying action-validation.xml action is not executing.

2011-07-04 Thread Dave Newton
On Sun, Jul 3, 2011 at 9:11 PM, log2akshat wrote: > Action name is : Submitappform > The name of the action class is : SubmitAppFormAction > Validation file name : SubmitAppFormAction-validation.xml > > My *struts.xml* file for this action: > class="net.Candidate.application.action.SubmitAppFormAc

Re: On applying action-validation.xml action is not executing.

2011-07-03 Thread log2akshat
Sorry for the confusion Actually, I have a form that needs to be validated and on successful validation it should populate the data in the database as well as able to send the mails to the mail IDs provided in the form. All the functionality is working fine as long as I am not validating my fo

RE: [struts-user] Re: On applying action-validation.xml action is not executing.

2011-07-03 Thread Jason Pyeron
? > -Original Message- > From: log2akshat [mailto:akshat-...@iiitmk.ac.in] > Sent: Sunday, July 03, 2011 20:47 > To: user@struts.apache.org > Subject: [struts-user] Re: On applying action-validation.xml > action is not executing. > > No, validation is not fa

Re: On applying action-validation.xml action is not executing.

2011-07-03 Thread Dave Newton
I'm supposed to remember a previous post, for a different problem, realize they're related, on my cell phone? Right, okay, I'll let someone else jump through those hoops. Post complete questions, with code or config: why would you make it difficult for people to help you? It's difficult to guess

Re: On applying action-validation.xml action is not executing.

2011-07-03 Thread log2akshat
No, validation is not failing as you can see the screenshot in my previous post in an another problem. The problem is that when I am including the validation xml file the form is validating and displaying the errors but on submitting the form the method of the action class is not executing and disp

Re: On applying action-validation.xml action is not executing.

2011-07-03 Thread Dave Newton
Validation is failing? Bad validation file? Type conversion failure? You didn't really give us much to go on. Dave On Jul 3, 2011 8:18 PM, "log2akshat" wrote: > When I am removing the validation xml file the action is executing properly > and injecting the data in the database & start sending mai

On applying action-validation.xml action is not executing.

2011-07-03 Thread log2akshat
When I am removing the validation xml file the action is executing properly and injecting the data in the database & start sending mails, but when I am using action-validation.xml the action is not able to execute and probably what should be the reason for it? -- View this message in context: htt