Hi, I have a t:selectOneMenu in a t:dataTable. The dataTable consists of wrappers, which has the selectOneMenu bound to:

private HtmlSelectOneMenu oneMenu

I want to check for all oneMenu as a double match isn't allowed. To compare the selected values I must have access to the oneMenu object. But this is always null. So I can't use the getOneMenu().getLocalValue() method to access the clients value in the validator.

Does anybody now what I have done wrong? Or is this a bug in the dataTable?

Thanks Heiko

Reply via email to