Re: Urgent, TilesRequestProcessor

2003-03-06 Thread Cedric Dumoulin
Hi, If you use Tiles, and want to extends the RequestProcessor, you need to extend the TilesRequestProcessor. This later extends the RequestProcessor, so you transitively extends it also. The TilesRequestProcessor purpose is to catch the definition names used in urls. If a struts url (like

Urgent, TilesRequestProcessor

2003-03-05 Thread modena
Hi, i've a problem with TilesRequestProcessor; i insert in my struts-config.xml the definition of my classes: and requestP extends TilesRequestProcessor (i don't understand whi if i use tiles plug-in i don't exstend RequestProcessor..) in this class i overload the processPreprocess and processFor