Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    832

    Validations

    I'm using automatic controller for a simple object. My object has a field "description". When I'm saving a new object I would like to validate that "description" is unique in my db. Where I should do...
  2. Replies
    1
    Views
    938

    Custom getters

    I like to use custom getters to show full data. eg:
    class Person {
    String fisrtName;
    String lastName;

    // my custom getter
    public String getFullName() {
    ...
  3. Replies
    15
    Views
    11,476

    Here is the HttpServletRequestWrapper ...

    Here is the HttpServletRequestWrapper



    public class AcegiHttpServletRequestWrapper extends HttpServletRequestWrapper {

    public AcegiHttpServletRequestWrapper(HttpServletRequest request)...
  4. How to create an acg secure context inside WEB-INF directory

    I've been trying to create an acegi secure context inside my WEB-INF directory, but there, the secure context doesn't work.

    My directory structure is:

    /WEB-INF/jsp/login.jsp...
Results 1 to 4 of 4