Re: struts2/spring Parameter is on the excludeParams list of patterns!

2013-03-03 Thread Lukasz Lenart
2013/3/3 john lee : > The input >http://localhost:8080/ecommerce/login.jsp Wrong > > login.jsp->loginAction->struts.xml->applicationContext.xml->loginAction->neuco.AcctAction->inject > acctsmgr-….-> The flow is wrong, you should never omit action and expose jsp directly. >

struts2/spring Parameter is on the excludeParams list of patterns!

2013-03-03 Thread john lee
The input    http://localhost:8080/ecommerce/login.jsp The Output     login is succcese Sun Mar 03 01:01:16 CST 2013 problem    login.jsp->loginAction->struts.xml->applicationContext.xml->loginAction->neuco.AcctAction->inject   acctsmgr-….->     but  in the AcctActio