I want to display the error messages inside the datatable just alongside its editable inputtext fields. I can do this if I use the required=true in jsf but i have different actions to be performed for this datatable ie. 1. save -just save the data w/o performing validation for required fields 2. next - perform required field validation and save data ...