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 * <http://www.StrutsMentor.com/> On Jan 7, 2008 9:11 AM, zuquirio <[EMAIL PROTECTED]> wrote: > > Hi, > I've a strange bug. I create an action class with three methods: view(), > check(), do(). These three methods are in one class. In my > struts-config.xml, I have made the following entries: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]