Hi Folks, I am a struts-velocity newbie. I have downloaded the struts-velocity framework and make the basic Static ActionForm work with a velocity module which defines the form. Now, I am trying to use a map-backed ActionForm with the same velocity module and I have doen the various steps: Defined a DynamicActionForm with a map field and getValue , setValue configured the ActionForm in struts-config.xml using <FormBean tag and then referred it by the name in the corresponding <Action tag. The problem is that its not autoloading the form fields from the screen. That is, whatever I type in on the screen is not getting into the ActionForm inside the execute method of the corresponding Action. Everything works fine when I use static formbean. Any idea or clue what might be happening ?
Thanks --Shankar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]