| Author |
to store the form data temporarily at client side
|
Maadhava Rao
Greenhorn
Joined: Mar 02, 2007
Posts: 6
|
|
I am try to store the form data temporarily,not in database at client side.but i want some object like resultSet to retrieve the data,but not use resultSet or arrayList etc..,why because i am not use any database to store the form data.So,is there any chance to get(i.e; for use) an object like resultSet.please give me any suggestions,to store the form data temporarily at clientside.I am using arrayList,but it does not have sufficient methods like resultSet.
|
 |
li bei
Greenhorn
Joined: Jul 22, 2007
Posts: 20
|
|
Dosn't the Iterator likes a resultset? The interface List has a iterator() method returns a Iterator
|
I am sorry that my English is poor.If there is something wrong with my words,please tell me .Thank you very much.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56191
|
|
|
What do you mean by "storing at the client side"?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Maadhava Rao
Greenhorn
Joined: Mar 02, 2007
Posts: 6
|
|
hey,no problem!my english is also pooooooor?don't worry. ok,i use list,but those are not having sufficient methods like methods of resultSet.thanks for your reply!but,please try to search an object like resultSet other than list,set or maps.ok
|
 |
Maadhava Rao
Greenhorn
Joined: Mar 02, 2007
Posts: 6
|
|
|
i mean just like beans!ok
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56191
|
|
It's ok if your English is poor, but you'll need to try to express what you are really trying to accomplish. Beans and resultsets never get sent to the client, so there is no way to store them there. Are you really asking about caching database data at the presentation layer (which is still on the server, not the client)? [ February 28, 2008: Message edited by: Bear Bibeault ]
|
 |
Maadhava Rao
Greenhorn
Joined: Mar 02, 2007
Posts: 6
|
|
|
i want an object just like resultset,but not resultset why because i don;t use any database.so i need like resultset,is there any class like resultset not list,sets.
|
 |
 |
|
|
subject: to store the form data temporarily at client side
|
|
|