Oops. I missed that. Thx

David Smith <[EMAIL PROTECTED]> wrote:  You are already in a pair when you do 
GlobalConst.SO_LOGIN_OBJ %>. Why?

Seems to me this would be a better expression:

LoginObject loginobj = (LoginObject)session.getAttribute( 
GlobalConst.SO_LOGIN_OBJ )
%>

--David

Mike Peremsky wrote:
> I have used jsp includes with weblogic with no problems, I am using the same 
> format of the code with Tomcat but am having issues.
> 
> I include the jsp as follows:
> 
> 
>
> 
> The code in the inc file is:
> 
> 
> 
> >   LoginObject loginobj = (LoginObject)session.getAttribute("");
> %>
> 
> 
> 
> The error I am getting is the following:
> 
> org.apache.jasper.JasperException: Unable to compile class for JSP: 
> An error occurred at line: 5 in the jsp file: /include/JspVariables.inc
> String literal is not properly closed by a double-quote
> 2: 
> 3: 
> 4: > 5:   LoginObject loginobj = (LoginObject)session.getAttribute("");
> 6: %>
>
> I also get other strange errors on other inc files, but am not yet sure if it 
> is related to the fact that this variable is not being declared.
> 
> - Mike
>
> 
> ---------------------------------
> No need to miss a message. Get email on-the-go 
> with Yahoo! Mail for Mobile. Get started.
> 


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  
---------------------------------
Looking for earth-friendly autos? 
 Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.  

Reply via email to