Re: trying to use bean:message with arg0

2002-10-09 Thread Gemes Tibor
2002. október 9. 12:25 dátummal Avishai Weissberg ezt írtad: I've tried using it like this: bean:message key=my.key.here arg0=literal string This works fine for me. Maybe the slash at the end is missing? Try this: bean:message key=my.key.here arg0=literal string / Hth, Tib -- To

RE: trying to use bean:message with arg0

2002-10-09 Thread Avishai Weissberg
PM To: Struts Users Mailing List Subject: Re: trying to use bean:message with arg0 2002. október 9. 12:25 dátummal Avishai Weissberg ezt írtad: I've tried using it like this: bean:message key=my.key.here arg0=literal string This works fine for me. Maybe the slash at the end is missing? Try

Re: trying to use bean:message with arg0

2002-10-09 Thread Dave Derry
One obvious problem is that you haven't closed your bean:message tag. Try bean:message key=my.key.here arg0=literal string/ Also, have you included the directive for the bean tld? Dave Derry - Original Message - From: Avishai Weissberg [EMAIL PROTECTED] I apologize for the previous