Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

problem with database and hibernate

$
0
0
I'm trying to save a field in the database.
this field is an object and I'm doing all this using hibernate.
My question is how can I pass the object if I select another data grid using the form shown in the showcase EE or otherwise exite


usersListGrid.addSelectionChangedHandler (new SelectionChangedHandler () {
public void OnSelectionChanged (SelectionEvent event) {
editForm.setValue ("user", event.getRecord ());
editForm.saveData ();

}
});
Posts with incomplete information are much more likely to be ignored.

Viewing all articles
Browse latest Browse all 4756

Trending Articles