Hi all,
        I have an application that defines a specific value in my resource
properties file as:

order.status.title=Order Status

        Since I am using tiles in my application. My main layout file cannot
use:

<bean:message key="order.status.title"/>

        because it is being used for other pages as well.

        Therefore, for ever subdefinition I define a value page.title:

<put name="page.title" value="login.title"/>

        How can I retrieve this to be used for the bean:message? Is there
another solution?

Thanks,
-Tim

--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to