I have tried this and it is not working. Is there anything I am supposed to configure ? An expression handler maybe .
Regards
Type: Posts; User: wrath; Keyword(s):
I have tried this and it is not working. Is there anything I am supposed to configure ? An expression handler maybe .
Regards
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">
...
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...
Hi,
Try
<INPUT TYPE="HIDDEN" NAME="key" VALUE="${health.passkey}" />
instead. Where "passkey" is a property in the health class.