zeus

Greenhorn
+ Follow
since Nov 22, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by zeus

hi
can any one tell me how to calculate the timestamp between the server and the client irrespective of the client changes his system clock..ie, to be much more clear using the time zone between the server and client can i calculate the exact time difference in time including secs???
help me
thanks in adv
23 years ago
hi balraj
response.sendRedirect() -- this sends a new request to the page which you have request,since its a new request the objects are not available in the redirected page which has been created in the earlier page before redirected.and also you can see the redirected page loaded in the url(the page name appears in the url).and you cursor never returns to the oldpage, where you have redirected from...
requestdispatcher.include() -- the method name itself gives you the answer..here it includes the page whatever you have requested.say you wanna include an html form inbetween a jsp page then use this, so that the html form is included in this page.
requestdispatcher.forward() -- here the request goes to the next page so the objects created are available to the next page also..here it doesn't go for new page request instead it forwards the request to next page.and also the earlier page name will be displayed in the url, even if your cursor goes to next page(ie, the forwarded page).here after finishing the task you can bring back the cursor to the earlier page from where you made the request..
i hope this helps you
all the best
zeus
23 years ago
JSP
hi all
can anyone plz tell me that whether can i pass a serialised object from one JSP to another..say i have an object in JSP1.jsp..whether can i pass the object to JSP2.jsp???its very urgent
23 years ago
hi rupa
could u plz tell which version of JSP (1.0v or 1.1v) and server for running JSP you r using???b'coz <jsp:forward>is not supported in the JSP1.0v..and make sure that which JSP version does your server supports..
awaiting for your reply..according to your reply we can decide how to pass the items to the next page ok??
bye
zeus
23 years ago
hi
can anyone plz tell me how to encrypt the passwords in a JSP / or how can i use SSL in a JSP
23 years ago
Hi friends
well is anyone preparing for SCJD..iam from chennai and i have not yet started preparing for SCJD..so can i join with u friends (if u r interested)??
awaiting for you reply
zeus