Re: Working with Databases

2010-12-05 Thread newto...@web.de
Thank you for your reply. Now i am connected with my database. I used the mysql conn example and replaced everything about mysql with postgresql. If i start a querry my: int rsSize = getResultSetSize(result) = -1; Does the Connection connection = getConn(); shows anywhere if the connection is

Re: CellTree How to render different cell types at a given level ?

2010-12-05 Thread Subhrajyoti Moitra
Ohh! I just made a sample working project. Yes, that what i did as u mentioned below, common base class. Thanks, Subhro. On Sun, Dec 5, 2010 at 5:26 AM, metalhammer29a metalhammer...@gmail.comwrote: I found this, from the previous posts on this forum. [1] and so far it seems I got it working.

Problems with keyboard events+MenuItem+gwt-print-it

2010-12-05 Thread Victor Costa Santiago
Good morning everyone! I'm having problems with updating the look of MenuItem smartgwt. I'm leaving the subitems disabled and enabled dynamically, but the look is not, has problems, only updates the look when the cursor is over the icon, but needs to be updated to access the menu, follow what I'm

Retrieving element type?

2010-12-05 Thread Ed
Anyway, what is the best way to discover the element type out of an even? For example, suppose I receive a click event of the InputElement in my even handler. I can't use the field TAG in the InputElement as it's package protected :(.. It's used in the following InputElement method: public

Re: WEB SERVICES

2010-12-05 Thread nacho
What i did was interact to the ws in my gwt app server code. What i mean is, for example, if you are using RPC to comunicate to your server, that you need to call to your ws in your MyServiceImpl class and that's all. But i have to say to you, that i needed to use JAX-WS and this lib is not

Re: issue with RequestFactory not finding a ValidatorFactory

2010-12-05 Thread Smithimage
Hi Ali. When I got a similar error I added a dependency to 'javax.validation:validation-api:1.0.0.GA'. My app is in groovy hence to notation I guess a Maven Pom declaration would look somthing like: groupIdjavax.validation/groupId artifactIdvalidation-api/artifactId version1.0.0.GA/version

Re: Working with Databases

2010-12-05 Thread Noor
Don't interact with the database directly from the database if you are using java, try using hibernate which is much better!! -- 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: Plugin Upgrade Woes

2010-12-05 Thread Rajeev Dayal
HI Evan, I'm sorry that you're experiencing these problems. When was the last time you had updated the plugin? If you don't mind, let me collect a few pieces of information from you - that will help me figure out what's going on: 1) Can you tell me the names, versions, and locations of the GWT

Re: Plugin Upgrade Woes

2010-12-05 Thread Evan Ruff
Rajeev, Thank you for your response! 1. The SDKs are listed as: gwt-2.0.4, 2.0.4, T:\gwt-2.0.4 gwt-2.1.0, 2.1.0, T:\gwt-2.1.0 All of them are clear without errors. T: is a symbolic drive that I store all tools. It has always worked previous to this issue, so I don't think that's the problem. I

Re: Plugin Upgrade Woes

2010-12-05 Thread Evan Ruff
Oh, one more thing about the errors. This error is a new error and has popped up only after going through a TON of iterations trying to solve the problem. When the .class file issue first occurred, this error did not appear. E On Sun, Dec 5, 2010 at 1:36 PM, Evan Ruff

Re: Working with Databases

2010-12-05 Thread newto...@web.de
I would be happy if you could explain more details. On Dec 5, 5:59 pm, Noor baken...@gmail.com wrote: Don't interact with the database directly from the database if you are using java, try using hibernate which is much better!! -- You received this message because you are subscribed to the

GAE Channels API in GWT

2010-12-05 Thread Andrea
Hi, after the recent release of GAE supporting push services via the Channels API I wonder what is the best way to use it a GWT application. I mean, the example given in GAE requires use of javascript (client side) and servlets (server side). Is the a pure java way, fully integrated in GWT?

Re: issue with RequestFactory not finding a ValidatorFactory

2010-12-05 Thread Thomas Broyer
On 5 déc, 06:13, ali a.akhava...@gmail.com wrote: I am using JDO with RequestFactory and here's what happens when I run GWT in the development mode. Is there a jar file I'm missing that needs to be added as the implementation of the JSR 303 ValidatorFActory ? RequestFactory depends on

Re: RequestFactory don't play nice with guice?

2010-12-05 Thread Thomas Broyer
On 5 déc, 01:06, Simon Majou si...@majou.org wrote: When creating an object with RequestFactory the @inject fields are not injected. I guess RequestFactory don't use guice to create the objects. How can I delegate objects creation to Guice? Just wait for the 2.1.1 release and then implement a

Re: gwt-maven-plugin / google plugin for eclipse / working for anyone?!?!

2010-12-05 Thread Thomas Broyer
On 4 déc, 19:47, cri chuck.irvine...@gmail.com wrote: Thanks for the link I just looked at the FAQ. As far as I can see, its only marginally relevant. The latest version of the gwt-maven-plugin (2.1.0) is designed to generate a fully functional dynamic web app that is completely mavenized,

Re: How to create Gmail contextual gadget using GWT?

2010-12-05 Thread Simeon Ross
Ah right. I have the same structure but when I try to add more than one Require tag I get XML parsing errors On 3 December 2010 20:23, Alexander akolc...@gmail.com wrote: On 2 дек, 03:24, Simeon Ross simeon.r...@arclight.com.au wrote: What is the structure of your inject.xml file? I had a

Re: CellTable FieldUpdater Validation (not null, etc)

2010-12-05 Thread John LaBanca
DateCell and EditTextCell store user entered data in a view data object, so the pending user entered value can be rendered even if the table is refreshed. To clear it, do the following: myDateCell.clearViewData(keyOfAppointment); If you specified a key provider to CellTable, the key is the key

Re: Deselecting multiselection TreeCell

2010-12-05 Thread John LaBanca
Did you try deselecting it in the SelectionModel? There is a bug in CellTree (will be fixed in 2.1.1) where it does not re-render correctly sometimes. As a workaround, you can refresh the entire data provider after updating the SelectionModel. Thanks, John LaBanca jlaba...@google.com On Sat,

not being able to import import com.google.gwt.view.client.ListViewAdapter;

2010-12-05 Thread Noor
Hi, I am not being able to import import com.google.gwt.view.client.ListViewAdapter;. I have GWT 2.1 and it is giving the error The import com.google.gwt.view.client.ListViewAdapter cannot be resolved -- You received this message because you are subscribed to the Google Groups Google Web

[gwt-contrib] Re: Public: Check constraints against the field or property that has the actual annotation. (issue1185801)

2010-12-05 Thread nchalko
http://gwt-code-reviews.appspot.com/1185801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors