From: "Caroline Jen" <[EMAIL PROTECTED]> > I use the HTML tag <textarea> to make it work. > If I use <html:textarea>, I get 'cannot retrieve > definition for form bean null'
The last example you posted was missing the 'name' attribute in your <action> tag. Without that, when Struts comes to an <html:textarea> tag, it looks to the action mapping (the <action> tag in struts-config.xml) for the 'name' attribute to tell it what Form bean to use. No name attribute present? That's where your 'form bean null' error is coming from. -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]