This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
and one interceptor with class which check that session exists:
I have problem with passing parameter "id",
when class zdr.ListaZdr runs in the parameter is null,
but when I switch off interceptor the parameter has a true value.
If you define interceptors for an action you must define *all* of the interceptors for an action. So currently, when you configure the interceptor in your action config, you're running only the single interceptor--meaning the "params" interceptor isn't running, so no parameters are set.