Hi,
I want user to change the details of a form( form is already filled with data).
can i take only updated fields values in xml, and submit it using servlet.
scenario: In a form, i have three fields a. FirstName b. MiddleName and c.LastName. User is told to update his detail. He/she changes only MiddleName detail and clicks on submit button. Then can i submit a form to servlet containing only Middle Name.
Regards
Sunil