Re: Combo box in GWT2.4?

2012-05-18 Thread Dimitrijević Ivan
*com.google.gwt.user.client.ui.ListBox* http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/user/client/ui/ListBox.html On Friday, May 18, 2012 6:47:44 AM UTC+2, ALB-PSP-DV1 wrote: We need to display data using combo box in our application. 1) Is there a combo box

Re: GWT Check-List-Box?

2012-05-18 Thread Dimitrijević Ivan
You can make it. On Monday, May 14, 2012 3:34:34 PM UTC+2, Hamzeh wrote: Hi, I need something like http://code.google.com/p/dropdown-check-list/ in GWT. Is there anyone? I know some big GWT-based libraries may implement this or more than this (like SmartGWT), but I prefer a small and

modulename cannot contains hyphen - in WebAppCreator?!!

2012-05-18 Thread tong123123
WebAppCreator -maven -out test2 abc.com.a-1 return error 'abc.com.a-1' does not appear to be a valid fully-qualified java class name. in fact, I can success copy a gwt application to maven project, but the problem is now we need the artifactid id(and so the folder name) has hyphen -!! in

Re: modulename cannot contains hyphen - in WebAppCreator?!!

2012-05-18 Thread Thomas Broyer
On Friday, May 18, 2012 10:26:24 AM UTC+2, tong123123 wrote: WebAppCreator -maven -out test2 abc.com.a-1 return error 'abc.com.a-1' does not appear to be a valid fully-qualified java class name. in fact, I can success copy a gwt application to maven project, but the problem is now we

GWT-RPC dto object must implements rpc.IsSerializable, cannot java.io.Serializable?

2012-05-18 Thread tong123123
the application use gwt-rpc and sent the searchcriteria object and log object to and from server, these object implements rpc.IsSerializable. Now our company want to abstract the server layer and allow it to accept other search request from non gwt client, but as the method in server already

Re: GWT-RPC dto object must implements rpc.IsSerializable, cannot java.io.Serializable?

2012-05-18 Thread tong123123
I check the developer guide https://developers.google.com/web-toolkit/doc/latest/FAQ_Server#Does_the_GWT_RPC_system_support_the_use_of_java.io.Serializable it mentions Also, the serialization policy file must be deployed to your web server as a public resource, accessible from a

Re: Combo box in GWT2.4?

2012-05-18 Thread ALB-PSP-DV1
We need a editable listbox i.e. combo box. Is there a attribute which can make the listbox editable? On May 18, 12:23 pm, Dimitrijević Ivan dim...@gmail.com wrote: *com.google.gwt.user.client.ui.ListBox* http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/g... On

Re: Combo box in GWT2.4?

2012-05-18 Thread Dimitrijević Ivan
What do you meen by editable? You can use setVisibleItemCount(1) method to make combobox. If visibleItemCount is bigger that this control is displayed as a listbox. On Friday, May 18, 2012 1:29:12 PM UTC+2, ALB-PSP-DV1 wrote: We need a editable listbox i.e. combo box. Is there a attribute

How to add sublist in a list

2012-05-18 Thread lucky
Hi, I am using Uibinder. I have a requirement that i need to add subtype to type Typesubtype FruitsApple, Mango, Bananaetc Flowers Rose,Jasmin.etc how i can achieve this? -- You received this message because you are subscribed to the Google Groups Google

Re: Combo box in GWT2.4?

2012-05-18 Thread ALB-PSP-DV1
We need a combination of a drop-down list or list box and a single- line textbox, allowing the user to either type a value directly into the control or choose from the list of existing options(not suggestbox though). On May 18, 5:06 pm, Dimitrijević Ivan dim...@gmail.com wrote: What do you meen

Re: Combo box in GWT2.4?

2012-05-18 Thread Isaac Truett
I played around with a ComboBox implementation long ago (circa GWT 1.6). It's actually built on top of a modified SuggestBox. I wouldn't bet on it working in 2.x as-is, but it's Apache licensed so do as you will with the source under those terms.

Re: How to create war file in GWT 2.4 / Eclipse Indigo

