class and method for bean:message

  • Follow


In a JSP <bean:message /> will fetch information from
ApplicationResources.properties. What is the class and method to return the
same string value in java code? Thanks

0
Reply x12code-del (62) 5/6/2004 2:59:00 PM

David McDivitt wrote:
> In a JSP <bean:message /> will fetch information from
> ApplicationResources.properties. What is the class and method to return the
> same string value in java code? Thanks
> 

This article should provide the information you seek:
<http://www.sudsy.net/technology/struts-messageresources.html>

0
Reply bitbucket44 (1434) 5/6/2004 8:31:13 PM


Thanks, Sudsy. This gave me what I needed to know.

>From: Sudsy <bitbucket44@hotmail.com>
>Subject: Re: class and method for bean:message
>Date: Thu, 06 May 2004 16:31:13 -0400
>
>David McDivitt wrote:
>> In a JSP <bean:message /> will fetch information from
>> ApplicationResources.properties. What is the class and method to return the
>> same string value in java code? Thanks
>> 
>
>This article should provide the information you seek:
><http://www.sudsy.net/technology/struts-messageresources.html>

0
Reply x12code-del (62) 5/7/2004 2:14:27 PM

2 Replies
28 Views

(page loaded in 0.415 seconds)

Similiar Articles:













7/21/2012 5:33:39 AM


Reply: