Hi All,If I not define <security> element in the controller corresponding to the request, i got null pointer exception. I think the request may be not getting recognize by the handler.
-- Is it necessary to define security with each request?I traced out upto my level and i found that in RequestHandler.java file , " controllerConfig.defaultRequest " has contain null value.
Please correct me if i am wrong and get me the right direction why it is happening?
Thanks in advance --Richa Goyal
