Hi All

I have the following code

public class XSLQueryEngineServlet extends DispatcherServlet
{
        private static Category _log =
        
CategoryWrapper.getInstance("com.mongoosetech.xmlservices.query.XSLQueryEngin
eServlet");

        public void init() throws ServletException
        {
                gateway = Gateway.getInstance((File)
getServletContext().getAttribute("javax.servlet.context.tempdir"));
        }

        protected int doDefaultAction(Model model) throws ServletException,
IOException
        {
                return super.doDefaultAction(model);
        }
}

field gateway is not declared any where in my code, but the pop-up blue-box
where I can hit Ctrl-ALt Enter doesn't pop up at all. I had earlier turned it
off by double clicking on the status bar and after I wrote this code, I
turned it back ON, nothing happened, I restarted IDE, nothing happened no
POP-UP.

TIA

Daya Sharma
Software Developer
Mongoose Technology, Inc.

_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to