org.apache.jasper.JasperException: equal symbol expected
jazy smith
Ranch Hand
Joined: Nov 18, 2009
Posts: 101
posted
0
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
posted
0
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.
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.