Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

where is org.apache.struts.actions.LocalStrings ?

sanath_kJul 26 2008 — edited Sep 22 2008
while going through source codes of DispatchAction of struts package, I found the following code block.

http://www.docjar.com/html/api/org/apache/struts/actions/DispatchAction.java.html

110 /**
111 * The message resources for this package.
112 */
113 protected static MessageResources messages =
114 MessageResources.getMessageResources
115 ("org.apache.struts.actions.LocalStrings");


Its API shows below story

getMessageResources
public static MessageResources getMessageResources(java.lang.String config)Create and return an instance of MessageResources for the created by the default MessageResourcesFactory.
Parameters:
config - Configuration parameter for this message bundle.

My Question is

org.apache.struts.actions.LocalStrings
What is this ? from where this is comming ?
I didn't find this LocalStrings as a part of Struts API.

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 20 2008
Added on Jul 26 2008
6 comments
506 views