> Instead of using the Name \'Template\' of the page I thought it would be nice to 
> look up this value using the <bean:message> tag. How shall one do this? I have, 
> newbie as I\'m to jsp and tag libraries, tried
>   template:put name=\'title\' content=<bean:message key=\"page.title\"/> 
> direct=\'true\'/>

Recently you can do this:

<template:put name="title">
  <bean:message key="page.title" />
</template:put name="title">

If you have a non-empty template:put tag, it is direct content.
                                                        incze

Reply via email to