Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We are using JSF 2.0 datatable , at each row of datatable we are performing crud operations.For that we are doing validating for each row .There is a EDIT button for each row ,so when clicked on three row's EDIT button and we get two buttons SAVE and CANCEL .Now when we are saving empty single out of three empty rows ,validation message is coming for all the three rows.

share|improve this question
Contents of every row should be inside their own forms.In other words if you have a single form then that's your problem.You need to post code for any one to make more sense out of this.Also show us the validators as well, we have no idea what you are trying to do unless we see the code. – Shahzeb Oct 4 '11 at 5:56
Hi shahzeb now i am using form for each row and i am using Ui:repeat.But look and feel distrubed . – veera kishore Oct 4 '11 at 8:07
Did it fix the issue though? Is yes then I will post my comment above as answer and you will need to ask new question for look and feel. – Shahzeb Oct 4 '11 at 22:54

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.