Re: please Help me GWT Listbox

2011-01-06 Thread Y2i
Not sure if you can do this with ListBox, but you can try constructing this through DOM manipulation using SelectElement, OptGroupElement and OptionElement On Jan 5, 10:34 pm, vijay gohel vijayigo...@gmail.com wrote: i want aout put like Group1      Item1-1      Item1-2      Item1-3      

Re: Remove gwt.codesvr=127.0.0.1:9997 from http://127.0.0.1:8888/MyApp.html?gwt.codesvr=127.0.0.1:9997

2011-01-06 Thread Abdullah Shaikh
When you run your app in development, gwt.codesvr is there for you to be able to debug the app. If you compile and deploy the app gwt.codesvr is not required. - Abdullah On Thu, Jan 6, 2011 at 12:19 PM, Noor baken...@gmail.com wrote: I am tired of trying to remove gwt.codesvr=127.0.0.1:9997

GWT ResizeComposite widget resizing problem in IE 7

2011-01-06 Thread Lakshitha Ranasinghe
Hi All, I am developing a GWT application that consists a ResizeComposite as the main container which is wrapped in a TabLayoutPanel. This composite widget contains two child widgets. Left widget is a GWT tree and it contains hyperlinks. The right widget is a simple panel that contains image

International SimplePager

2011-01-06 Thread Micha Roon
How can the text for the pager be changed so that it displays in the application's locale? A my application is in French and German, I need the text to be 1 à 10 de 14 and 1 bis 10 von 14 instead of 1 to 10 of 14 Thank you for your help -- You received this message because you are subscribed

Re: Remove gwt.codesvr=127.0.0.1:9997 from http://127.0.0.1:8888/MyApp.html?gwt.codesvr=127.0.0.1:9997

2011-01-06 Thread Jaroslav Z?ruba
Anyways, there's the request you can star to move the parameter from URL to a cookie, so clicking a link does not break your debugging session. http://code.google.com/p/google-web-toolkit/issues/detail?id=4367 -- You received this message because you are subscribed to the Google Groups Google

Re: GWT Simple Pager Help

2011-01-06 Thread saklig
Hi Noor, Heres an example of a Celltable (using a DataProvider): public class TestTable implements EntryPoint { private GreetingServiceAsync gService; private CellTableMyStat table; /** * This is the entry point method. */ public void

Re: Setting HTML on TextCell GWT 2.1.1

2011-01-06 Thread bond
Thanks very much Thomas. I forget to say that I need that the cell is clickable. So I extended ClickableTextCell but the HTML is not rendered. Instead with SafeHtmlCell it is rendered but the cell is not clickable :-) Thanks for your suggestions! Regards Daniele On 5 Gen, 18:49, Thomas Broyer

Re: International SimplePager

2011-01-06 Thread Fernando
http://code.google.com/webtoolkit/doc/1.6/DevGuideI18nAndA11y.html On Jan 6, 7:59 am, Micha Roon micha.r...@gmail.com wrote: How can the text for the pager be changed so that it displays in the application's locale? A my application is in French and German, I need the text to be 1 à 10 de 14

History, Is An Alternate Implementation Possible?

2011-01-06 Thread cmarsh...@avenue100.com
We have been experimenting with GWT and with the MVP design pattern but are having trouble with the history mechanism in our proposed UI. Looking through the many posts there are other people who have encountered problems similar to what we have but there don't seem to be conclusive. Our proposed

GWT Cookies returning null

2011-01-06 Thread Noor
I am becoming almost mad with the GWT Cookies, in one of my application I set the cookie in an RPC success, but I am trying to retrieve it in another place of my application, it returns null. I know that when setting a variable in an rpc sucess,if we try to access it elsewhere it result null, so

Re: Problem with @sprite

2011-01-06 Thread Jeff Schwartz
Resolved by adding the following to my .ui.xml template: ui:image field=btndelete16x12 src='btndelete16x12.gif'/ Apparently the image declaration is required because the .ui.xml file references the .css file in which the @sprite is defined but you would never have know that from the ambiguous

REST + Spring Security 3.0

2011-01-06 Thread julio
Hi, I need to use Spring Security 3 in my application which is composed by Spring 3 for the server side and GWT 2.1 for the client side. Client side and server side are totally decoupled, I mean they don't belong to the same project in the eclipse workspace (server side is managed by maven and

