Re: html:cancel doesn't perform as advertised

2004-03-14 Thread Adam Hardy
n. The cancel button should look like this: The JSP should look like this: Cancel or whatever Adam On 03/14/2004 12:56 AM Dean A. Hoover wrote: I have an html:form with a html:submit and an html:cancel. According to the documentation for html:cancel: "Pressing of this submit button cau

Re: html:cancel doesn't perform as advertised

2004-03-14 Thread Dean A. Hoover
script validation. The cancel button should look like this: The JSP should look like this: Cancel or whatever Adam On 03/14/2004 12:56 AM Dean A. Hoover wrote: I have an html:form with a html:submit and an html:cancel. According to the documentation for html:cancel: "Pressing of this submit

Re: html:cancel doesn't perform as advertised

2004-03-14 Thread Adam Hardy
ever Adam On 03/14/2004 12:56 AM Dean A. Hoover wrote: I have an html:form with a html:submit and an html:cancel. According to the documentation for html:cancel: "Pressing of this submit button causes the action servlet to bypass calling the associated form bean validate() method." I

Re: html:cancel doesn't perform as advertised

2004-03-14 Thread Dean A. Hoover
d it stops javascript validation. The cancel button should look like this: The JSP should look like this: Cancel or whatever Adam On 03/14/2004 12:56 AM Dean A. Hoover wrote: I have an html:form with a html:submit and an html:cancel. According to the documentation for html:cancel: "P

Re: html:cancel doesn't perform as advertised

2004-03-14 Thread Adam Hardy
The javascript will be output by the html:form tag and it stops javascript validation. The cancel button should look like this: The JSP should look like this: Cancel or whatever Adam On 03/14/2004 12:56 AM Dean A. Hoover wrote: I have an html:form with a html:submit and an html:cancel

html:cancel doesn't perform as advertised

2004-03-13 Thread Dean A. Hoover
I have an html:form with a html:submit and an html:cancel. According to the documentation for html:cancel: "Pressing of this submit button causes the action servlet to bypass calling the associated form bean validate() method." I tried it and it did validation anyway. Then I loo

Re: html:cancel

2003-10-27 Thread Ted Husted
Not as such. What you can do is have the Action class look for a a "cancel" forward when there is a cancelled command. This lets you define a local cancel forward when needed or rely on a global one otherwise. HTH, Ted. Gandle, Panchasheel wrote: Is there a way to go back to previous, previous

html:cancel

2003-10-23 Thread Gandle, Panchasheel
Is there a way to go back to previous, previous page without having a extra forward in the config file. say I'm on list page then I go to add page which calls pageAddAction on cancel I want to go back to list page and not on pageAdd when users cancel it.

html:cancel and LookupDispatchAction

2002-11-18 Thread Chen, Gin
Hi all, I have a LookupDispatchAction that my jsp is going to. I need to provide cancel functionality for this page. I tried to use the html:cancel but with the property on it, it still tries to perform the validation. I know its documented but is there a way around it? How do you skip

html:cancel problem

2002-10-28 Thread Nicolas Parisé
Hi, I have problem with the html:cancel tag in STRUTS 1.02 I have an Action class that create an instance of a ActionForm, populate it with data and put it in the session (session.setAttribute). Then my action class redirect the request to a JSP page that display the data from the session’s