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

I do not know how to edit the data which is brought from database using jsf.could you please help me by providing examples and i would be very grateful to you.. Thank you.

share|improve this question
2  
what have you done so far ? where do you stuck at ? – Jigar Joshi Jun 14 '11 at 12:35

2 Answers

Not the source code but steps you can follow:

  1. display data in textboxes.
  2. make an update button.
  3. onclick of update button do following:

    3.1 get values from textboxes.

    3.2 connect to database.

    3.3 create an update query and run that query.

share|improve this answer

This tutorial should get you started. It uses EclipseLink to access the database.

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.