Re: default class to forward requests

2009-05-12 Thread Suneel
You can just leave the class attribute blank. Read this: http://struts.apache.org/2.1.6/docs/action-configuration.html On Tue, May 12, 2009 at 10:20 AM, Jim Kiley wrote: > It is ActionSupport. > When you don't have access to a book you may find that you get faster > results from Google[1] or the

Re: default class to forward requests

2009-05-12 Thread Jim Kiley
It is ActionSupport. When you don't have access to a book you may find that you get faster results from Google[1] or the introductory documentation[2] than the mailing list. jk [1] http://www.google.com/search?rlz=1C1GGLS_enUS291US303&sourceid=chrome&ie=UTF-8&q=struts+2+action+class+execute+succes

default class to forward requests

2009-05-12 Thread Bhaarat Sharma
Is there a default class that we can use in struts.xml that can be used for just forward request to a new html page. Basically user clicking a link and going to a new page. I dont want to make an execute method that just returns SUCCESS. Rather there must be some default class that does that. I