Re: Struts 2: Multiple methods in an action Class

2008-01-07 Thread zuquirio
Thanks a lot! I will give it a try. Actually the real method's name is: doRequest, I will try to put a different name. Thanks. Ted Husted wrote: > > What happens if you use a method name other than "do". > > There's actually a feature in Struts 2 where we can name a method > "doDefault" and th

Re: Struts 2: Multiple methods in an action Class

2008-01-07 Thread Ted Husted
What happens if you use a method name other than "do". There's actually a feature in Struts 2 where we can name a method "doDefault" and then refer to it as "default" elsewhere. Naming a method "do" might be confusing. HTH, Ted * On Jan 7, 2008 9:11 AM, zuquirio <