Re: Custom ActionForward subclass in web.xml

2004-04-09 Thread Niall Pemberton
Thursday, April 08, 2004 11:35 PM Subject: Re: Custom ActionForward subclass in web.xml > Deprecated in 1.1 > Not sure if there is a replacement mechanism other than adding > "className" to each forward element. > > [EMAIL PROTECTED] wrote: > > >Deprecated in 1.

Re: Custom ActionForward subclass in web.xml

2004-04-08 Thread Kumar M
: Thursday, April 08, 2004 4:45 PM To: Struts Users Mailing List Subject: Re: Custom ActionForward subclass in web.xml You could use the "forward" param for ActionServlet: forward com.this.is.my.CustomActionForward But, I think this is deprecate

RE: Custom ActionForward subclass in web.xml

2004-04-08 Thread Paul, R. Chip
Deprecated in 1.2 or in 1.1? Is there a replacement mechanism? -Original Message- From: Kumar M [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 4:45 PM To: Struts Users Mailing List Subject: Re: Custom ActionForward subclass in web.xml You could use the "forward"

Re: Custom ActionForward subclass in web.xml

2004-04-08 Thread Kumar M
You could use the "forward" param for ActionServlet: forward com.this.is.my.CustomActionForward But, I think this is deprecated. [EMAIL PROTECTED] wrote: I ready how to do this once, and I can't seem to find the doc/article/email I read it in. I want to

Custom ActionForward subclass in web.xml

2004-04-08 Thread Paul, R. Chip
I ready how to do this once, and I can't seem to find the doc/article/email I read it in. I want to make my subclass of ActionForward the default used by the entire application, so I don't have to do: Every time I want to use it. I know there's something you can put in web.xml that tells strut