2012-05-18 Thread Carlos Silva
On Thu, May 17, 2012 at 8:19 PM, Assiya EL missweb...@gmail.com wrote: you must to create a web project and add jar of GWT2.4 and not create a project gwt with plugin it is possible to have a war of the project with this step good luck I create a normal GWT Application (from the

GWT MULTI SUGGECT BOX

2012-05-18 Thread alp
Hi , i have some questions’’ i am using GWT/JAVA/MYSQL/TOMCAT i am going to use a Multi suggest input box on my client side for searhing hotels’ the multi suggestion box input data suggestion is going to consist of AllCountryNames’ AllCitiesByCountry’ AllContinentsByCities,

Re: GWT, Spring when projects are split apart (client, services, persistence)

2012-05-18 Thread JoseM
Can you expand a bit more on how to get GWT DevMode to work by launching from within Eclipse? We are used to creating a GWT Application run configuration in eclipse but right now I am not sure how to get to work so that the HTML/webapp resources are available to the run configuration. On

Re: GWT, Spring when projects are split apart (client, services, persistence)

2012-05-18 Thread Thomas Broyer
On Friday, May 18, 2012 5:32:59 PM UTC+2, JoseM wrote: Can you expand a bit more on how to get GWT DevMode to work by launching from within Eclipse? We are used to creating a GWT Application run configuration in eclipse but right now I am not sure how to get to work so that the

Re: How to create war file in GWT 2.4 / Eclipse Indigo

2012-05-18 Thread David Davila
Thank you Carlos, your info are very helpful, greetings from Ecuador ! -- 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

Re: Start gwt as soon as it is loaded, do not wait for page load?

2012-05-18 Thread Ali
This minimal code can reproduce my problem using *xsiframe* linker: public class MyEntryPoint implements EntryPoint { public void onModuleLoad() { Window.confirm(onModuleLoad); } } htmlhead script type=text/javascriptsrc=app.nocache.js/script /headbody !--

Re: The deploy module option doesn't appear in Eclipse Helios (3.6)

2012-05-18 Thread Joseph Lust
I've never deployed that way. I just right click (in 3.7 and 3.8) and use the Google context menu. Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GAE/GWT server side data inconsistent / not persisting between instances

2012-05-18 Thread Joseph Lust
Typically a caching service is used in this cases, so it does not matter what node the next request hits. Check out Memcache on AppEnginehttps://developers.google.com/appengine/docs/java/memcache/overview . Sincerely, Joseph -- You received this message because you are subscribed to the

Re: LogicalDOC - A live demo of GWT

2012-05-18 Thread Joseph Lust
You've got to download it before you can play with it, but here are the screenshots for those interested: http://www.logicaldoc.com/resources/screenshots.html Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

Re: Start gwt as soon as it is loaded, do not wait for page load?

2012-05-18 Thread Joseph Lust
Help me understand here. You're saying that this image load failure prevents the rest of the application from loading? Perhaps you can: - Not load the image and base64 encode it into a dataURL (nice toolhttp://dataurl.net/#about) in your page. - Let ImageResource ClientBundle do the

Re: GWT Check-List-Box?

2012-05-18 Thread Hamzeh
Thanks! Certainly. I am working on it and have gotten some good results too. But I thought something may be available. On May 18, 11:55 am, Dimitrijević Ivan dim...@gmail.com wrote: You can make it. On Monday, May 14, 2012 3:34:34 PM UTC+2, Hamzeh wrote: Hi, I need something

Re: Start gwt as soon as it is loaded, do not wait for page load?

2012-05-18 Thread Ali Sakebi
In my app static pages are server to users, they are viewable without any gwt (ajax) but to dynamically interact with server gwt is used. There are pages which contain user generated content (like a blog post), they can include images with external href. Some time it takes too long for an image

Re: Google IO 2012 : no GWT session ?

2012-05-18 Thread mihu
It's ok, I am also interested in why there is no link from the main page of developers.google.com to the GWT pages for the new programmers easy to find it...? Michal W dniu czwartek, 17 maja 2012 18:11:33 UTC+2 użytkownik Joshua Kappon napisał: Great to hear. On Thursday, May 17, 2012

Re: Editor Framework: Client side validation and error handling

2012-05-18 Thread Marco
Found a solution to 1): I put the validation annotations in a separate interface that is implemented by both the proxy interface (client) and the domain class (server). Since the validation annotations will automatically be passed down the inheritance hierarchy, validation works now on the

Re: GWT, Spring when projects are split apart (client, services, persistence)

2012-05-18 Thread JoseM
So I am assuming I would do this on the client project right? I can't sem to get it to work though. No matter what settings I put for the war I get this message: [WARN] No startup URLs supplied and no plausible ones found -- use -startupUrl And when I go to the root of the jetty server the

gwt + templete

2012-05-18 Thread Assiya EL
hi all , I would like to integrate a templete html / css with my application gwt 2.4, it is possible ?? -- Assiya EL Master Qualité du Logiciel Plz consider environment - Only print this if necessary -- You received this message because you are subscribed to the Google Groups Google

SmartGWT

