On 7/6/05, Iyanu, Rajasekaran <[EMAIL PROTECTED]> wrote: > Hi Berg, > > Thanks for ur prompt reply. > Yup, the definitions in Form and Action mapping are the same.. And the > scope is request throughout... > > Any more clues in this regard..? >
This page http://www.geocities.com/Colosseum/Field/7217/SW/struts/errors.html says that: "This exception typically occurs because Struts cannot find the form bean it expects for a specific action according to the mapping in the struts-config.xml file. Most often, this is probably because the name given to the form in the name attribute of the form-bean element does not match the name attribute of the associated action's action element. In other words, the action and form should each have a name attribute that matches exactly, including case. It has been reported that this error has been seen when no name attribute is associated with the action. If there is no name attribute in an action element, no form is associated with the action. Others have reported this error as merely a symptom of something completely unrelated (all too common), but the mismatch of name attributes in the form-bean and action elements in the struts-config.xml file is the usual culprit." Maybe someone else has an idea. Maybe if you provide more background, people might get a hint? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

