I've notice that in Velocity *.vm files reference to the resource properties file is clean using the following syntax
#set ($MESSAGES = $portletConfig.getResourceBundle($renderRequest.Locale)) but in *.jsp files the reference I've notice is <fmt:setBundle basename="org.apache.jetspeed.portlets.security.resources.SecurityResources" /> Which explicitly names the resource file when it is already identified in portlet.xml. Is there any JSTL syntax the is similiar to Velocity's implementation that does not explicitly name the resource file. So that standard <fmt/> tags can reference the properties... -- View this message in context: http://www.nabble.com/Reference-to-Portlet-Properties-file-in-JSP-similiar-to-Velocity--tf3201211.html#a8888476 Sent from the Jetspeed - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
