N
news.t-com.hr
I have 3 lists, for example ;
List<Test1> list = new ArrayList<Test1>();
List<Test2> list = new ArrayList<Test2>();
List<Test3> list = new ArrayList<Test3>();
I fill them with some data, and show them as three tables on some .jspx
Now i change some data on that three tables, and I want to know how can
I programitically check if some data of those 3 tables is changed, before I
save elements of all 3 lists in DB ( if final values of elements in these 3
tables
is different that the first initaial view) . Using some temp lists ?
Thanks in advance.
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4142 (20090609) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
List<Test1> list = new ArrayList<Test1>();
List<Test2> list = new ArrayList<Test2>();
List<Test3> list = new ArrayList<Test3>();
I fill them with some data, and show them as three tables on some .jspx
Now i change some data on that three tables, and I want to know how can
I programitically check if some data of those 3 tables is changed, before I
save elements of all 3 lists in DB ( if final values of elements in these 3
tables
is different that the first initaial view) . Using some temp lists ?
Thanks in advance.
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4142 (20090609) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com