Re: Struts2 + SHIRO, struts action can't get the values from submit page

2011-12-15 Thread bphill...@ku.edu
Try specifying the Shiro filter nodes before the Struts 2 nodes in your web.xml. -- View this message in context: http://struts.1045723.n5.nabble.com/Struts2-SHIRO-struts-action-can-t-get-the-values-from-submit-page-tp5065446p5077749.html Sent from the Struts - User mailing list archive at Nabble

Struts2 + SHIRO, struts action can't get the values from submit page

2011-12-13 Thread wsncqs
*I get a problem when combine struts &shiro &spring , the struts LoginAction can't get the values form the submit page(login.jsp),when apply shiro filter(shiroFilter).when I comment the shiro filter,it Transfer values successfully. how to solve this problem?* *web.xml* St