You can't nest a tag inside another tag in jsp. Try : <template:put name='title' direct='true'> <bean:message key="printPage.title" /> </template:put>
Cedric Yaman Kumar wrote: > 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]>

