I'm using tomcat 4.0 on apache
1.3.20 on windows 98.

Well i was losing all my session variables and FINALLY
found this article:

http://www.jguru.com/faq/view.jsp?EID=816599

so i changed all my response.sendRedirect() methods to


response.encodeRedirectURL() 

but those failed to actually move forward so i changed
them all to:

application.getRequestDispatcher("/to/your/URL").forward(request,response);

and now I get a compile error "cannot resolve symbol.
symbol: application

do i have to include the 'application' somehow?

I'm going INSANE HERE! Please help!

thanks =p

Rich

=====
*
 (\_/) 
 (O.O) 
((___)) 
---"---

__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to