i am using netbeans6.7 ide i have created a jsp file usermanagement.jsp in jspfiles folder in web folder
and created a java package com.test.test1 then created a java class in temp in this java package
now i want to import this java package in usermanagement.jsp i have written <%@ page import=''%> but my package is not getting populated there
what should i do?
do i have to write something in web.xml?