Re: Can I Use logical name for path of local forwards?

2001-06-27 Thread Ted Husted
How about this: action path=/maauto/quote type=MyClass forward name=success path=/maauto/done.do/ action path=/maauto/done forward=/myapp/apage.jsp / Ellen Kraffmiller wrote: Hi, I have a question regarding local forwards. It seems that a

Re[2]: Can I Use logical name for path of local forwards?

2001-06-27 Thread Oleg V Alexeev
Hello Ted, Wednesday, June 27, 2001, 2:12:07 PM, you wrote: TH How about this: TH action path=/maauto/quote TH type=MyClass THforward name=success path=/maauto/done.do/ TH action path=/maauto/done TH forward=/myapp/apage.jsp / One question

Re: Can I Use logical name for path of local forwards?

2001-06-27 Thread Ellen Kraffmiller
PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Can I Use logical name for path of local forwards? Date: Wed, 27 Jun 2001 06:12:07 -0400 How about this: action path=/maauto/quote type=MyClass forward name=success path=/maauto/done.do/ action

Can I Use logical name for path of local forwards?

2001-06-26 Thread Ellen Kraffmiller
Hi, I have a question regarding local forwards. It seems that a popular way to avoid hardcoding navigation in your action class is to have a local forward named success, that can be updated in your struts-config.xml: action path=/maauto/quote type=MyClass forward