Bonjour, j'ai un petit pb au niveau de mon action
Mon actionForm est a null

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
 
	public ActionForward rechercher(
			ActionMapping mapping, 
			ActionForm form, 
			HttpServletRequest request, 
			HttpServletResponse response) throws Exception
	{
		String forward = "rechercher";
		rechercherClientBean myForm ((rechercherClientBean)form);
               myForm.initRecherche();
}
java.lang.NullPointerException
at org.c3c.base.controller.RechercherClientDispatchAction.initRecherche(RechercherClientDispatchAction.java:28)