Re: REST + Spring Security 3.0

2011-01-06 Thread Sebastian Hoß
Well you could use basic authentication by setting username and password inside the header for every request you make. If you want to have a login page you can either redirect to the spring security page (which should redirect you right back) or you can create your own login page/dialog. The

Re: GWT 2.1 compiler option : -noserver

2011-01-06 Thread SVR
Hi Agi, When use the -noserver from eclipse, I am getting the following error on the GWT development mode window: 00:00:49.531 [TRACE] Finding entry point classes 00:00:49.531 [ERROR] Unable to find type 'com.xyz.dashboard.prototype.gwt.widget.TxnTopLevelWidget' 00:00:49.531 [ERROR] Hint: Check

Re: please Help me GWT Listbox

2011-01-06 Thread jaybose
Vijay, if you can't figure this out using Y2i's suggestion, consider using a Tree rather than a ListBox. http://gwt.google.com/samples/Showcase/Showcase.html#!CwTree On Jan 6, 2:18 am, Y2i yur...@gmail.com wrote: Not sure if you can do this with ListBox, but you can try constructing this

Drawing Tools on GWT Application

2011-01-06 Thread Jay
Hey Folks , I am presently developing an Business application , I need to implement a custom drawing tools for users , where they can drag and drop images , change connections , etc ( something like designing a DFD ) . I have done this previously using Microsoft Visio . Is ther any tool to

Re: Smart GWT 2.4 Released

2011-01-06 Thread Ezequiel Palumbo
Yes, really good library. I'm using it in a project that just started. Thanks! On 5 ene, 10:40, gcstang gcst...@gmail.com wrote: Excellent, Thank you for the update! On Jan 4, 8:22 am, Sanjiv Jivan sanjiv.ji...@gmail.com wrote: Hi, Smart GWT 2.4 has been released. Release Announcement

Not able to set BigDecimal value in a grid column using HTMLTable setText function in IE8

2011-01-06 Thread sims
I am receiving following js error when I am trying to set a Bigdecimal value for a grid column using HTMLTable setText function. This is happening only in IE8 . Works fine in Firefox. User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727;

Implementing a ServiceLayerDecorator

2011-01-06 Thread Jan Swaelens
I am experimenting with the RequestFactory and came to a point where I want to create my own ServiceLayerDecorator. I have read trough the available documentation and found that I need to hook my custom service layer decorator up by calling this method with an instance of my decorator:

Seek help from GOOGLE-WEB-TOOLKIT project team

2011-01-06 Thread rongxin
It's my honor to know the GOOGLE-WEB-TOOLKIT project team. I am a student in Hong Kong university of science and technology, and my name is Wu Rongxin. I would like to seek help from you about GOOGLE-WEB- TOOLKIT application defects. Recently, we are doing a research about the java

InterfaceGenerator and @Import

2011-01-06 Thread Tommy K
I've got BlueprintGwtCss.css: ... /* The last column in a row needs this class. */ .last { margin-right: 0; } ... , which I generate the interface using InterfaceGenerator: // DO NOT EDIT // Automatically generated by com.google.gwt.resources.css.InterfaceGenerator package

Way to use a ServiceLocator to find a Locator in 2.1.1 RequestFactory?

2011-01-06 Thread Eric Andresen
I'm using the 2.1.1 RequestFactory in a Spring environment. I would like to use my Spring Service class to provide both my Entity Locator and my RequestContext methods. I can define my object's requestContext as: @Service(value=MyObjectService.class,locator=SpringServiceLocator.class) public

EntityProxy with complex data types

2011-01-06 Thread Jan Swaelens
Our application uses a concept of 'complex data types' to represent values/properties of an object. Simply put, we have a 'MyInteger' variant for 'Integer' values, a 'MyDouble' variant for 'Double' values (none of them actually extends these types, they are rather wrappers). Our data

No API environment is registered for this thread when launching GWT devmode

2011-01-06 Thread frank
Hello I have a GWT App with a GAE backend. It works fine, if I compile the GWT Frontend an run it against the local GAE envirinment. If I try to launch the GWT devmode, I get: No API environment is registered for this thread I already asked i the GAE Group but noone coul pelp me. Does here

