Hello
I have implemented LOV on one of my attribute in VO. the type of LOV is "inputTextWithListOfValues". LOV is working fine. I also have RowImp.java class of VO in which i want to do some validation in one setter method. the autoSubmit property of LOV component (selectOneChoice) is set to "True". i am assuming that when it is submitted that setter will be called and there i will do some validation. but for some reason that setter method in RowImp.java is not called. i guess that's because autoSubmit is not working...
Can any body tell me what is the problem and the solution also . .
P.S All is happening in a af:table. i mean i made a af:table of my VO in which my LOV(selectOneChoice) is implemented .
-Usman