Re: Migrating struts2 version 2.0.11 to 2.1.8.1

2010-04-13 Thread sharath karnati
I resolved this issue...   We need to keep below line in struts.properties file   struts.enable.DynamicMethodInvocation = true     Thanks, Sharath. --- On Tue, 4/13/10, Lukasz Lenart wrote: From: Lukasz Lenart Subject: Re: Migrating struts2 version 2.0.11 to 2.1.8.1 To: "Struts Users Ma

Re: Migrating struts2 version 2.0.11 to 2.1.8.1

2010-04-13 Thread Lukasz Lenart
2010/4/13 sharath karnati : > /> > >  When I press this button it should call 'checkLogin' method in LoginAction > but it is not calling this method, it is just calling execute() method. I > even tried changing above line to name="method:checkLogin" but it is calling > exeute() method only?? I