Looking at your structure above it appears that you have two subdirectories
of WEB-INF, classes (which is automatically on the classpath) and resources
(which is not on the classpath).  If you move the resources directory under
the classes directory it should work.
 (*Chris*)

On 12/12/06, Kranti Parisa <[EMAIL PROTECTED]> wrote:

I Have the following Strcture

WEB-INF
     - classes
          -com
             -login
     - resources
         - application.properties
         - application_fr.properties

which means resources folder is there in WEB-INF and is seperated from the
com.login package containing java code

should <message-resources parameter="resources.application"/> work??


On 12/13/06, Gary Feidt <[EMAIL PROTECTED]> wrote:
>
> What is you package name?  I have an app that called cmo.resources and
> would use the following:
>
> <message-resources parameter="cmo.resources.application"/>
>
> Gary
>
>
> >>> [EMAIL PROTECTED] 12/12/2006 11:38 AM >>>
> Hi,
>
> i am working on internationalization in struts.
>
> for this i did the following
>
> 1) WEB-INF/classes/resources folder defined all the files
> example : application.properties, application_fr.properties ..etc
>
> 2) in each file defined the labels
> example
> label.firstname=First Name
>
> 3) in struts-config.xml file defined the following
> <message-resources parameter="resources.application"/>
>
> 4) when user successfully logs in setting the Globals.LOCALE_KEY into
> session with user specific locale
>
> 5) in jsp
> <bean:message key="label.firstname"/>
>
> i suppose the above steps should work.
> but its displaying null and when i do <message-resources parameter="
> resources.application" null="false"/>
> then its printing it as ???label.firstname???
>
> which is nothing but null.
>
> Please do suggest/help me for this.
>
> Regards
> Kranti
> _______________________________________________________________
>
> Confidentiality Statement:
> This email/fax, including attachments, may include confidential
> and/or proprietary information and may be used only by the
> person or entity to which it is addressed. If the reader of
> this email/fax is not the intended recipient or his or her
> agent, the reader is hereby notified that any dissemination,
> distribution or copying of this email/fax is prohibited. If you
> have received this email/fax in error, please notify the sender
> by replying to this message and deleting this email or
> destroying this facsimile immediately.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
------------------
Best Regards
Kranti Kiran Kumar Parisa
Mobile: +91 - 9849 - 625 - 625             +91 - 9391 - 438 - 738


Reply via email to