Rivka Shisman wrote:
Hi all,
I have a MessageResources.properties file that contains all the messages
regarding form validation.
I wonder what should I do when I have a business/workflow messages (like
"This entry already exist in the DB"), should I use the same properties
file? If yes - how do
t from the business layer (say EJB layer)?
Thanks
Rivka
-Original Message-
From: Abdullah Jibaly [mailto:[EMAIL PROTECTED]
Sent: Friday, July 08, 2005 4:07 PM
To: Struts Users Mailing List
Subject: RE: access entries in MessageResources.properties from java
code
MessageResources mr = ge
MessageResources mr = getResources(request);
String messageValue = mr.getMessage(messageKey);
-Abdullah
-Original Message-
From: Tony Smith [mailto:[EMAIL PROTECTED]
Sent: Friday, July 08, 2005 12:05 AM
To: Struts Users Mailing List
Subject: access entries in MessageResources.properties
How can I access entries in
"MessageResources.properties" inside Action or Form
code?
Thanks,
--- Rick Reumann <[EMAIL PROTECTED]> wrote:
> Hubert Rabago wrote the following on 7/8/2005 12:24
> AM:
> > There are several
> > reasons why you shouldn't use VOs as your form
> beans and vice versa
>
4 matches
Mail list logo