Monday, November 14, 2005

Equal symbol expected Struts Error

org.apache.jasper.JasperException: *********.jsp equal symbol expected

If you get this error while using struts..
It could be because you are trying to nest two struts tags..
e.g. I was using something like this..
") />

Also check out this link which gives a more detailed explanation

Thursday, November 10, 2005

How to print PreparedStatement ?

Hi,

I usually felt the need to view the full query formed after substituting the '?' with their values in a PreparedStatement. I found a solution at JavaWorld