You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Patrick Sard <pa...@free.fr> on 2005/06/21 15:56:11 UTC

Tiles - TilesUtilImpl.doInclude() issue

hi all

I was wondering if there was any reason why the TilesUtilImpl doInclude()
methods would not call the TilesRequestProcessor but instead use either
pageContext or servletContext include() methods ?!?
IMHO that would actually make more sense calling current TilesRequestProcessor
as any web app could implement its own RequestProcessor (subclass of
TilesRequestProcessor) which could basically override doInclude() and
doForward()  or general request processing (action, JSP,... whatever).
So not calling it from TilesUtilsImpl would fail part of the purpose of such
overloading.
Or am I missing saomething here ?

If u guys agree the current implementation of TilesUtilImpl.doInclude() methods
is wrong somehow I'd open a ticket with Bugzilla and propose a patch.

thanks
Patrick

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org