Article:
 |
|
Extending Struts
|
| Subject: |
|
Custom request processor |
| Date: |
|
2006-05-08 08:17:46 |
| From: |
|
sudda1
|
|
|
|
I am using a custom request processor by extending RequestProcessor to check for login state. At the same time I'm using Tiles framework too.
When the application starts I get an errror:
TilesPlugin : Specified RequestProcessor not compatible with TilesRequestProcessor
This is because the entry
<controller processorClass="myProcessor" />
is masking the request processor used by Tiles framework.
How to use the Tiles framework and custom request processor at the same time ?
|
Showing messages 1 through 1 of 1.
-
Custom request processor
2006-05-25 20:43:40
redsofa
[Reply | View]
You should extend your custom RequestProcessor from
TilesRequestProcessor.tschuess
tom