Re: s:action with validation failure of form submit

2008-01-27 Thread jwpronto
n java source > > M- > - Original Message - > From: "jwpronto" <[EMAIL PROTECTED]> > To: > Sent: Saturday, January 26, 2008 6:41 PM > Subject: s:action with validation failure of form submit > > >> >> Hi All - >> >> I have

Re: s:action with validation failure of form submit

2008-01-26 Thread Martin Gainty
please post: jsp xwork.xml entries for actionTag Action java source M- - Original Message - From: "jwpronto" <[EMAIL PROTECTED]> To: Sent: Saturday, January 26, 2008 6:41 PM Subject: s:action with validation failure of form submit > > Hi All - > > I have a

s:action with validation failure of form submit

2008-01-26 Thread jwpronto
Hi All - I have an s:action tag embedded in a JSP. The s:action populates a List in the request which a select box uses to populate. When there is a validation failure the s:action tag is not being called. The interesting thing is that I have this exact setup on a previous page (this is a 3 pag