Hi
I have problem with calling jsp using <a href> in scriptlets. Not able to call the jsp.
I used the following code. but not able to enter in to ozCmnDeleteEntity.jsp. please give me solution.
out.println(
"<a href=\"ozCmnDeleteEntity.jsp?objType=PROJECT&objId="+prj.getProjectId()+"\">");
out.println("</a>");
thanks in advance...