GWT RequestFactoy UserInformation

2011-01-06 Thread Łukasz Kidziński
Hi, I'm new in GWT. I'm working on my first app, and have some problems with login user. I could try to write some login system by myself but I hope that there is something out of box. I've found UserInformation class but I don't know how to use it. There is also tutorial for GWT 1.7 which works

handle unchecked exceptions

2011-01-06 Thread klemensr
Hi folks, I am using GWT 2.0 and JBoss. I have the following situation: In my servlet filter is occouring an exception (StaleObjectStateException) but the doFilter Method from the Servlet.Filter superclass has the following construct: public void doFilter(ServletRequest request, ServletResponse

RE: please Help me GWT Listbox

2011-01-06 Thread nbansal...@gmail.com
Group 1 -Original Message- From: vijay gohel Sent: 06/01/2011 12:04:25 pm Subject: please Help me GWT Listbox i want aout put like Group1 Item1-1 Item1-2 Item1-3 Item1-4 Group2 Item2-1 Item2-2 Item2-3 Item2-4 etc for that in HTML there is

Google API Lib GWT

2011-01-06 Thread Sudhakar
Guy, Please tell me how to use the Google API Lib (Visualization,Gears etc)in Eclipse 3.6 and Eclipse 3.5. I am using 3.6 in Windows and 3.5 in Ubuntu 10.10. How to include the jars in CLASSPATH. Regards, Sudhakar -- You received this message because you are subscribed to the Google Groups

Re: Google API Lib GWT

2011-01-06 Thread Eric Ayers
Here is a getting started guide for the Maps API http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted On Tue, Jan 4, 2011 at 11:55 PM, Sudhakar sudhakar.ferna...@gmail.comwrote: Guy, Please tell me how to use the

Re: Dropping support for ie6?

2011-01-06 Thread markM
Big Pharma still using ie6 too. Moving to ie7 but not there yet. On Jan 4, 3:37 pm, El Mentecato Mayor rogelio.flo...@gmail.com wrote: -1 for dropping ie6 (same here; big clients still use ie6-- unfortunately) +1 for adding ie9 On Dec 30 2010, 10:43 am, Peter Ondruska

Re: History, Is An Alternate Implementation Possible?

2011-01-06 Thread Ben Imp
Have you pondered simply not using the Places? I'm not sure if this is a requirement (or simply a strongly desired outcome) of your project, but if not, then you can simply roll your own MVP framework. In the case of my company, we started using GWT before the new place stuff came about, so we

Re: GWT Cookies returning null

2011-01-06 Thread Ben Imp
It looks like you aren't setting the expiry date on the cookie. I believe by default those expire when the session dies. That might be your issue. -Ben On Jan 6, 7:23 am, Noor baken...@gmail.com wrote: I am becoming almost mad with the GWT Cookies, in one of my application I set the cookie

Re: Not able to set BigDecimal value in a grid column using HTMLTable setText function in IE8

2011-01-06 Thread Jeff Schwartz
**Use either BigDecimal's constructor to initialize its value or one of its valueOf methods to set its value. Jeff On Thu, Jan 6, 2011 at 4:58 AM, sims smriti...@gmail.com wrote: I am receiving following js error when I am trying to set a Bigdecimal value for a grid column using HTMLTable

Re: Problem with java.util.Date

2011-01-06 Thread bond
Hi, maybe I've some more ideas about this problem. With the simple code above it works; but I've a bean with several field. For example BeanExample private long id; private Date date; private String text; This bean has getter and setter; when I get the value of date's field I print his class:

Re: Google API Lib GWT

2011-01-06 Thread sudhakar . fernando
Thanks Eric, But how to add the jars in Eclipse.any idea? Empower your Business with BlackBerry® and Mobile Solutions from Etisalat -Original Message- From: Eric Ayers zun...@google.com Sender: google-web-toolkit@googlegroups.com Date: Thu, 6 Jan 2011 10:03:25 To:

Re: about gwt listbox

2011-01-06 Thread salk31
I don't think it supports that. This ticket http://code.google.com/p/google-web-toolkit/issues/detail?id=1167 seems to back that up. So guess only options are to choose a different widget, write your own or use one of the libs that builds on core GWT. On Jan 6, 6:13 am, vijay gohel

Re: REST + Spring Security 3.0

2011-01-06 Thread julio
thanks Sebastian for the reply the basic authentication I think has worse performance than login page has it must authenticate every time (well, I could forge ad hoc filters chain but it always will hit the db) and u have not a real logout. with ur snippet i will use the login page :) On Jan 6,

