HI guys !!
I am new to jsp so pls do help me in solving this ..
I am getting error at the highlighted part as:
Syntax error,insert ": Expression" to complete Expression
<%
----
---
-----
UrlGen urlg = new UrlGen(request.getQueryString(), "UTF-8");
String url = "Contacts.jsp"+"?"+urlg;
%>
<a href="[B]<%=url%>[/B]"><img src="images/hide.gif" border=0 align="middle">
</a>
<%
--
--
%>