Hi
I am trying to use some classes from package that I has made in my
jsp so i have imported the package as under..
<%@ page import = "HTML.*" %>
where HTML is the name of the package
but the jsp is giving a run-time error - package HTML does not exits.
I have placed the package in the Common\Classes folder
Please help me out in this..
Thanks..
Nidhi