jQuery in Action, 2nd edition
The moose likes JSP and the fly likes org.apache.jasper.JasperException:  equal symbol expected Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "org.apache.jasper.JasperException:  equal symbol expected" Watch "org.apache.jasper.JasperException:  equal symbol expected" New topic
Author

org.apache.jasper.JasperException: equal symbol expected

jazy smith
Ranch Hand

Joined: Nov 18, 2009
Posts: 101
Hi all,
This is my jsp page resultlog.jsp :

it throws this error :
I tried putting log statements in com.a.bean.searchbean class' retrieve method. I am sure the command doesn't even reach to searchbean class. any idea ?
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12267
    
    1
This is failing at the parse JSP step so of course it never gets to the bean. I would pay real close attention to the syntax around line 6, column 35.

Bill

Java Resources at www.wbrogden.com
jazy smith
Ranch Hand

Joined: Nov 18, 2009
Posts: 101
syntax is perfect Bill
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

Are you sure it doesn't work? If I take out the useBean and use nothing for the HTML body it works fine for me, cut and pasted from the "view plain" link in your code block.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: org.apache.jasper.JasperException: equal symbol expected
 
Similar Threads
HTTP Status 500 -org.apache.jasper.JasperException: /Success.jsp(35,52) quote symbol expected
org.apache.jasper.JasperException: Unable to compile class for JSP:
Error in JSP page: org.apache.jasper.JasperException
Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib.html.MessagesTei
<s:property value=""> in comparison