Re: Question about warning when pre-loading a form

2006-09-21 Thread Yamir Encarnacion
Thanks to Juanjo Cuadrado and David Friedman. Adding the name tag took care of the warning. Yamir Encarnacion --- Juanjo Cuadrado <[EMAIL PROTECTED]> wrote: > Hi, > > Can you try to to put the attribute "name" in > the tag action (in > struct-config.xml)? > > > attr

Re: Question about warning when pre-loading a form

2006-09-21 Thread Juanjo Cuadrado
Hi, Can you try to to put the attribute "name" in the tag action (in struct-config.xml)? I hope help you 2006/9/21, Yamir Encarnacion <[EMAIL PROTECTED]>: Hello, I am getting the following warning (log4j) when pre-loading a form and was wondering i

RE: Question about warning when pre-loading a form

2006-09-21 Thread David Friedman
Forms are best loaded automatically in struts. Your code suggests you might be better off adding: name="AdminPrescriberForm" to your action mapping declaration for automatic creation of your ActionForm. It will should you time and (lines of) code. Regards, David -