Re: DatePicker now starting with Monday, used to be Sunday

2011-01-06 Thread Dan
Adding those two lines to the gwt.xml file does the job. However, now my compiles make 10 permutations, rather than 5. Is there a way to get that back to 5 permutations? On Jan 5, 12:14 pm, John LaBanca jlaba...@google.com wrote: Are you using the default locale?  I'm pretty sure that the

Re: Implementing a ServiceLayerDecorator

2011-01-06 Thread David Chandler
Jan, It looks like the code you've implemented comes from the comments in this unit test class, which has access to both client and server code:

Re: Dropping support for ie6?

2011-01-06 Thread Jeff Schwartz
-/+ 1 IE6 +1 IE9 On Dec 27, 2010 2:22 AM, marius.andreiana marius.andrei...@gmail.com wrote: Hi, GWT 2.1.1 dropped support for firefox 1.0. What do you think about next GWT release dropping support for ie6? (while introducing support for ie9 would be great) -- You received this message

deploy GWT app with Tomcat istead GAE..

2011-01-06 Thread Sebe
Hello everyone I have a GWT application, created using the tutorial of Google Code .. but I would deploy it to Tomcat. Can someone tell me the basics to use Eclipse with Tomcat instead of Jetty / Google App Engine? At the moment I'm a bit confused and did not find anything on the Internet that can

Does SuggestBox.setOracle(SuggestOracle) have to be private?

2011-01-06 Thread Patrick Tucker
I have a form that depending upon a listbox value that the user selects needs different suggestions. Currently I have 1 SuggestOracle and I have to clear it and reload it, with values from the server, every time the user changes the ListBox. What I would like to do is store a SuggestOracle for

Re: Setting HTML on TextCell GWT 2.1.1

