[SOLVED] Re: DynaValidatorForm arrives as null (that of passed by ActionForm) in execute

2009-02-24 Thread sledge
Problem solved: I was using a wrong type in form-properties: java.lang._b_oolean sledge wrote: > > Struts 1.1; There's something I think I am doing not right.. Here is the > code: > > action .java: > public class EditColActionInit extends Action { > public ActionForward execute(ActionMap

DynaValidatorForm arrives as null (that of passed by ActionForm) in execute

2009-02-23 Thread sledge
Struts 1.1; There's something I think I am doing not right.. Here is the code: action .java: public class EditColActionInit extends Action { public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse respon