2009/11/17 Todd Nine <[email protected]>:
> Thanks for the help Antonio.  I'm not quite sure how I can get the title.
> I'ved used the Spring framework to inject my body jsp path based on the
> Action path.  I'm using REST style urls, so I have a
> <controller>/<action>(/<other args>)* syntax on all my calls.  Getting the
> body dynamially injected only took the following.  However, I don't want my
> title's based on interception as that's part of the view.  Its not possible
> to "bubble" attributes from includes up to their parent?

Mmm... Let me understand you.
You set the title somewhere in the Spring view, right? And you want to
use it as a Tiles definition.
Try using EL then:
http://tiles.apache.org/2.1/framework/tutorial/advanced/el-support.html

Antonio

Reply via email to