954,545 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How can forward an arraylist to another servlet ?

i have Register page and Login page.And for save usernames and passwords i used arraylists in a servlet.how can i forward these arraylists to another servlet for validate username and passwords..?

divsok
Light Poster
27 posts since Nov 2011
Reputation Points: 10
Solved Threads: 0
 

by passing them as parameters, no doubt.
do you know how to use the HttpServletRequest and HttpServletResponse?

I think you'll be better of asking any servlet/jsp questions in the webdevelopment>>jsp forum

stultuske
Posting Sensei
3,137 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 433
 

ok..it can be done by a ServletContext object..thanks for reply.i have another problem.i'll post in jsp forum.

divsok
Light Poster
27 posts since Nov 2011
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: