Dimitris Mouchritsas wrote:
Hi all,
we have a disclaimer page in our application (using struts 1.3.8) and we want to display a possibly rather large legal text. So the thought is to create a disclaimer.properties file with only one key in it and for that specific jsp have a <bean:message /> to load this disclaimer.properties and get the key from there.
Is this possible?

Yes, using bean:message's 'bundle' attribute. If memory serves, you can configure disclaimer.properties as an additional, named resource bundle in your struts-config.xml.

L.


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

Reply via email to