bean:message to fmt:message

2003-08-24 Thread Erez Efrati
In my resource properties file I have key in the following format: button.next=xxx .. I am trying to move from bean:message key=button.next / which works just fine, to fmt:message value=button.next / And I get the following error: Attribute value invalid according to the specified TLD' Why?

RE: bean:message to fmt:message

2003-08-24 Thread Erez Efrati
/context-param This all works with bean:message. Any ideas why? Erez -Original Message- From: Erez Efrati [mailto:[EMAIL PROTECTED] Sent: Sunday, August 24, 2003 1:20 PM To: 'Struts Users Mailing List' Subject: bean:message to fmt:message In my resource properties file I have key

Re: bean:message to fmt:message

2003-08-24 Thread Adam Hardy
-valueresources.application/param-value /context-param This all works with bean:message. Any ideas why? Erez -Original Message- From: Erez Efrati [mailto:[EMAIL PROTECTED] Sent: Sunday, August 24, 2003 1:20 PM To: 'Struts Users Mailing List' Subject: bean:message to fmt:message In my resource properties

RE: bean:message to fmt:message

2003-08-24 Thread Erez Efrati
Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Sunday, August 24, 2003 12:50 PM To: Struts Users Mailing List Subject: Re: bean:message to fmt:message Hi Erez, had similar problems myself. Specifying the application resources in web.xml didn't work for me for hours because I'd

Bean:message to fmt:message

2003-08-17 Thread Erez Efrati
I have a very small question: I have message keys that uses '.' like for instance 'myform.hello'. I read something but I am not sure, does fmt:message support this kind of keys or do I have to remove those '.' from my keys? Thanks, Erez

Re: Bean:message to fmt:message

2003-08-17 Thread Dan Tran
Yes it does. - Original Message - From: Erez Efrati [EMAIL PROTECTED] Newsgroups: Struts Sent: Sunday, August 17, 2003 9:57 AM Subject: Bean:message to fmt:message I have a very small question: I have message keys that uses '.' like for instance 'myform.hello'. I read something but I

RE: Bean:message to fmt:message

2003-08-17 Thread Erez Efrati
A big relief.. thanks, just to think about converting them all... Erez -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Sunday, August 17, 2003 6:08 PM To: Struts Users Mailing List Subject: Re: Bean:message to fmt:message Yes it does. - Original Message