Re: Action without ActionForm

2005-03-03 Thread Alistair Young
8:40 AM To: Struts Users Mailing List Subject: Re: Action without ActionForm thanks Scott, that works but it sort of breaks the insulation of the jsp from the site structure: if Start.do ever moves then all the jsp will have to change. This would be nice: " /> but you can't do that :( ch

Re: Action without ActionForm

2005-03-03 Thread Alistair Young
Sent: Thursday, March 03, 2005 8:40 AM To: Struts Users Mailing List Subject: Re: Action without ActionForm thanks Scott, that works but it sort of breaks the insulation of the jsp from the site structure: if Start.do ever moves then all the jsp will have to change. This would be nice: "

RE: Action without ActionForm

2005-03-03 Thread Scott Purcell
t the DynaActionForm it looks like this may fly. Scott -Original Message- From: Alistair Young [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 8:40 AM To: Struts Users Mailing List Subject: Re: Action without ActionForm thanks Scott, that works but it sort of breaks the insul

Re: Action without ActionForm

2005-03-03 Thread Niall Pemberton
Forgot the link... You can use - you can specify either a forward, action or href. http://struts.apache.org/userGuide/struts-html.html#rewrite Niall - Original Message - From: "Alistair Young" <[EMAIL PROTECTED]> Sent: Thursday, March 03, 2005 2:39 PM > thanks Scott, that works but

Re: Action without ActionForm

2005-03-03 Thread Niall Pemberton
You can use - you can specify either a forward, action or href. Niall - Original Message - From: "Alistair Young" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, March 03, 2005 2:39 PM Subject: Re: Action without ActionForm > thanks

RE: Action without ActionForm

2005-03-03 Thread Fogleson, Allen
Yeap, The same way you would with a form, just don't use use Al -Original Message- From: Alistair Young [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 8:06 AM To: Struts Users Mailing List Subject: Re: Action without ActionForm ah, ok. Yes, I'm using as I wan

Re: Action without ActionForm

2005-03-03 Thread Alistair Young
OTECTED] Sent: Thursday, March 03, 2005 7:49 AM To: Struts Users Mailing List Subject: Re: Action without ActionForm I tried that but I get: Cannot retrieve definition for form bean null on action /Start Alistair On 3 Mar 2005, at 12:54, Niall Pemberton wrote: Just don't specify a form (i.e. no name=&

RE: Action without ActionForm

2005-03-03 Thread Scott Purcell
:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 7:49 AM To: Struts Users Mailing List Subject: Re: Action without ActionForm I tried that but I get: Cannot retrieve definition for form bean null on action /Start Alistair On 3 Mar 2005, at 12:54, Niall Pemberton wrote: > Just don't s

Re: Action without ActionForm

2005-03-03 Thread Alistair Young
form, you can get around this of course by not using . Al -Original Message- From: Alistair Young [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 7:49 AM To: Struts Users Mailing List Subject: Re: Action without ActionForm I tried that but I get: Cannot retrieve definition for

RE: Action without ActionForm

2005-03-03 Thread Fogleson, Allen
In the page with the button are you using ??? if so you MUST have a form, you can get around this of course by not using . Al -Original Message- From: Alistair Young [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 7:49 AM To: Struts Users Mailing List Subject: Re: Action

Re: Action without ActionForm

2005-03-03 Thread Alistair Young
I tried that but I get: Cannot retrieve definition for form bean null on action /Start Alistair On 3 Mar 2005, at 12:54, Niall Pemberton wrote: Just don't specify a form (i.e. no name="..." attribute) in your action mapping Niall - Original Message - From: "Alistair Young" <[EM

Re: Action without ActionForm

2005-03-03 Thread Niall Pemberton
Just don't specify a form (i.e. no name="..." attribute) in your action mapping Niall - Original Message - From: "Alistair Young" <[EMAIL PROTECTED]> To: Sent: Thursday, March 03, 2005 12:45 PM Subject: Action without ActionForm > Is there any way in struts-config.xml to