[AIDE] Problème avec ActionForm
Bonjour, j'ai un petit pb au niveau de mon action
Mon actionForm est a null :roll:
Code:
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();
} |
Citation:
java.lang.NullPointerException
at org.c3c.base.controller.RechercherClientDispatchAction.initRecherche(RechercherClientDispatchAction.java:28)