Hello all, I am having this issue here http://stackoverflow.com/questions/27516503/onclick-doesnt-work-when-form-action-is-going-to-jsp-page/27516560?noredirect=1#comment43497288_27516560
Where basically I am using Shiro to login, but before I login I need to run a js function to do some edits to the login before submitting it. This has been running perfectly fine. Now what I am trying to do is pass some login information to a Java Bean up on my server which I then get in my Jsp page "viewer.jsp" using UseBean and JSTL. What I have been doing is trying to send the action to viewer.jsp to then get the data from the form. I also tried another jsp page, and then redirect after setting the properties in my bean with the form data. The problem is... It isn't logging me in when I am using an action. I am assuming this is something with Shiro? Does anyone have any idea? Thanks all as always :) -- View this message in context: http://shiro-user.582556.n2.nabble.com/Is-there-an-issue-with-form-actions-and-Shiro-tp7580371.html Sent from the Shiro User mailing list archive at Nabble.com.
