Hi All,
I have a form that also shows list of items. The items can be reordered. And new items can be added. In addition there are several more fields on the screen. Some of the fields are required (required=true). When pressing an image to change the order of item (move it up or down), I don't want error messages to appear. So I added "immediate=true". And in the action I made sure to do "renderResponse". There is also an option of adding a new item at the end of the list. My problem is: When I add a new item, and fill it with some value (an item is simply an inputText), then press the change order image, the new value added is becoming empty. Does the "immediate" prevent from value to be submitted? Thanks, Guy.

