Wednesday, June 29, 2011

Re: RequestFactory and populate form field with dynamic data

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


Thanks
Ashwin

On Wed, Jun 29, 2011 at 7:14 PM, ungarida <ungarida@gmail.com> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment