How can I define a validator for a DataTable? For example to force it at least have 1 row to submit?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
You could try the following (not tested): Bind your h:dataTable to a UIComponent in the backing bean:
In your backing bean define a In the action method for the submit button:
|
|||||||||||
|
