Re: page redirecting problem

2010-03-13 Thread tesla
special thanks for your advice i found where validation fails.Now it's working fine Paweł Wielgus wrote: > > Hi, > specifying bookAdd.jsp as input is for validation framework only, > nor it is good or bad. > So when You submit form on page, struts try to fire BookAddAction, > but if validation

Re: page redirecting problem

2010-03-13 Thread Paweł Wielgus
Hi, specifying bookAdd.jsp as input is for validation framework only, nor it is good or bad. So when You submit form on page, struts try to fire BookAddAction, but if validation fails (and it looks like it is the case) it comes back to input which is bookAdd.jsp Try to change input for something el

Re: page redirecting problem

2010-03-13 Thread tesla
thanks for reply. " BookAdd.jsp is defined as input for bookAdd action." is it wrong??i think it must be like that. when i click submit button at the bookAdd.jsp i wanna forward to the data jsp but it dont there is no action i'm still at the bookAdd.jsp where i am wrong

Re: page redirecting problem

2010-03-13 Thread Paweł Wielgus
Hi Tesla, validation problem? BookAdd.jsp is defined as input for bookAdd action. Best greetings, Pawel Wielgus. 2010/3/13, tesla : > > Hi > > I have a basic struts project i can't redirect my jsp page to another.But i > did the similar example before that it was working but know it's not. > My p