2010/4/13 sharath karnati <[email protected]>: > <s:submit value="Login" type="submit" method="checkLogin" cssClass="ibutton" > /> > > 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??
It's disabled be default, you must change it with a constant (I don't remember the name of constant ;-) Regards -- Łukasz http://www.lenart.org.pl/ Kapituła Javarsovia 2010 http://javarsovia.pl --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

