Srepfler Srgjan wrote: > SourceForge.net wrote: >> Read and respond to this message at: >> https://sourceforge.net/forum/message.php?msg_id=3659893 >> By: buergel >> >> 1. in the displaytag.properties >> set: locale.provider=org.displaytag.localization.I18nStrutsAdapter >> (the default = I18JstlAdapter) >> displaytag will use the Struts.properties >> 2. titleKey="sample.name" >> >> I dont know if it is also working with bundle.. >> >> Peter >> > If I use the struts properties bundles, does that mean I should transfer > all redefined properties from the displaytag.properties to the struts > Struts.properties or just some, if so what's the criteria? > Thanks, > Srgjan
No, they serve different purposes. The displaytag.properties file is used for displaytag-specific configuration settings, overriding the settings in TableTag.properties for v1.0 and displaytag.properties for v1.1. The struts properties bundle is for other stuff, labels, localizable messages, etc. They stay separate. -- Rick Herrick [EMAIL PROTECTED] I haven't got time for inner peace. "No reasonable definition of reality could be expected to permit this."--Albert Einstein, Boris Podolsky and Nathan Rosen in 1935 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

