I think you don't have the rihgth approach to GWT, but if this is what you really want, there's a way to do it
Make a GWT module and implement your desired behaviour of the listbox in one ListBox class Implemet a method , by JSNI, that assigns the desired textbox to the class - using public static ListBox wrap(Element element) Load into the jsp page the generated script <script type="text/javascript" language="javascript" src="neeraj.MyProject.nocache.js"> But you must learn a little to make it well Oskar On 18 sep, 09:34, neeraj <[EMAIL PROTECTED]> wrote: > HI > I m new to GWT. suppose if I want to add gwt functionality to two > dropdowns on mi jsp page.how could i achieve that. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