2012-05-18 Thread Akram Moncer
hello, is SmartGwt free for the commercial use ? thanks -- Akram MONCER Personne -- 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,

Re: SmartGWT

2012-05-18 Thread Assiya EL
yes it is free 2012/5/18 Akram Moncer akram.mon...@gmail.com hello, is SmartGwt free for the commercial use ? thanks -- Akram MONCER Personne -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: SmartGWT

2012-05-18 Thread Akram Moncer
thank u very much 2012/5/18 Assiya EL missweb...@gmail.com yes it is free 2012/5/18 Akram Moncer akram.mon...@gmail.com hello, is SmartGwt free for the commercial use ? thanks -- Akram MONCER Personne -- You received this message because you are subscribed to the Google Groups

Re: SmartGWT

2012-05-18 Thread Akram Moncer
hello i verify, that not all the version of smartGwt are free, only the LGPL version, so be careful i find it in ths link, http://www.smartclient.com/product/competition.jsp 2012/5/18 Akram Moncer akram.mon...@gmail.com thank u very much 2012/5/18 Assiya EL missweb...@gmail.com yes it is

Problems with GWT serialization logic (in a case of RPC)

2012-05-18 Thread nikelin
Hello! Most recently, I encountered a rather strange situation. The problem lies in the fact that GWT refuses to serialize the parent class of my DTO-entity, despite the fact that the main object he successfully serialize and then adds it to the whitelist RPC. Because of this, obviously, some of

Re: Hibernate ClassCastException in GWT hosted mode only

2012-05-18 Thread Christopher Tarento
Has somebody found a way to try the patch described here https://hibernate.onjira.com/browse/HHH-7084 ? Le mardi 1 mai 2012 18:42:18 UTC+2, AK a écrit : Same question, as it has been almost 2 months. Any word on ways to get this to work without downgrading hibernate? -- You received this

Re: Problems with Proxies

2012-05-18 Thread Markenson França
I have used the @ExtraTypes annotation on the interface that extends RequestFactory and has worked fine for me. ex: @ ExtraTypes ({SubOne.class, SubTwo.class, SubThree.class}) public interface extends YourRequestFactory RequestFactory { } Atenciosamente, Markenson Paulo França 2012/5/16

Timing issue when using JSNI in gwt.

2012-05-18 Thread Ali
Hi there, I have a gwt project who uses JSNI methods to load values from javascript into Java. the myProject.html contains a script tag referring to javascript file containing javascript files. I call the JSNI methods directly from onModuleLoaded() method to return the javascript values. Running

[gwt-contrib] Re: Fix for issue 5952: RequestContext#isChanged. (issue1601806)

2012-05-18 Thread Brian Slesinsky
On Thu, May 17, 2012 at 5:30 PM, t.bro...@gmail.com wrote: On 2012/05/17 22:52:23, skybrian wrote: (one of the difficulties is that the only way to get at properties of an AutoBean is to visit it, so I think we'd still need some flag to turn off auto-editing of proxies on property retrieval)

[gwt-contrib] Re: Issue 7038: CompositeEditor and ListEditor optimizations (issue1664803)

2012-05-18 Thread Brian Slesinsky
On Thu, May 17, 2012 at 5:04 PM, t.bro...@gmail.com wrote: setValue() is part of the ValueAwareEditor contract (inherited through CompositeEditor); it's called by the Editor framework when you EditorDriver#edit() some object (and, to be exact, also in subeditors of CompositeEditors), then

[gwt-contrib] Re: Issue 7038: CompositeEditor and ListEditor optimizations (issue1664803)

2012-05-18 Thread Brian Slesinsky
Also: are editors typically designed for reuse, or will we break people who have taken shortcuts? Maybe editors need to declare somehow that they can be reused? -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Issue 7038: CompositeEditor and ListEditor optimizations (issue1664803)

2012-05-18 Thread branflake2267
For me, I'm more concerned about setting it null. Not sure this would work, but if setValue(null) create an empty list to use and don't even worry about NPE checks. Shoot if set null and returns empty not such a bad side effect. On 2012/05/18 00:04:26, tbroyer wrote: On 2012/05/17 21:38:03,

[gwt-contrib] Re: Fix issue 5658: PlaceHistoryGeneratorContext now examines PlaceTokenizers' hierarchy. (issue1674804)

2012-05-18 Thread skybrian
I've read about Places and PlaceTokenizers and I'm a bit confused. It looks like the generated PlaceHistoryMapper does a bunch of instanceof checks on a passed-in Place to figure out which tokenizer to use to create the token. So if we have multiple PlaceTokenizers with the same Place type