I'm using tiles with the myfaces JSF implementation
atop J2.  It works without a hitch after a slight
modification to JspTileViewHandlerImpl. 

Modify JspTileViewHandlerImpl: 

  (ServletContext) externalContext.getContext() >> 
ServletContext servletContext =
((JetspeedPortletContext)
externalContext.getContext()).getServletContext();

Modify tiles-faces-config.xml so that it references
the above class; e.g., 

<application>
<view-handler>com.foo.Jetspeed'ifiedJspTilesViewHandlerImpl</view-handler>
</application>

trey
  

--- Youssef Mohammed <[EMAIL PROTECTED]>
wrote:

> Any one here knows if there tiles and/or sitemesh
> integrated into J1 and J2
> 
> -- 
> Regards, Youssef
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 




                
__________________________________ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to