createActionForm nullpointerException

2004-05-12 Thread koen boutsen
Hi I'm really stuck on this one. I get the following error when submitting a form. E SRVE0026E: [Servlet Error]-[action]: java.lang.NullPointerException at org.apache.struts.util.RequestUtils.createActionForm(RequestUtils.java:784) In my actionmapping in the struts-config, I v' put the

html:form problem

2005-01-17 Thread koen boutsen
ng way ? function set(target){ document.forms[0].dispatch.value=target; document.forms[0].submit(); } function setForm2(target){ document.forms[1].dispatch.value=target; document.forms[1].submit(); } any help is a