Hi Puneet,
 
 Thx for the reply.
 I think if you have the facility to import classes then you should use the 
import statement at the top of JSP file.That's what I did in my case.
 
 Like this :
 <%@ page import="java.util.*, com.exporder.web.StaticData" %>
 
 and then as simple as I used is shown below:
 <% 
 
request.setAttribute("hours", StaticData.hours);
request.setAttribute("minutes", StaticData.minutes);
 %>
 Anyway I resolved my problem.
 Thanks for your precious time.
 
 
                
---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates 
starting at 1ยข/min.

Reply via email to