2008/1/18, Kapidi, Srinivasa <[EMAIL PROTECTED]>:
>  I am trying write my own handler classes which implements ViewPreparer
> I am facing problem in accessign the  value of   tiles:putAttribute
> <tiles:putAttribute name="xxxxxx" value="yyyyy"/>
> Is there any way  to access the value using Tile Java API

The ViewPreparer.execute method has an AttributeContext as a parameter.
Use its "putAttribute" method to populate it.

Antonio

Reply via email to