RfValidation tool doesn't works

2013-02-12 Thread zame...@gmail.com
Hi All, I would like to use requestfactory in the following environment: Spring 3.1.x, GWT 2.4.0 When I send a request I've got an error in spring log: --- exec-maven-plugin:1.2:exec (default) @ argus --- warning: Supported source version 'RELEASE_6' from annotation processor

Re: Polymorphic requestfactory example wanted

2012-10-19 Thread zame...@gmail.com
Hello, Thx a lot I'll check it. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/jX-WM_9ITkcJ. To post to this group, send email to

Polymorphic requestfactory example wanted

2012-10-18 Thread zame...@gmail.com
Hi All, I need a requestfactory, which can transports a MapString, ? extends BaseObject objects. Is there any example to help me to understanding, how can I do it? thx Zamek -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

Positioning widgets

2012-07-19 Thread zame...@gmail.com
Hi All, I would like to use this layout in my gwt app: The main window has a VerticalPanel, the first element of this VP is a TabPanel and the second is a status panel. 1. I need to force the status panel to the bottom of screen. Could I do it with something? Maybe with a css? I tried to

Re: Debugging gwt maven project server side under eclipse

2012-07-06 Thread zame...@gmail.com
2012. július 5., csütörtök 18:44:25 UTC+2 időpontban Thomas Broyer a következőt írta: On Thursday, July 5, 2012 1:38:11 PM UTC+2, zam...@gmail.com wrote: Hi All, When I make a gwt project with gwt-maven-plugin, I cannot debug server side codes. Client side is working well, but it

Debugging gwt maven project server side under eclipse

2012-07-05 Thread zame...@gmail.com
Hi All, When I make a gwt project with gwt-maven-plugin, I cannot debug server side codes. Client side is working well, but it doesn't stop in server side breakpoints. Are there any special to enable server side debugging. I use gwt 2.4.0 and eclipse indigo with gwt plugin

GWT-RPC on glassfish and Servlet 3.0 specifications

2010-07-02 Thread zame...@gmail.com
Hello All, My gwt app running on Glassfish 3.01 appserver. When I debugging servlet code I see that it use com.sun.enterprise.web.rpc.connector.coyote.PwcCoyoteRequest for HttpServletRequest. It compatible with old Servlet 2.0, but I need new Servlet 3.0 compatible HttpServletRequest. this

Re: Google Collections with GWT?

2009-05-10 Thread zame...@gmail.com
hello, I had the same problem. I need to use transform object, which is a simple design pattern in J2ee. It is a simple bean set for each persistent bean object, without annotations and extra fields. It is a commonly used persistence jar for ejb and gwt too.

Re: Getting item select events from suggestbox list

2009-05-05 Thread zame...@gmail.com
On máj. 5, 06:40, nina juliadot...@gmail.com wrote: Hi Zamek Have you read thehttp://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/g... about the Associating Data Transfer Objects (DTOs) with Suggestion Objects? I've written my own SuggestBox, SuggestOracle and Suggestion,

Re: Getting item select events from suggestbox list

2009-05-05 Thread zame...@gmail.com
On máj. 5, 13:03, Thomas Broyer t.bro...@gmail.com wrote: On 4 mai, 15:16, zame...@gmail.com zame...@gmail.com wrote: Hi All, I am using SuggestBox, and there are DTO-s in list. When a user selects items with up and down key, I need to get the selected element to display all data

Getting item select events from suggestbox list

2009-05-04 Thread zame...@gmail.com
Hi All, I am using SuggestBox, and there are DTO-s in list. When a user selects items with up and down key, I need to get the selected element to display all data of DTO item on a detail form. It seems to be, there are not a standard event for this. How can I implement this functionality? I

gwt 1.6 + netbeans + glassfish debugging

2009-04-27 Thread zame...@gmail.com
Hi All, I use gwt+nb+gf, and I need to use another web services from glassfish. I cannot set to debugging, because hosted server starting, but my build.xml setting to -noserver. My project deployed to glassfish, and running well, but doesn't stop any breakpoint. In gwt 1.6 there is a new