Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    764

    No one?? I just want a brief explanation how I...

    No one?? I just want a brief explanation how I can handle that.

    Thanks.
  2. Replies
    1
    Views
    764

    Changing own information

    Hi everyone,

    I would like to use Spring for my project, so I have some questions.

    I will have a role Admin who can edit personal information of clients. But I also want clients to be able to...
  3. Replies
    2
    Views
    3,080

    If editable is a boolean, you can also do: ...

    If editable is a boolean, you can also do:


    <c:if test="${editable == true}>
    some output
    </c:if>

    Maybe JSTL checks it as a String.
  4. Replies
    4
    Views
    958

    I already did what you said :) My english...

    I already did what you said :)

    My english isn't that good.

    Thanks for your reply.
  5. Replies
    4
    Views
    958

    What I did: Adding userId parameter in the...

    What I did:

    Adding userId parameter in the Project class, and set it to the id of the user object when loading the form (in formBackingObject(...)). I also linked the dropdownlist with that userid.
  6. Replies
    4
    Views
    958

    Dropdownlist with selected value

    I have a form where I want to choose from users. Default, the user from the project is selected. The usersList is a list of User objects. The field must get a object input, so I wrote a initBinder to...
Results 1 to 6 of 6