No thanks
the bug was that didn't construct my ValueListBox with a KeyProvider
by having a look at the code ; as suggested by Thomas Broyer to try to create a
ValueSuggestBox
I saw that the default KeyProvoder is SimpleKeyProvider and that cannot
provide a key for an EntityProxy
it creates instead a new key anytime the ValueSuggestBox.setValue is
invoked by the Editor
EntityProxyKeyProvider was the solution
thanks for reading
Patrick
----- Original Message -----
From: Christien Lomax
To: [email protected]
Sent: Tuesday, April 12, 2011 7:13 PM
Subject: Re: Editor doesn't display chained Entity
did you call request.with(paths)? Where paths is a list of strings
containing the names of sub objects to parse??? calling driver.getPaths() will
return all the possible child paths i think??
eg:
Request<IMyProxy> fetchRequest = requestFactory.find(proxy.stableId());
fetchRequest.with(driver.getPaths());
fetchRequest.to(new Receiver<IMyProxy>() {
...
});
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.
------------------------------------------------------------------------------
------------------------------------------------------------------------------
Aucun virus trouvé dans ce message.
Analyse effectuée par AVG - www.avg.fr
Version: 10.0.1209 / Base de données virale: 1500/3568 - Date: 12/04/2011
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.