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: Is selectionModel.setSelected asynchronous?

2010-12-23 Thread Jaroslav Z?ruba
:( 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 google-web-toolkit+unsubscr...@googlegroups.com. For more

Is selectionModel.setSelected asynchronous?

2010-12-23 Thread Jaroslav Z?ruba
Hello I'm trying to clear selection on a list that has selectionChangeHandler attached to it. This fires a new event that triggers the handler again. I'd like to ignore the event that has been triggered as result of me clearing the selection. The problem is that there seems to be stuff happenin

ClickableTextCell + CellList

2010-12-14 Thread Jaroslav Z?ruba
Hello I need to create a simple list just for picking an item: the list pops up, user clicks one item, list disappears, item id gets sent somewhere... I assume ClickableTextCell is the "official" way to do this, but I was able to find only an example used together with CellTable. (CwCellSampler

Re: Unable to compile JSP issue in gwt 2.1

2010-12-11 Thread Jaroslav Z?ruba
This is a GAE issue, it's been discussed here: https://groups.google.com/forum/#topic/google-appengine-java/3Rf0FQlQN0w It also seems to affecting only the development server. Moving AppEngine and GWT to the top in "Order and Export" fixed the issue for me. (Project -> properties -> Java Build