Re: How do you set/get host page form values from GWT?

2009-09-21 Thread rb
Found it: InputElement inputElement = ((InputElement)Document.get ().getElementById("stateId")); inputElement.setValue("CO"); On Sep 21, 3:22 pm, rb wrote: > How do you set/get host page form values from GWT? > > For example: > >   >   >     >

How do you set/get host page form values from GWT?

2009-09-21 Thread rb
How do you set/get host page form values from GWT? For example: >From GWT, how do I set/get the state value? I tried: native String getState() /*-{ return orderForm.state.value; }-*/; but got the error "'orderForm' is undefined". Thanks for your help. --~--~-~--

Timezone with DateTimeFormat

2009-03-19 Thread rb
Is there a way to display the time zone in the client? The gwt DateTimeFormat for time zone "v" is returning the GMT offset and not the time zone text. The following code: DateTimeFormat dtf = DateTimeFormat.getFormat("hh 'o''clock' a, "); RootPanel.get().add( new Label( dtf.format(new Date()

Re: Render site in Tab

2009-03-02 Thread rb
You can put the site in a GWT Frame in the tab panel. http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/Frame.html On Mar 2, 7:39 am, Naga wrote: > Hello, > > Is it possible to show the contents of a site upon clicking a tab in > TabPanel? > > Thanks --~--~

Re: build/release numbering of GWT project in Eclipse?

2008-11-14 Thread rb
Have your ant script create your version. Here's what we are using: Build: ${buildVersion} - ${buildDate} On Nov 14, 1:25 pm, Alex Rice <[EMAIL PROTECTED]> wrote: > Is there any good ways people are using to automatically make a build > number + release date- and save it in

Re: Integration of JSP page in GWT

2008-10-17 Thread rb
You can use a Frame. com.google.gwt.user.client.ui.Frame On Oct 17, 6:15 am, Sam <[EMAIL PROTECTED]> wrote: > Hi all, > Is it possible to open a JSP page as popup window. ? Is there any API > avilable to which if I send the URL of the JSP it will open that JSP > inside the popup window ? > Than

Re: JSP in pop p window

2008-10-17 Thread rb
You can use a Frame. com.google.gwt.user.client.ui.Frame http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/Frame.html On Oct 17, 10:40 am, Sam <[EMAIL PROTECTED]> wrote: > Hi Obesga > Thanks for the prompt reply. Can you please explain me with sample > cod

Supported browser version list

2008-10-17 Thread rb
Is there a supported browser version list? I know it's version 6 for IE but what about Mozilla/Firefox and Netscape? Specifically, what is the lowest version of Mozilla required? 1.8? I'm trying to get my group to switch to GWT but we need to know how many people are going to require browser