help, jsf form
hello,
i've a person class with some properties, among them "forename and surname", and i can save them into a db and retrieve them. i would like to know how i can display the properties after i've retrieved them from the db into a form.
What i do till now is that i select the surnamefrom a dropdown menu and make a query to the database ( hibernate ) i retrieve then a hole person object, but i don't know what to do with this object to display its properties in a form so i can edit the properties an save they back to the db.
thanks for your time

