2009/11/29 Todd Nine <[email protected]>:
> Note that the class name has a typo, the example displays
>
>  <param-value>org.apache.tiles.evaluator.el.ELAttributeEvaluatr</param-value>
>
> But it should be
>
>  <param-value>org.apache.tiles.evaluator.el.ELAttributeEvaluator</param-value>

Thanks, can you open a JIRA issue for this?
https://issues.apache.org/struts/browse/TILES

> However, when my html is rendered, I have the variable ${pageTitle} in
> my browser, not "Update Part Title" which i've set in my body content.
>  What am I doing wrong?

Sincerely I don't know, since Spring's TilesConfigurer is on the way
and I don't know what happens.
Can you debug the code and see why the ELAttributeResolver is not
loaded? Or at least, try to load your app without Spring to see if it
is a Spring or a Tiles problem.

Antonio

Reply via email to