A little more information on this. When i say 'knocks out my struts action' the initial processing works okay before the redirect to the jsp page. Anything I place in the request, e.g. a table component can be read by the JSP. However when the JSP page starts processing the struts tags and makes calls back to the getters on my struts action this fails if there are any SAFR annotations in the...
Hi,
I've been trying to use SAFR to secure some of the processing on my struts2 actions. However including the SAFR annotations in my struts2 action classes knock out my struts actions - i.e. they are failed to be called or initiated. If I remove my SAFR annotations they work fine.
Is this the correct way to use SAFR? Should I be securing my services or domain model instead?
Many...