Re: html:form action getting altered after validation

2005-01-27 Thread Stephen Souness
Did a little more digging around and found a bugzilla entry - fixed in 1.2.6 (beta) http://issues.apache.org/bugzilla/show_bug.cgi?id=32283 -- Stephen Kishore Senji wrote: On Fri, 28 Jan 2005 13:22:32 +1300, Stephen Souness <[EMAIL PROTECTED]> wrote: Hi all, I have a fairly simple form like so:

Re: html:form action getting altered after validation

2005-01-27 Thread Kishore Senji
On Fri, 28 Jan 2005 13:22:32 +1300, Stephen Souness <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a fairly simple form like so: > > > > > > When the input fails validation and the user is sent back to the form > the action is changed to "//someProcess.do" - is this familiar to > anyone?

html:form action getting altered after validation

2005-01-27 Thread Stephen Souness
Hi all, I have a fairly simple form like so: When the input fails validation and the user is sent back to the form the action is changed to "//someProcess.do" - is this familiar to anyone? What am I missing? This is with struts 1.2.4 -- Stephen -