any help?

paulsydney wrote:
> 
> Hi All,
> 
> Im working on internationalizing custom text/labels on my SpringMVC
> application. It is currently working using the messages.properties. Then i
> tried integrating my JSPs with DisplayTags and found out that
> internationalizing text,column titles,etc in DisplayTags uses the
> displaytag.properties. With this scenario i have two resources for
> internationalizing texts, thats messages.properties and
> displaytag.properties ( both resides at WEB-INF/classes ).
> 
> Is there a way that i may use only a single .properties file ( i want to
> remove displaytag.properties, but before removing it i want to merge its
> contents into messages.properties, so its only a single properties file to
> keep - the messages.properties  )
> 
> if its possible, how do we do it on our servlet-context.xml?
> 
> here's my servlet-xml:
> 
> <bean id="messageSource"
> class="org.springframework.context.support.ResourceBundleMessageSource">
>      <property name="basename"><value>messages</value></property>
> </bean>
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-SpringMVC--messages.properties-and-displaytag.properties-tp16608823p16747959.html
Sent from the DisplayTag - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to