RPC Serialization of an Interface..

2012-03-09 Thread Viktor
Hi all, for my application i need to parse custom objects with the simple-xml framework from the server side. This works fine. But if a make a rpc call from the client side to geht the Objects i get this Exception: [WARN] Exception while dispatching incoming RPC call

GWT PORTLET

2012-03-09 Thread Nitheesh Chandran
Hello , I want to create portlet using GWT. I searched in the Internet and downloaded get-portlet.jar. But the hello world app failed. Is there any other way for creating portlet in GWT. ? Helps will be appreciated. Thanks in advance. -- You received this message because you are subscribed to

Re: GWT PORTLET

2012-03-09 Thread Viktor
Hi, you could just include the generated js code into your portlet and work with it. Example: script language=javascript src=${contextPath}/ [YOUR_GWT_APP].nocache.js/script On 9 Mrz., 11:20, Nitheesh Chandran nithe...@dotentreprise.com wrote: Hello , I want to create portlet using GWT. I

DatePicker next/prev month events

2012-03-09 Thread Nikola Markovic
Next and previous month buttons in MonthSelector are declared as private and have a default behavior of adding/subtracting one month and refreshing the datepicker. There are no events that fire when this occurs. I've tried to fire my own event, by extending the MonthSelector class and

Re: GWT PORTLET

2012-03-09 Thread Nitheesh Chandran
Sorry gwt-portlet.jar On Mar 9, 3:20 pm, Nitheesh Chandran nithe...@dotentreprise.com wrote: Hello , I want to create portlet using GWT. I searched in the Internet and downloaded get-portlet.jar. But the hello world app failed. Is there any other way for creating portlet in GWT. ? Helps will

How to format properties file for Messages and @Select

2012-03-09 Thread Filippo De Luca
Hi, I have wrote an interface containing this method: String errorRemovingWidget(@Select Type type); Type is an enum. The properties file contains: errorRemovingWidget=Could not remove widget from dashboard errorRemovingWidget[A]=Could not remove an A from dashboard errorRemovingWidget[B]=Could

Re: GWT Spring

