Thanks Nicolas, it works.
I'm still curious how to integrate Tiles runtime composition into JSF
environment, for example change tiles definition "on the fly" in
actionListener method.
Theoretically:Tiles Servlet runs after JSF servlet, so if I change tiles
definition in ActionListener method (which run in the InvokeApplication
phase) this modification should be reflected. Am I right?
Regards,
Jacek
Nicolas LE BAS pisze:
"org.apache.tiles.test.preparer.RequestSettingViewPreparer"
Since it is in package "org.apache.tiles.test", I don't think it's
relevant except for testing purposes. I think setting
org.apache.tiles.evaluator.AttributeEvaluator
<http://tiles.apache.org/framework/config-reference.html#org.apache.tiles.evaluator.AttributeEvaluator>
is enough, but you should use Servlet 2.5 (i.e. tomcat 6, WL 10, WS 6.1).