> I'm having trouble getting messages to show up in my .jsp file using a > scaffold approach. In my helper bean I'm setting a couple of messages > like:
That version of the messaging system is limited. It can only accept one message template and assumes that any thing comes after that is a replacement parameter.
I've worked out a replacement using the new Commons Resources message objects but haven't retrofitted it to the ProcessAction yet.
My development copy is here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/wqdata/wqdata/src/java/shared/org_apache_struts_scaffold/
inside of the DomainAction.
-T.
-- Ted Husted, Struts in Action <http://husted.com/struts/book.html>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

