Hi, I am using JSTL resource bundle. It is defined in
web.xml:

<context-param>
  <param-name>
    javax.servlet.jsp.jstl.fmt.localizationContext
  </param-name>
  <param-value>
    package.ApplicationResources
  </param-value>
</context-param>

My question is that if I have two or more resource
bundle properties such as
ApplicationResourcesBase.properties,
ApplicationResourcesApp.properties, how do I regiester
them in web.xml, and how do I call it in my JSP using
fmt tag?

Thanks,
Hong



                
__________________________________________ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.yahoo.com 


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

Reply via email to