Search:

Type: Posts; User: nazila; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    1,573

    I can't use 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')" >...
  2. why OpenEntityManagerInViewFilter doesn't work for me?

    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
    ...
  3. Replies
    4
    Views
    1,043

    This is the jar file that is in my WEB-INF/lib/:...

    This is the jar file that is in my WEB-INF/lib/:...
  4. Replies
    4
    Views
    1,043

    The source of page is like this: ...

    The source of page is like this:

    <sec:authorize access="hasRole('SS')">X</sec:authorize>
  5. Replies
    4
    Views
    1,043

    why sec:authorize doesn't work?

    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')" >...
Results 1 to 5 of 5