Search:

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

Search: Search took 0.02 seconds.

  1. I have tried this and it is not working. Is there...

    I have tried this and it is not working. Is there anything I am supposed to configure ? An expression handler maybe .

    Regards
  2. Cannot use objects on authorize:access expression

    Hi,

    I am trying to allow a user to list other users but edit only his own details, so I have:



    <c:forEach var="user" items="users">
    <sec:authorize access="user.id == principal.id">
    ...
  3. Replies
    5
    Views
    2,334

    Hi, I do not see anywhere in your code an...

    Hi,

    I do not see anywhere in your code an instruction to load the about.jsp page.

    Try this


    @RequestMapping(method = RequestMethod.GET)
    public String getApplicationMetadata(Model...
  4. Hi, Try

    Hi,

    Try

    <INPUT TYPE="HIDDEN" NAME="key" VALUE="${health.passkey}" />
    instead. Where "passkey" is a property in the health class.
Results 1 to 4 of 4