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 : Good morning, Tried the new version15.3, but failed: login() method is not called at all. (1) login.jsp Struts 2.3.15.3 disables support for action: prefix by default [1], to enable it you must set struts.ma

Re: Action failed for Struts 2.3.15.3 GA release

2013-10-18 Thread Lukasz Lenart
2013/10/18 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. Have you read the docs? You can choose ei

Re: Action failed for Struts 2.3.15.3 GA release

2013-10-18 Thread Lukasz Lenart
2013/10/18 Emi Lu : > Good morning, > > > Tried the new version15.3, but failed: > > login() method is not called at all. > > (1) login.jsp > >theme="simple" > action="loginProcessLoginAction" /> Struts 2.3.15.3 disables support for action: prefix by default

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 probl

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 (2) ProcessLoginAction.java public class ProcessLoginAction extends ActionSupport { private static final long serialVersionUID = -23344844