Hi to all!

Is it possible to modularize(thru subdirectory per page) resource properties in a web 
application? Pls. see the following code snippet (web.xml) as example:

       <servlet-name>action</servlet-name>
       <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
  
     <init-param>
         <param-name>application</param-name>
         
         <param-value>transtools.transtoolsResources</param-value>
         <param-value>langschools.langschoolsResources</param-value>
         <param-value>home.homeResources</param-value>      
         <param-value>contact.contactResources</param-value>
         
       </init-param>      


Any input/help about internationalization would be great. Thanks in adv.

Regards,
Marie


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.417 / Virus Database: 233 - Release Date: 11/8/2002
 

==========================================================================To 
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to