> I need to map all incomming urls to one and the same action.
>
> This action works like a dispatcher - acctording to some data taken from
> the data base, decides where to redirect the request.
>
> I''ll appreciate any ideas!

I think an Interceptor would be a better solution for this:
http://struts.apache.org/2.x/docs/interceptors.html

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

Reply via email to