you should be able to dynamically populate a drop list using requestFactory.
Once you fetch the data from the server, you can update your list.

The only instance where you would have to build a custom widget is when you
want to dynamically populate a SelectionCell with your dynamic data. For
that you can refer to the following link

http://stackoverflow.com/questions/4565790/how-to-dynamically-update-the-choices-in-a-selectioncell-using-gwt

Thanks
Ashwin

On Wed, Jun 29, 2011 at 7:14 PM, ungarida <[email protected]> wrote:

> Hi all,
> I'm studying new RequestFactory framework and I have a big doubt.
> If the RequestFactory is stricly associated with a single Entity,
> which is the best way transmit dynamic data to populate form fields
> with default values?
>
> For example I want to fill a drop down list, I can not use
> RequestFactory to load all data. Should I use RPC?
>
> --
> 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.
>
>

-- 
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.

Reply via email to