| Author |
Validation messages are displayed repeatedly when placed in a dataTable
|
Aiswarya Geidth
Greenhorn
Joined: Jan 10, 2012
Posts: 13
|
|
Hi,
I am using a dataTable in my form, it contains from date, to date and remarks as columns.
I put a date converter for from date, to date and messages also used in this form.
When i click on submit button with wrong format entered in dates messages are displayed for each row on the top.
For Example: From date - Please enter the value in valid format
From date - Please enter the value in valid format
From date - Please enter the value in valid format
To Date - Please enter the value in valid format
.
.
.
.
.
To Date - Please enter the value in valid format
I want to display these messages only once when any number of wrong formats are given
Can any one Please help me in this regard.
Thanks in advance
|
 |
Kumaravadivel Subramani
Ranch Hand
Joined: Jul 05, 2008
Posts: 162
|
|
|
Are these inside any looping? Can you post your piece of code here?
|
No pain, No gain.
OCJP 1.6
|
 |
Aiswarya Geidth
Greenhorn
Joined: Jan 10, 2012
Posts: 13
|
|
Hi
Yes I am using looping. And I have use an alternate custom validations and working fine.
Thank you for your response.
Thanks
|
 |
 |
|
|
subject: Validation messages are displayed repeatedly when placed in a dataTable
|
|
|