[EMAIL PROTECTED] ha scritto:
Hi All

I have used tiles in while this week and when I look at Tiles user guide, it says "If you are using Struts 1.2.x you will need to also make sure you are using the |org.apache.struts.tiles.TilesRequestProcessor| or a |RequestProcessor| class that extends it."

My application is working fine without it. Can you please explain the reasons for this?

It is useful only if you want to forward to a Tiles definition inside your actions, e.g.:
return mapping.findForward("name.of.the.definition");
Withou TilesRequestProcessor, you cannot use this feature.
Ciao
Antonio Petrelli

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

Reply via email to