I have a JSF 2 page based on Facelets and use Spring Security 3.0.5 behind the application. When I put some tags like this within my page:
<sec:authorize access="hasRole('SS')" >...
Type: Posts; User: nazila; Keyword(s):
I have a JSF 2 page based on Facelets and use Spring Security 3.0.5 behind the application. When I put some tags like this within my page:
<sec:authorize access="hasRole('SS')" >...
In my JSF2-JPA2-Spring3 project, I can insert new entities but can't remove entities. This is the error message: java.lang.IllegalArgumentException: Removing a detached instance entity.Entity#8
...
This is the jar file that is in my WEB-INF/lib/:...
The source of page is like this:
<sec:authorize access="hasRole('SS')">X</sec:authorize>
I have a JSF 2 page based on Facelets and use Spring Security 3.0.5 behind the application. When I put some tags like this within my page:
<sec:authorize access="hasRole('SS')" >...