Action failed for Struts 2.3.15.3 GA release

2013-10-18 Thread Emi Lu
Good morning, Tried the new version15.3, but failed: login() method is not called at all. (1) login.jsp s:submit value=Login theme=simple action=loginProcessLoginAction / (2) ProcessLoginAction.java public class

Re: Action failed for Struts 2.3.15.3 GA release

2013-10-18 Thread Emi Lu
One more comment: = Tiles 3.0.1 is used in the new struts package, but it will cause java.lang.NoClassDefFoundError: org/apache/tiles/web/startup/TilesListener exception. So, I could only use 2.2.2.2. login() method is not called in the action class - this is the

Re: Action failed for Struts 2.3.15.3 GA release

2013-10-18 Thread Lukasz Lenart
2013/10/18 Emi Lu em...@encs.concordia.ca: Good morning, Tried the new version15.3, but failed: login() method is not called at all. (1) login.jsp s:submit value=Login theme=simple action=loginProcessLoginAction / Struts 2.3.15.3 disables support

Re: Action failed for Struts 2.3.15.3 GA release

2013-10-18 Thread Lukasz Lenart
2013/10/18 Emi Lu em...@encs.concordia.ca: One more comment: = Tiles 3.0.1 is used in the new struts package, but it will cause java.lang.NoClassDefFoundError: org/apache/tiles/web/startup/TilesListener exception. So, I could only use 2.2.2.2. Have you read the docs?

Re: Action failed for Struts 2.3.15.3 GA release

2013-10-18 Thread Emi Lu
On 10/18/2013 12:28 PM, Lukasz Lenart wrote: 2013/10/18 Emi Lu em...@encs.concordia.ca: Good morning, Tried the new version15.3, but failed: login() method is not called at all. (1) login.jsp s:submit value=Login theme=simple