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"?>...
Type: Posts; User: fdtecacc; Keyword(s):
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"?>...
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...
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...
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...
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
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...
if it's what you look for ..
user update with request attributes on Submit does not work
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...
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...
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...