Hello All

I'm using Contrib/Tiles (Last version) with Struts Nightly build and trying
using tutorials: Definitions as forward.
It seems that ActionComponentServlet is not compatible with struts nightly
build (1.1 dev) as the following occurs:
org.apache.struts.tiles.ActionComponentServlet.process ->
getApplicationConfig(request).getProcessor().process(request, response); ->
org.apache.struts.action.RequestProcessor.process ->
org.apache.struts.action.RequestProcessor.processActionForward(request,
response, forward);

So the method
org.apache.struts.tiles.ActionComponentServlet.processActionForward(ActionFo
rward forward,ActionMapping mapping,

ActionForm formInstance,HttpServletRequest request,HttpServletResponse
response)
who is responsible to get the forwards from definitions is not called.
Anyway this method does not exists in Struts 1.1 ActionServlet and can not
be overrided.

IMO the standard RequestProcessor should be subclessed and provided in
ApplicationConfig.

Any assistance will be appreciated .
Thanks
Hertzel

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

Reply via email to