Filters in servlets
Hi All,
I was trying to use the filters in servlets.
I created a servlet class, put it in the web.xml class, in the filter tag.
when i am referring my servlet, the filter class is being executed,
the problem is the servlet i referred (say "login") does not execute and I get a blank screen, though no errors are there.
Could any one tell me how to go about it / any example.
Thanks in advance.
Thanks and regards
Ayusman
|