Can we expect to have struts 1.2 fully moved over to using solely html:messages? Including all the validate methods on actions etc? -David
----- Original Message ----- From: "Hubert Rabago" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, February 09, 2004 1:32 PM Subject: RE: ActionErrors deprecated? > It's the new and improved way to display messages on your pages. > <html:errors/> sometimes needed html markup on the message resources file to > format the messages properly. The new <html:messages> tag gives the JSP full > control over formatting, which is where it should be. > > --- "Slattery, Tim - BLS" <[EMAIL PROTECTED]> wrote: > > > in jsp use this: > > > <html:text property="foo"/> > > > <struts-html:messages id="error" property="foo"> > > > <struts-bean:write name="error"/> > > > </struts-html:messages> > > > > Maybe I'm dumb, but I can't make any sense of this. Use it for what? > > > > -- > > Tim Slattery > > [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Finance: Get your refund fast by filing online. > http://taxes.yahoo.com/filing.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

