On 3/8/06, Morten Egelund Rasmussen <[EMAIL PROTECTED]> wrote: > Hi there! > > I don't have any formbean called CustomerOpen.
Then don't define it in the mapping. > CustomerOpen is my > action, which forwards to a formbean called CustomerInfo. > (CustomerInfo is defined in struts-config.xml in my <form-beans> > section.) > > Do I need to define the formbean within my action-mappings in > struts-config.xml, or what is wrong here? > > Any ideas? RTFM http://struts.apache.org/dtds/struts-config/1_3/struts-config_1_3.dtd.html#ElementDef9 "name -- Name of the form bean, if any, that is associated with this action mapping." But I agree that "name" says very little. I would prefer it being called something like "form". --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]