J
jagadesh
Hi guys ,
i need to implement a paging type of application. what my requirement
is i will develop a medical form
and give it to the patient.The medical form contains sections with
field in it like firstname,lastname and age .so when the patient is
given the form the patient should see the form in paging way .
consider if i have 10 sections , i need to show 2 sections for every
page and when i click next i should get next 2 sections in another
page.and the main thing is if i type any answers in any of the field
in first page and go to second page,the answers in first page are to
be saved like cache . what is the best way to implement this .should i
save the answers in Database or maintain a hashMap for every section
in client side so that when the patient clicks submit all answers in
that are send to database
Can anyone sort me out from this issue?
Thank u.
i need to implement a paging type of application. what my requirement
is i will develop a medical form
and give it to the patient.The medical form contains sections with
field in it like firstname,lastname and age .so when the patient is
given the form the patient should see the form in paging way .
consider if i have 10 sections , i need to show 2 sections for every
page and when i click next i should get next 2 sections in another
page.and the main thing is if i type any answers in any of the field
in first page and go to second page,the answers in first page are to
be saved like cache . what is the best way to implement this .should i
save the answers in Database or maintain a hashMap for every section
in client side so that when the patient clicks submit all answers in
that are send to database
Can anyone sort me out from this issue?
Thank u.