Re: pls help: struts 1.x /dynaValidatorForm/String[] type

2007-09-10 Thread john lee
HI Paul, But, i put initial="20" inside struts-config.xml, when execute, system still give me the error message that is the following: Error creating form bean of class org.apache.struts.action.DynaValidatorForm java.lang.NullPointerException. tks ur help john Paul Be

Re: pls help: struts 1.x /dynaValidatorForm/String[] type

2007-09-10 Thread Paul Benedict
struts-config. see the dtd On 9/10/07, john lee <[EMAIL PROTECTED]> wrote: > > Hi Paul, > > after i add initial="20" into struts-config.xml, execution still > complain about NullPointerException. > > After i add initial="20" into validation.xml, initial="20" . > when i bounce the server

Re: pls help: struts 1.x /dynaValidatorForm/String[] type

2007-09-10 Thread john lee
Hi Paul, after i add initial="20" into struts-config.xml, execution still complain about NullPointerException. After i add initial="20" into validation.xml, > Any expert can give me your hands? > > i have an DynaValidatorFrom as following: > > inside struts-config.xml > > > org.apache

Re: pls help: struts 1.x /dynaValidatorForm/String[] type

2007-09-10 Thread john lee
tks for your kind help, but add initial="20" inside struts-config.xml or validation.xml? what else i need to do ? tks in advance john Paul Benedict <[EMAIL PROTECTED]> wrote: You need to allocate array space. For example, add an initial="20" attribute to the property.

Re: pls help: struts 1.x /dynaValidatorForm/String[] type

2007-09-09 Thread Paul Benedict
You need to allocate array space. For example, add an initial="20" attribute to the property. On 9/9/07, john lee <[EMAIL PROTECTED]> wrote: > > Any expert can give me your hands? > > i have an DynaValidatorFrom as following: > > inside struts-config.xml > >org.apache.struts.action.DynaVal

pls help: struts 1.x /dynaValidatorForm/String[] type

2007-09-09 Thread john lee
Any expert can give me your hands? i have an DynaValidatorFrom as following: inside struts-config.xml inside validation.xml But, the execution give me the error message for null point exception. All the examples i could find is de