Hi,
In my application, there is a table and an input form. I have bound the table and input fields in the form to the same context node. Now when I am validating the form, the input fields values are getting showed in the table.
I have to show the table row, only when all the validations are correct and the user got saved in the back end.
Is this correct design?
Since only one such column is getting showed in the row, can I go with an option to hide the row and still show the values in the input form.
Edited by: Tony on Feb 20, 2009 5:06 PM