2012-03-09 Thread Filippo De Luca
Usually I implement the Service interface in a Spring bean, and I write the RemoteServlet implementation delegating all method to the Spring bean. Because the servlet is outside Spring transactional demarcation. You an also use threadlocal to pass request and response to the Spring bean (as

Inheriting module resources (images, css etc)

2012-03-09 Thread manstis
Hi, What is the best practice for inheriting resources? We've been separating resources from code, much like this:- Module A org.test.modulea.client.widgets -class MyWidget extends Composite { private MyResources resources = GWT.create( MyResources.class ); public static

Re: GWT Spring

2012-03-09 Thread Akram Moncer
@Filippo De Luca i undersand what u mean but i'm a beginner in dévloppment so can u give me a tutorial or a video that can show me how can i exactelly do to integrate spring and GWT , thinks. 2012/3/9, Filippo De Luca filosgang...@gmail.com: Usually I implement the Service interface in a Spring

Is there any way to remove the sort arrow decorator in a header of a CellTable?

2012-03-09 Thread Xavier S.
Hello, I would like to remove the sort arrow from headers of a CellTable but I still want to keep the sorting capabilities of the CellTable. (the one in the red circle)

Re: CellTable styles incorrectly on IE9

2012-03-09 Thread Patrick Tucker
Turns out someone installed Chrome Frame on this machine. It works fine when disabled... On Friday, March 9, 2012 3:07:49 PM UTC-5, Patrick Tucker wrote: I'm having the same problem with one of the machines at my work, but the others work fine. Really strange, if you look at the HTML in

FlexTable in ScrollPanel still has no scroll bars

2012-03-09 Thread Vitaly Trifanov
Hello. I use DockLayoutPanel as root panel for my GWT app. In it's center I have a FlexTable, and I want vertical scroll bar to appear if content doesn't fit screen vertically. I put a FlexTable into a ScrollPanel, but it doesn't work. Please, help :) -- You received this message because you

How to share an RPC RemoteServiceServlet between apps?

2012-03-09 Thread Rob
Hi, I want to have a service used by several modules. I put the implementation servlet in a root web app, and connected to it, from the client side, by specifying the endpoint like this... ServiceDefTarget t = (ServiceDefTarget)service; t.setServiceEntryPoint(/commonService); So

Is there any way to remove the sort arrow decorator in a header of a CellTable?

2012-03-09 Thread JoseM
You can control what to show for that with the CellTable Resources. You would have to pass in your own resources to the CellTable constructor that overrides the sort style to display what you want. -- You received this message because you are subscribed to the Google Groups Google Web

Re: CellTable styles incorrectly on IE9

2012-03-09 Thread JoseM
So then it seems that this is related to that other bug where GWT thinks the browser is Chrome since Chrome Frame is installed (but maybe not being used) and it uses the webkit specific browser code and not the Trident/IE one. (I believe the bug is more of a Chromium bug than a GWT bug). --

Re: How to share an RPC RemoteServiceServlet between apps?

2012-03-09 Thread Alfredo Quiroga-Villamil
Rob: If I am not mistaken you can override in your ServiceImplementation a couple of methods (your choice which one). In RemoteServiceServlet, you will find: getSerializationPolicy doGetSerializationPolicy Likely the latter will be easier to override. There, moduleBaseURL should help you do what

Re: GWT PORTLET

2012-03-09 Thread Nitheesh Chandran
Can you tell me more specifically ? I want to create a portlet then integrate that with GWT app. How to create portlet ,then how to integrate it with gwt app ? On Mar 9, 3:26 pm, Nitheesh Chandran nithe...@dotentreprise.com wrote: Sorry gwt-portlet.jar On Mar 9, 3:20 pm, Nitheesh Chandran

[gwt-contrib] Re: Call for forgotten patches

2012-03-09 Thread Patrick Tucker
http://code.google.com/p/google-web-toolkit/issues/detail?id=7135 I know I was asked to submit the patch to appspot, I just haven't found the time... On Mar 8, 9:59 pm, Bradley Gottfried brad...@worldviewsoftware.com wrote: http://gwt-code-reviews.appspot.com/1634804/ Thanks, Bradley

[gwt-contrib] Re: Introduced PagerFactory to allow easy swap of pagers for CellBrowser. (issue1659803)

2012-03-09 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/1659803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Introduced PagerFactory to allow easy swap of pagers for CellBrowser. (issue1659803)

2012-03-09 Thread t . broyer
http://gwt-code-reviews.appspot.com/1659803/diff/1/user/src/com/google/gwt/user/cellview/client/CellBrowser.java File user/src/com/google/gwt/user/cellview/client/CellBrowser.java (right):

[gwt-contrib] Re: Introduced PagerFactory to allow easy swap of pagers for CellBrowser. (issue1659803)

2012-03-09 Thread jlabanca
http://gwt-code-reviews.appspot.com/1659803/diff/1/user/src/com/google/gwt/user/cellview/client/CellBrowser.java File user/src/com/google/gwt/user/cellview/client/CellBrowser.java (right):

Re: [gwt-contrib] Call for forgotten patches

2012-03-09 Thread Jason Terk
http://gwt-code-reviews.appspot.com/1588803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Introduced PagerFactory to allow easy swap of pagers for CellBrowser. (issue1659803)

2012-03-09 Thread jat
http://gwt-code-reviews.appspot.com/1659803/diff/1/user/src/com/google/gwt/user/cellview/client/CellBrowser.java File user/src/com/google/gwt/user/cellview/client/CellBrowser.java (right):

[gwt-contrib] Re: Introduced Builder pattern for CellBrowser creation. (issue1658803)

2012-03-09 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/1658803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Call for forgotten patches

2012-03-09 Thread Jim Douglas
Ray, I didn't submit a formal patch for this, but I noted the trivial fix in the bug report: http://code.google.com/p/google-web-toolkit/issues/detail?id=6704 (Not urgent for me; I worked around this when I tripped over it.) This fix is pending in code review:

[gwt-contrib] Re: Adds extra optimization pass to eliminate more types in draftCompile. This is needed for some li... (issue1599803)

2012-03-09 Thread acleung
LGTM http://gwt-code-reviews.appspot.com/1599803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors