2008/1/23, sandyvj83 <[EMAIL PROTECTED]>:
>
>
> Thanku for your response.
> But I couldn't figure out what is the exact replacement for
> "org.apache.struts.taglib.tiles.CompContext" in tiles 2.0.4
>
> Old Code is: ComponentContext ctx = (ComponentContext)
> request.getAttribute("org.apache.struts.taglib.tiles.CompContext");Mmm... it's starting to be too complicated. What exactly do you want to do? If you want to "read" an attribute and import as a bean, you can use the <tiles:importAttribute> tag: http://tiles.apache.org/framework/tiles-jsp/tlddoc/tiles/importAttribute.html Ciao Antonio
