Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    257

    problem to display menu items

    Hello,

    Does somebody know what should i do to display the items ViewUsers and ActiveUsers on mouse over the AdminMenu ?
    Here is the menu-config.xml :

    <?xml version="1.0" encoding="UTF-8"?>...
  2. Replies
    13
    Views
    554

    I'm not just copying and pasting your code...

    I'm not just copying and pasting your code because it has so many compilation errors!!!
    I have changed it and reading the reference guide.

    if you are not pleased to help, don't!
    nobody forces...
  3. Replies
    13
    Views
    554

    Hello, I tried your code and i got this error:...

    Hello,

    I tried your code and i got this error:
    org.springframework.beans.NotReadablePropertyException: Invalid property 'lastname' of bean class [com.altran.emi.business.user.User]: Bean property...
  4. Replies
    13
    Views
    554

    Hello, i tried your code and that's what i got...

    Hello,
    i tried your code and that's what i got (for the lastname field for example) :

    org.springframework.beans.NotReadablePropertyException: Invalid property 'lastname' of bean class...
  5. Replies
    13
    Views
    554

    Sure, i have never worked with Spring framework...

    Sure, i have never worked with Spring framework and i'm not accustomed to deal with anotations!;) I'll try it then give you feedback.
    Thks a lot
  6. Replies
    13
    Views
    554

    Hello, yes i read your post and removed the...

    Hello,

    yes i read your post and removed the @controller then got another error.
    Now it works well with the @controller and extend AbstractController at the same time.
    i can add data to the model...
  7. Replies
    13
    Views
    554

    if it's what you look for .. user update with...

    if it's what you look for ..

    user update with request attributes on Submit does not work
  8. Replies
    13
    Views
    554

    Maybe i could ask another way...here is my code...

    Maybe i could ask another way...here is my code to display informations of the user's account. Now it works well but i need to update changed data on user's click on the button register. What i have...
  9. Replies
    13
    Views
    554

    Thanks for advice but i didn't get where to put...

    Thanks for advice but i didn't get where to put <code></code> tags.

    i added the <form:form commandName="change-pass" method="post" action="change-pas"> to the jsp
    and got the same error

    then i...
  10. Replies
    13
    Views
    554

    password change form and controller

    Hi,

    I would like to create a form permitting users to change their password.

    With the @RequestMapping(value = "/change-pass*", method = RequestMethod.POST), i get this error :
    Request method...
Results 1 to 10 of 10