Hello,
I'm working on struts and hibernate. J'ai une tache qui est affectée à un
utilisateur.
I have a Actionform named Task.
Private Integer code ;
Private String codeus ; // Login of user
Private String libelle;
I have also a POJO Task.
Private Integer code;
Private User user; // Many-to-o
Hi,
I have a form that create a user in my database. I use a simple action
class.
After the création, i forward to a jsp (viewuser.jsp) that show my users.
Now, i want to add two buttons on viewuser.jsp (Button.edit, button.delete)
for each raw of my table. Can i avoid to have an action by button
Hello,
I have this error using Lookupdispatchaction
javax.servlet.ServletException: Action[/creationuser] missing resource
'valider' in key method map
My jsp have two buttons :
My ApplicationResources.properties
button.valider=valider
button.refuser=refuser
My struts-config.xml
3 matches
Mail list logo