Displaying Error Messages on Screen
Hi Team,
Let us say we have four properties A,B,C,D.
A,B,C are mandatory only when we click on Submit button to achieve this functionality we are using property-set-messages.
we need to display messages on the screen as below format.
A: A is Required
B: B is Required
C:C is Required.
Steps in Activity:
1) When .A=""-> Property-set-Messages
2) When .B=""-> Property-set-Messages
3) When .C=""-> Property-set-Messages.
But when those error messages displaying are not in order. It is displaying like
A: A is Required
C:C is Required.
B: B is Required.