Re: Form components in ListView cleared if ListView is refreshed

2022-07-08 Thread Arunachalam Sibisakkaravarthi
Thanks Martin Terra, I will investigate my code as well. *Thanks And RegardsSibi.ArunachalammCruncher* On Fri, Jul 8, 2022 at 4:32 PM Martin Terra < martin.te...@koodaripalvelut.com> wrote: > pe 8. heinäk. 2022 klo 11.21 Arunachalam Sibisakkaravarthi ( > arunacha...@mcruncher.com) kirjoitti:

Re: Form components in ListView cleared if ListView is refreshed

2022-07-08 Thread Martin Terra
pe 8. heinäk. 2022 klo 11.21 Arunachalam Sibisakkaravarthi ( arunacha...@mcruncher.com) kirjoitti: > Noted Martin Terra. > The Mechanism of showing the validation messages is automatic. > You might want to debug this functionality, then, maybe there is a bug or maybe something is not happening

Re: Form components in ListView cleared if ListView is refreshed

2022-07-08 Thread Arunachalam Sibisakkaravarthi
Noted Martin Terra. The Mechanism of showing the validation messages is automatic. *Thanks And RegardsSibi.ArunachalammCruncher* On Fri, Jul 8, 2022 at 3:15 PM Martin Terra < martin.te...@koodaripalvelut.com> wrote: > pe 8. heinäk. 2022 klo 10.06 Arunachalam Sibisakkaravarthi ( >

Re: Form components in ListView cleared if ListView is refreshed

2022-07-08 Thread Martin Terra
pe 8. heinäk. 2022 klo 10.06 Arunachalam Sibisakkaravarthi ( arunacha...@mcruncher.com) kirjoitti: > Hi Martin Terra, thanks for your suggestion. > Yes, currently AjaxLink is used in my case, I should use AjaxSubmitLink to > address the issue where it clears the input. > Probably yes,

Re: Form components in ListView cleared if ListView is refreshed

2022-07-08 Thread Arunachalam Sibisakkaravarthi
Hi Martin Terra, thanks for your suggestion. Yes, currently AjaxLink is used in my case, I should use AjaxSubmitLink to address the issue where it clears the input. I just observed another thing that validation happens for all list items, but the validation message shows only items that present

Re: Form components in ListView cleared if ListView is refreshed

2022-07-06 Thread Martin Terra
to 7. heinäk. 2022 klo 4.45 Arunachalam Sibisakkaravarthi ( arunacha...@mcruncher.com) kirjoitti: > Hi Martin Terra, > Thanks for your feedback, Yes I already used setReuseItems on listview. I > will look at your suggestion. > Data loss happens only when invalid email address is entered (in my

Re: Form components in ListView cleared if ListView is refreshed

2022-07-06 Thread Arunachalam Sibisakkaravarthi
Hi Martin Terra, Thanks for your feedback, Yes I already used setReuseItems on listview. I will look at your suggestion. Data loss happens only when invalid email address is entered (in my case). Let say If the form component doesn't have validation, then no data loss when listview is refreshed.

Re: Form components in ListView cleared if ListView is refreshed

2022-07-06 Thread Martin Terra
You can setReuseItems, but the number of your list items changes you will need to implement some sort of FormComponentReuseManager ** Martin ke 6. heinäk. 2022 klo 13.08 Arunachalam