kevinv1990
20 Oct 2010, 7:19 AM
I have a formpanel (with some user settings), those settings need to be saved so that users don't have to fill in these details (emails, name, age etc) every time when they use the webapp.
Any suggestions what the best way is to do it? Was thinking about a datastore. The data need to be showed in another form later on in the webapp. So the data-store need to be accessible throughout the webapp.
Any suggestions are appreciated, an example would really help.
Kevin
PS: Atm i am thinking about simple form with button, when button pressed, the datastore will be filled with the data from the form.
Any suggestions what the best way is to do it? Was thinking about a datastore. The data need to be showed in another form later on in the webapp. So the data-store need to be accessible throughout the webapp.
Any suggestions are appreciated, an example would really help.
Kevin
PS: Atm i am thinking about simple form with button, when button pressed, the datastore will be filled with the data from the form.