Actually, it's code that just implements ActionSupport, since
ActionSupport's doExecute() already returns SUCCESS, if memory serves.

On Fri, 21 Feb 2003, [iso-8859-1] Hai Pham wrote:

> Hi,
>
> -1
> IMO, this is extra code which isn't necessary at all.
>
> --- Andre Mermegas <[EMAIL PROTECTED]> wrote:
> > Hey all, I'm curious if perhaps in ww2 there could
> > be some sort forward
> > type idea.
> >
> > I'll illustrate a little. Right now as I understand
> > it, if I have a
> > view, that I don't have any particular logic or
> > model to associate with
> > it at the moment, but I want it go through the
> > WebWork framework instead
> > of just accessing the .jsp page I have to do
> > something like this:
> >
> >
> >
> > test.action=webwork.action.ActionSupport
> >
> > test.success=somepage.jsp
> >
> >
> >
> > which could be clearer if it were like this
> >
> > othertest.action=webwork.action.ActionForward
> >
> > othertest.success=someotherpage.jsp
> >
> >
> >
> > I think it might be useful if there was a utility
> > class in
> > webwork.action called ActionForward or something
> > similar that just
> > extended ActionSupport
> >
> > What do you think?
> >
> >
> >
> > Regards,
> >
> > -Andre Mermegas
> >
> >
> >
> >
>
>
> =====
> -------------------
> Hai Pham Quang
> -------------------
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - forms, calculators, tips, more
> http://taxes.yahoo.com/
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
> The most comprehensive and flexible code editor you can use.
> Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
> www.slickedit.com/sourceforge
> _______________________________________________
> Opensymphony-webwork mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
>

---------------------------------------------------------
Joseph B. Ottinger                 [EMAIL PROTECTED]
http://enigmastation.com                    IT Consultant



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to