Hi Sanjay,
    I didn't get u'r query properly, but here is suggestion form what i
understood.

1.  U can assign the variables with the values & pass them through u'r
servlets as hidden fields. OR
2.  U can put them in session using

URL url = new URL("http://www.espnstar.com");
session.putValue("Sports",url);
and retrive in servlet as
URL url = (URL)session.getValue("Sports");

See if it works !

Abhay

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to