Struts and Hibernate

2006-07-03 Thread DOUILLARD David
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

How to use LookupdispatchAction

2006-05-05 Thread DOUILLARD David
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

LookupDispatchAction error

2006-04-24 Thread DOUILLARD David
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