Re: html:form action mapping

2006-12-07 Thread chuanjiang lo
On 12/7/06, chuanjiang lo <[EMAIL PROTECTED]> wrote: Hi all i have this jsp page with a form and the corresponding mapping in the struts config is When i view the source code of the jsp it shows Why is the action mapping to my context path? Appreciate an

RE: html:form action

2005-03-17 Thread Mili Aggarwal, Noida
delete it from your computer. -Original Message- From: Rajaneesh [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 9:58 AM To: 'Struts Users Mailing List' Subject: RE: html:form action xls is a predefined mime type for excel spread sheet. It may create a problem. whil

RE: html:form action

2005-03-17 Thread Rajaneesh
xls is a predefined mime type for excel spread sheet. It may create a problem. while defining the extensions you need to map this to ActionServlet in web.xml -Original Message- From: Mili Aggarwal, Noida [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 9:47 AM To: Struts Users Maili

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?