2011-01-06 Thread Thomas Broyer
Maybe you could then pass a SafeHtmlRenderer to the constructor of ClickableTextCell/TextCell, that uses SafeHtmlUtils.fromTrustedString (instead of relying on the SimpleSafeHtmlRenderer that's used by default with the no-arg constructor, that uses SafeHtmlUtils.fromString) -- You received

Re: Way to use a ServiceLocator to find a Locator in 2.1.1 RequestFactory?

2011-01-06 Thread Thomas Broyer
On Wednesday, January 5, 2011 11:05:10 PM UTC+1, Eric Andresen wrote: I'm using the 2.1.1 RequestFactory in a Spring environment. I would like to use my Spring Service class to provide both my Entity Locator and my RequestContext methods. I can define my object's requestContext as:

Re: History, Is An Alternate Implementation Possible?

2011-01-06 Thread Thomas Broyer
Well, PlaceHistoryHandler uses an Historian (DefaultHistorian by default, which delegates to the History class), so you can easily replace the implementation there. But really, I wonder how you'll make it work OK with the back/forward browser buttons, particularly when going back/forth not a

Re: DatePicker now starting with Monday, used to be Sunday

2011-01-06 Thread Thomas Broyer
Add a third line: set-property name=locale value=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-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: DatePicker now starting with Monday, used to be Sunday

2011-01-06 Thread Dan
Thank you Thomas (and others). It is all working well now. On Jan 6, 11:43 am, Thomas Broyer t.bro...@gmail.com wrote: Add a third line: set-property name=locale value=en/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Composite Primary Keys (Many-to-Many relationship)

2011-01-06 Thread Aldo Neto
Hi all, I'm trying to create a Many-to-Many relationship and add a couple of fields to it. I based my mapping on this post: http://sieze.wordpress.com/2009/09/04/mapping-a-many-to-many-join-table-with-extra-column-using-jpa/ (which was very clear and helpful). Summarizing the mapping on that

Re: GWT Cookies returning null

2011-01-06 Thread Noor
No this is not the problem, i have tried setting an expiry date of 7 days -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email

Re: Does SuggestBox.setOracle(SuggestOracle) have to be private?

2011-01-06 Thread Patrick Tucker
Thats a good idea, I will look into doing that instead. The SuggestBox isn't going to have any problems with the SuggestOracle being changed even though, if implemented this way, it doesn't know it is being changed? Thanks again, Pat On Jan 6, 11:46 am, Thomas Broyer t.bro...@gmail.com wrote:

Update ParentProxy with ListChildProxy using EditorChildProxy

2011-01-06 Thread -sowdri-
Dear All, Given below is the source code, I'm not sure whether this is the right way of doing it. Anyways the object AcademicYear is not being persisted, in spite of that, I get a success on callback. School.java (Parent) http://pastebin.com/EYByVgBR AcademicYear.java (Child)

Re: History, Is An Alternate Implementation Possible?

2011-01-06 Thread Jeff Schwartz
I agree with Thomas and would add the behavior your are seeking to implement is counter intuitive to what people expect when using browser history. As such then I'd either try to adapt the application so that the browsers navigation mechanism maintains the user's expectations or forgo using

Re: History, Is An Alternate Implementation Possible?

2011-01-06 Thread Jeff Schwartz
BTW, the app is still in development and there's lots of good stuff still left to implement but I have a rather large number of members already who I think are mostly interested in (at this time so far) seeing how my implementation is progressing. Jeff On Thu, Jan 6, 2011 at 12:10 PM, Jeff

uploading to amazon s3

2011-01-06 Thread t.dave
hi all, wondered if anyone has had any success doing reliable and robust uploads to amazon s3 directly from the browser? i need to upload mp3 files at 3-10ish MB a pop. i have it working using the GWT-S3 library (http://code.google.com/p/ gwt-s3/) which basically translates into doing glorified

Re: about gwt listbox

2011-01-06 Thread Thad
The code in this message worked for me in Firefox and IE, but not with Safari 5: http://groups.google.com/group/google-web-toolkit/msg/5c44460a11ad950b I haven't looked into the whys of that, but if anyone figures out a solution, I'd be interested. I had to settle for a kludge of multiple list

Re: Google API Lib GWT

2011-01-06 Thread Eric Ayers
Those instructions assume you are using eclipse. Follow the link in the Getting Started guide I posted above to the Google Plugin for Eclipse and make sure its installed. Adding the jar file is the same as any other Eclipse project (go to the 'Project' menu add add the .jar file to your

Launching dev mode does not overwrite nocache.js

2011-01-06 Thread John Huss
I use the same directory for running dev mode and for doing a regular gwt compile. If I compile first and then try to run dev mode, it won't connect to dev mode because it doesn't overwrite the compiled output with a new nocache.js file. Am I doing something wrong, or is this just how it is

Re: Google API Lib GWT

2011-01-06 Thread sudhakar . fernando
Thanks a lot Eric Empower your Business with BlackBerry® and Mobile Solutions from Etisalat -Original Message- From: Eric Ayers zun...@google.com Sender: google-web-toolkit@googlegroups.com Date: Thu, 6 Jan 2011 13:09:54 To: google-web-toolkit@googlegroups.com Reply-To:

sliding panel

2011-01-06 Thread EMan
on this page: http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html there is a sliding panel that you can minimize/maximize vertically. but this panel is not in the showcase. Does anyone know how to create this using uiBinder? Thanks. -- You received this message because you are

Re: History, Is An Alternate Implementation Possible?

2011-01-06 Thread Y2i
I would also like to have similar functionality: back-forth button working within a tab, not across a tab. This would be possible to achieve if GWT supported for nested places and activities. In the first level, back-forth button would work across the tabs. Once a user clicks within a tab, URL

GWT MVP History/Place/Activity Noticable Delay during Place Transition

2011-01-06 Thread zixzigma
Hello everyone, I am using GWT MVP, I have different DisplayRegions for Different Activities. when I navigate around my app, from the time the History Token changes to the time Activities start showing up in display regions, there is a noticable delay. this delay is more apparent in Chrome than

Locale setting priority

2011-01-06 Thread nacho
Hi, i'm using locale with constants. If I print this when I render my jsp for the hosted page meta name='gwt:property' content=locale=es And the user adds to the url the param ?locale=en Wich one of the two locale has priority? -- You received this message because you are subscribed to the

Re: Does SuggestBox.setOracle(SuggestOracle) have to be private?

2011-01-06 Thread Ben Imp
I use a delegate pattern to do this very thing. Its really the only way to keep presenter logic where it belongs without polluting your namespace with widgets. The SuggestBox is none the wiser. Just make sure your delegator handles the base case where its delegate oracle is null, of course,

Tree widget's zIndex

2011-01-06 Thread colin.zhao
Just find out that the tree widget has the same zIndex as PopupPanel by default. So if you show a popup in the same area of the tree, you need to set the zIndex of the popup to 2. Otherwise, the tree nodes will be still visible through the PopupPanel. I see this with GWT 2.1 Chrome and IE --

gwt cell table error

2011-01-06 Thread Noor
I am getting an error on this where CellBrowser cellBrowser_1 = new CellBrowser(Model1,SelectedCategory.getAllAttributes()); I have tested SelectedCategory.getAllAttributes() and it is not null, also model1 has been declared stack trace: 00:42:31.294 [ERROR] [biddingsystem] Uncaught

BlobInfo using the BlobKey

2011-01-06 Thread Janko
Does anybody know how to fetch the BlobInfo by BlobKey? Thank you -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

static string internationalization without @DefaultStringValue annotations?

2011-01-06 Thread Magnus
Hi, I have the following files for static string internationalization of constants: Constants.java Constants_en.properties Constants_de.properties I would like to omit the @DefaultStringValue in Constants.java. The defaults should be the EN-strings. How can I do this? If I omit the

Example Code on how to add a check box column to CellView

2011-01-06 Thread Néstor Boscán
Hi Anyone has some example code on how to add a check box column to CellView. Regards, Néstor Boscán -- 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-tool...@googlegroups.com. To unsubscribe

Re: GWT 2.1 MVP Multiple activities clarification help

2011-01-06 Thread karthik reddy
Hi Mauro Your example is turning out to be very helpful. I ran into one issue I thought I might communicate to you. When you click the Mail activites button, and then select the first entry of the mail list (i.e., viva...@seddiamlorem.ca) the details are populated in Mail Details. Similary if

Re: Composite Primary Keys (Many-to-Many relationship)

2011-01-06 Thread Y2i
I don't see @ManyToMany attribute in the sample code. On Jan 6, 8:53 am, Aldo Neto tumo...@gmail.com wrote: Hi all, I'm trying to create a Many-to-Many relationship and add a couple of fields to it. I based my mapping on this

Re: Composite Primary Keys (Many-to-Many relationship)

2011-01-06 Thread Y2i
Sorry, I misunderstood the question. You are trying emulate @ManyToMany... On Jan 6, 3:13 pm, Y2i yur...@gmail.com wrote: I don't see @ManyToMany attribute in the sample code. On Jan 6, 8:53 am, Aldo Neto tumo...@gmail.com wrote: Hi all, I'm trying to create a Many-to-Many

Re: Update ParentProxy with ListChildProxy using EditorChildProxy

2011-01-06 Thread Thomas Broyer
You might have to response = context.edit(response) before modifying the academicYearList. Is the new AcademicYear sent to the server? Also, from the doc: RequestFactory automatically sends the whole object graph in a single request. In this case, the implementation of Person.persist() on the

Re: GWT Cookies returning null

2011-01-06 Thread Thomas Broyer
On Thursday, January 6, 2011 2:23:04 PM UTC+1, Noor wrote: I am becoming almost mad with the GWT Cookies, in one of my application I set the cookie in an RPC success, but I am trying to retrieve it in another place of my application, it returns null. I know that when setting a

Re: Launching dev mode does not overwrite nocache.js

2011-01-06 Thread Thomas Broyer
AFAICT, it's the expected behavior (not overwriting), because the nocache.js generated by a compilation contains the necessary bootstrap code to make it debuggable with DevMode (which is necessary to debug/develop apps without using the embedded Jetty server of the DevMode) -- You received

primitive arrays vs Collections (performance wise)

2011-01-06 Thread Rafael
Hello there! I've meaning to ask you the question implied in the subject of this post. Is there an advantage in favoring Arrays over Collections when working with code that will end up in the client (translated to HTML and JavaScript that is)? My gut tells me that i should stick to arrays in

Re: Locale setting priority

2011-01-06 Thread Thomas Broyer
The URL: http://code.google.com/p/google-web-toolkit/source/browse/tags/2.1.1/user/src/com/google/gwt/i18n/I18N.gwt.xml?r=9507#32 -- 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: GWT MVP History/Place/Activity Noticable Delay during Place Transition

2011-01-06 Thread Thomas Broyer
Do you experience any delay in the Showcase? http://gwt.google.com/samples/Showcase/Showcase.html I don't. Showcase uses place changes rather than Hyperlink though (and I think you should do it too when using Places, as it helps decoupling the history token from the Place it represents), that

Re: gwt cell table error

2011-01-06 Thread Thomas Broyer
It looks like you're trying to display a 'null' NodeInfo: http://code.google.com/p/google-web-toolkit/source/browse/tags/2.1.0/user/src/com/google/gwt/user/cellview/client/CellBrowser.java?r=9507#939 In other words, your TreeViewModel returns 'null' from getNodeInfo for the rootValue you're using

Re: GWT 2.1 MVP Multiple activities clarification help

2011-01-06 Thread Thomas Broyer
Because of the CachingActivityMapper and FilteredActivityMapper (found in CachingHorizontalMasterActivityMapper), the MailListActivity isn't restarted between place changes between MailDetailPlace-s (and MailListPlace-s). As it doesn't listen to PlaceChangeEvent, its not even aware of the

Re: primitive arrays vs Collections (performance wise)

2011-01-06 Thread Thomas Broyer
Modulo ClassCastException and the like (e.g. instanceof checks), Java arrays are compiles straight into JavaScript arrays; while collections have an emulated wrapper class around a JavaScript array. However, due to how the compiler inlines methods, most accesses to a collection's item (i.e. by

How do I override parameters in web.xml

2011-01-06 Thread Rob Tanner
I need to override URLs for servers (database, Active Directory, LDAP, etc) added as context parameters in web.xml. When I'm doing regular servlet development, I simply put the overrides in tomcat's server.xml and the application only talk to the development environment servers. And when I

Re: GWT MVP History/Place/Activity Noticable Delay during Place Transition

2011-01-06 Thread zixzigma
Thank you for clarification. when I tested in production mode (rather than development/hosted mode with plugin), it worked fine. I also tried the development mode, this time disabling logging all together, Firefox seemed to have been working ok, but Chrome was showing delays. in production

Re: Not able to set BigDecimal value in a grid column using HTMLTable setText function in IE8

2011-01-06 Thread smriti sharma
I am using BigDecimal constructor to initialize the BigDecimal value. m_table.setText(row, col, text); //m_table here is of type HTMLTable setText for Hashtable is erroring for simple values for the text parameter e.g.- 60.00, 23.57 javascript error occurs only when I run the

Re: Dev plugin for firefox 3.7

2011-01-06 Thread morte...@gmail.com
I tried to build this as well.. although it did seem to build after following most of the instructions here and on other sites, it didn't work with Firefox 4.0b8 (osx). Would be nice to know some updates. On Nov 9 2010, 4:34 am, csillag csillag.kris...@gmail.com wrote: On okt. 26, 00:54,

Gwt module sometime not loaded, Only after clicking refresh button it work ?

2011-01-06 Thread suersh babu
Hi, I am using gwt 2.1, After uploading my application to production server, some time I see my gwt module not loaded, only After clicking refresh button it get loaded. Kindly can any one tell me what could be the reason, I am very interested in this. -- *Regards Suresh Babu G* -- You

Re: Gwt module sometime not loaded, Only after clicking refresh button it work ?

2011-01-06 Thread Sudhakar
I am also experiencing the same issue.I am using Chrome browser in Ubuntu 10.10 On Fri, 2011-01-07 at 12:06 +0530, suersh babu wrote: Hi, I am using gwt 2.1, After uploading my application to production server, some time I see my gwt module not loaded, only After clicking refresh button

Re: Update ParentProxy with ListChildProxy using EditorChildProxy

2011-01-06 Thread -sowdri-
Thanks Thomas! -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For

new bee design widget with markup

2011-01-06 Thread fachhoch
I am new bee learning gwt. I have a simple widget code public class HomeScreen extends Composite{ public HomeScreen() { VerticalPanel vp=new VerticalPanel(); Label lblWelcome=new Label(); lblWelcome.setText(Hello +Saibaba);

GWT MVP 2.1.1 code splitting

2011-01-06 Thread zixzigma
Is it possible to implement Code Splitting with GWT MVP 2.1.1 ? really appreciate if you can share some tips on how this can be achieved. Thank You -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

[gwt-contrib] Multiple leftover fragments with a tree of code split points?

2011-01-06 Thread Ed
Please some advice on the following. Sorry for reposting the question below, I tried the GWT user forum but I think I have better luck here: --- I am about to migrate 3 gwt app's to one gwt app. All gwt app's contain code split points, and I want to connect them with 3 code split points. I am a

[gwt-contrib] Re: Re-enable XML parse test, which was previously failing in one Safari configuration in Production... (issue1229801)

2011-01-06 Thread zundel
LGTM http://gwt-code-reviews.appspot.com/1229801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Patch MethodBinding.collectMissingTypes for IOOBE (issue1252801)

2011-01-06 Thread conroy
On 2011/01/05 19:09:18, scottb wrote: LGTM Could you check in an original, unmodified version first, then check in just your changes to it? Makes it easier to track/integrate if we update JDT in the future. yeah, good call. patches incoming...

[gwt-contrib] Re: Adding an Async SortHandler that can be used with AsyncDataProvider. When a table is sorted, it... (issue1258801)

2011-01-06 Thread pdr
On 2011/01/05 19:23:46, jlabanca wrote: LGTM. May want to add the (trivial) test that it works. http://gwt-code-reviews.appspot.com/1258801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Multiple leftover fragments with a tree of code split points?

2011-01-06 Thread Sami Jaber
Hi Ed, I discussed this issue with Lex on his blog last year, you can see his response there : http://blog.lexspoon.org/2009/09/exclusively-live-code.html?showComment=1254755092729#c2793919353038691570 Sami On Thu, Jan 6, 2011 at 11:12 AM, Ed post2edb...@gmail.com wrote: Please some advice

[gwt-contrib] Re: Test the type of a value before casting it. (issue1261801)

2011-01-06 Thread rchandia
LGTM. With nits. On 2011/01/06 00:28:40, Nick Chalko wrote: http://gwt-code-reviews.appspot.com/1261801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Test the type of a value before casting it. (issue1261801)

2011-01-06 Thread rchandia
Sorry, forgot to send the the nits. http://gwt-code-reviews.appspot.com/1261801/diff/1/6 File samples/validationtck/test/org/hibernate/jsr303/tck/tests/validation/ValidateValueGwtTest.java (right): http://gwt-code-reviews.appspot.com/1261801/diff/1/6#newcode66

Re: [gwt-contrib] RFC: Fixed width column support in CellTable

2011-01-06 Thread John LaBanca
After giving this more thought, I think the best option is to get rid of ColumnWidths and roll it into CellTable directly, so you would have: CellTable.setColumnWidth(Column col, double width, Unit unit) CellTable.setColumnWidth(Column col, String) I suggest this for two reasons: 1. We don't

[gwt-contrib] [google-web-toolkit] r9500 committed - Adding an Async SortHandler that can be used with AsyncDataProvider. ...

2011-01-06 Thread codesite-noreply
Revision: 9500 Author: jlaba...@google.com Date: Thu Jan 6 05:35:04 2011 Log: Adding an Async SortHandler that can be used with AsyncDataProvider. When a table is sorted, it called the setVisibleRangeAndClear() method to clear the current data and send an event to the AsyncDataProvider to

[gwt-contrib] [google-web-toolkit] r9501 committed - For easier code archeology in the future:...

2011-01-06 Thread codesite-noreply
Revision: 9501 Author: gwt.mirror...@gmail.com Date: Thu Jan 6 05:49:54 2011 Log: For easier code archeology in the future: Step 1 of 2: revert MethodBinding.java to its original (unpatched) state. http://code.google.com/p/google-web-toolkit/source/detail?r=9501 Modified:

[gwt-contrib] Add support for mapping ConstraintViolation objects into SimpleBeanEditor. (issue1260801)

2011-01-06 Thread rjrjr
Nick, could you take a look at this? Is Bob making reasonable assumptions about how ConstraintViolation acts, especially its paths? http://gwt-code-reviews.appspot.com/1260801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

  1   2   >