Hi all,

As of now I have a following entry in web.xml for an 
ApplicationResources.properties file.

<init-param>
      <param-name>application</param-name>
      <param-value>ApplicationResources</param-value>
</init-param>

I have tried the one approach as mentioned below but it didn't work..

<init-param>
      <param-name>application</param-name>
 
<param-value>ApplicationResources1,ApplicationResources2</param-value>
</init-param>

Is there any other approach for this...?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to