[java ee programming] Re: Java EE With Passion , Preet K Sekhon

2010-07-15 Thread Ed Morris
1 month for template pdf certificates? strange. anyway, it was a good course. On Jul 6, 11:03 pm, Michèle Garoche migat...@gmail.com wrote: Le 7 juil. 10 à 03:51, Preet K. Sekhon a écrit :  Hi Michele, I had sent all assignments for this course, but I don't see myself   listed on the

[java ee programming] Problem with List vaiable

2010-07-15 Thread Rafał Laczek
Hi Colleagues, Can you help me please. I have List stdTextList variable and String newTextField In onSubmit I try to add to stdTextList value of newTextField. newTextField for sure is not null. Unfortunately I get java.lang.NullPointerException. To solve the problem among the other things I was

Odp: [java ee programming] Problem with List vaiable

2010-07-15 Thread Rafał Laczek
Hi, This problem is solved. Regards, Rafal Dnia 15-07-2010 o godz. 13:24 Rafał Laczek napisał(a): Hi Colleagues, Can you help me please. I have List stdTextList variable and String newTextField In onSubmit I try to add to stdTextList value of newTextField. newTextField for sure is not

[java ee programming] Regarding polymorphism and Boolean fields

2010-07-15 Thread muhammad arslan
Hi, I am developing one basic application for banking, a company gave me this task. The requirements is as follows: There are 3 data holders: - owners - accounts - transactions to process There are some tasks like finding account owners and others. The company requires polymorphism

Re: Odp: [java ee programming] Problem with List vaiable

2010-07-15 Thread babu
Can you share solution with every one? On Jul 15, 10:14 am, Rafał Laczek rafal_lac...@wp.pl wrote: Hi, This problem is solved. Regards, Rafal Dnia 15-07-2010 o godz. 13:24 Rafa Laczek napisa (a): Hi Colleagues, Can you help me please. I have List stdTextList variable and String

Re: Odp: [java ee programming] Problem with List vaiable

2010-07-15 Thread Rafał Laczek
Just like this. if (stdTextList == null){ stdTextList = new ArrayList(); } } Dnia 15-07-2010 o godz. 20:12 babu napisał(a): Can you share solution with every one? On Jul 15, 10:14 am, Rafał Laczek