Preventing Undefined Variable Error
843835May 17 2002 — edited May 20 2002I have a JSP file that is included in another JSP file. The second JSP files has variables declared from the first. If I try to access the 2nd JSP file directly (without going through the 1st) I get and 'undefined variable error'. How do I prevent the error from happening when I access the 2nd JSP file directly?
Thanks in advance,
-Ray