[EMAIL PROTECTED] wrote:
I think I'm missing the point of the TilesRequestProcessor ....

I have a few simple tiles in a project with to modules (default & crud). Actually the default uses tiles and the other one doesn't.

Now, the tiles in the default module seem to work just fine, but a friend told me, that I would
need to define the TilesRequestProcessor in a
controller tag in the default module. Adding this tag doesn't seem to change anything.

Can some explain to me why that should be done?

You're talking about the the <controller/> element in struts-config.xml I assume? I.e. you have something like

  <controller
    processorClass="org.apache.struts.tiles.TilesRequestProcessor"/>

That tells Struts to delegate request processing to Tiles. Without it, Struts doesn't know anything about Tiles and any action referencing a Tiles definition will cause an error.

L.
--
Laurie, Open Source advocate, Java geek and novice blogger:
http://www.holoweb.net/laurie


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

Reply via email to