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]

