Tuesday, September 28, 2010

How to generate the drop down options onModuleLoad

Hello,

Presently am working on GWT to build an front end for my SaaS based
application and facing a little difficulty with generating a drop down
list. What I have to do is based on the type of user logged in I have
to populate a drop down list onModuleLoad so the list of options are
always fetched from the server. Could anyone please suggest me the
procedure for the same. Since am new to GWT and as far as i have read
GWT complies the java code into html and javascript which is runs on
the server so the compiled code generates the html which is static but
i need a dynamic html.

At server am using PHP and want to get the same result as we use to
get the same result from GWT as generated by smarty templates.

Please suggest how should i proceed....

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