In your template did you import the tag libraries? V
-----Original Message----- From: Yaman Kumar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 5:43 PM To: Struts Users Mailing List Subject: Templates and i18n problem in struts Hi, I am using templates in struts, In my jsp page I used the below statement. ...... <template:put name='title' content='<bean:message key="printPage.title" />' direct='true'/> ...... the <bean:message key="printPage.title" /> statments prints MYPRINTPAGE . but the output is not rendered in title location in runtime, but it is printing <bean:message key="printPage.title" /> message without parsing the tag.. In short how can i use <bean:message ....> tag in templates. Could any one extend your hand... Many Thanks, rayaku -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

