Sure. The situation I have is that I have a servlet called BaseServlet which
has code like 

.... req.setAttribute("prod",product);
    context.getRequestDispatcher("/MyJsp1.jsp").forward(req,res);

Now with in Mjsp1 if my browser is IE I want to redirect to MyJsp2 and be
able to use the bean "prod". However I'm getting a product is null error.
Does it have to do with the context?

Of course you may be asking why not do it with in the servlet? That's
because the servlet code is not available.

Thanks.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to