I have two classes
class Person {
Long id;
String name;
}
and
class Car {
Long id;
Long person;
String model;
}
I want to map these to gwt car editors. Can I just have an editor like:
CarEditor implements Editor {
PersonNameEditor person;
Label model;
}
or should I have to chan
There is a problem with the above method that I described, I am seeing
collections of a single element being returned when that collection is
empty. And the single element is null. I still cannot get .with to populate
the collections in my entityproxy.
--
You received this message because you
Hi,
I just found the DynaTableRf sample and see that onViolation is fired there.
Going through its setup I realized that I was missing the
hibernate-validator jar, so I put it in my libs and build path, but still no
entity property violations are caught. Any help is greatly appreciated.
Thank
Hi,
I am unable to validate entities using the editor framework. No matter what
I do the errors are never thrown from client side or server side.
Here is a code snippet:
--
public class P {
public P() {
}
@Size(min=4)
privat
Hi,
I am trying to build a generic DAO (BaseEntity) as mentioned
in
http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html#locators,
so I don't have to duplicate basic CRUD methods for Entities. Is there an
example or code sample?
Thanks,
Gaurav
--
You received this messa
I have also filed an issue with GWT on this.
http://code.google.com/p/google-web-toolkit/issues/detail?id=5606
I hope I am not the only one with the issue.
On Nov 17, 11:21 pm, keyvez wrote:
> Hi,
>
> I think this might be a bug in the new gwt 2.1 sdk. When I create a
> new web
Isn't anyone else experiencing this. Please help, this is becoming an
issue on windows as well, a user is reporting it on ff windows too.
You help is really appreciated.
Gaurav
On Nov 17, 11:21 pm, keyvez wrote:
> Hi,
>
> I think this might be a bug in the new gwt 2.1 sdk. When I
Hi,
I think this might be a bug in the new gwt 2.1 sdk. When I create a
new web application project in eclipse and compile and run it in web
mode on FF4 beta 6, I see a blank page.
On debugging in firebug, the following errors was thrown:
reference to undefined property m.external.gwtOnLoad
refe
esses().size();
return users;
That should ensure that the collection properties are included in the
proxy object that is returned.
I think it's some kinda optimization on JPA's part to reduce lookups
until they are needed. Heh, lazy!
Cheers and thanks for everyone's help.
Gaurav
On Oct
I will try to write a small app from scratch which tries this feature
so I can be sure that I am doing it the right way.
On Oct 19, 9:40 am, keyvez wrote:
> Hi,
>
> Thanks for the suggestions, my addresses are a set of strings so I
> tried calling like so:
>
>
Hi,
Thanks for the suggestions, my addresses are a set of strings so I
tried calling like so:
Request createReq =
request.authenticate().using(user).with("addresses");
createReq.fire(new Receiver() {
@Override
public void onSuccess( UserProxy authenticatedUser ) {
Syst
I also tried List addresses instead of Set addresses
but it still returns an empty list despite the datastore having values
in the addresses field for that user.
On Oct 19, 12:56 am, keyvez wrote:
> My EntityProxy looks like this
>
> @ProxyFor ( User.class )
> public interface UserP
My EntityProxy looks like this
@ProxyFor ( User.class )
public interface UserProxy extends EntityProxy {
Long getId();
String getFirstname();
String getLastname();
Set getAddresses();
void setAddresses( Set addresses );
}
And my Entity class look like this:
@Entity
publi
Hi,
I am trying to pass a custom Java object to the another window to
which I have a reference using $wnd.opener.
When I call $wnd.opener.callback(); or $wnd.opener.callback('string'),
it works, however, when I pass
$wnd.opener.callback(@com.package.Class::staticField), the staticField
is receive
wt.codesvr=127.0.0.1:9997
check /etc/hosts or DNS settings in System Preferences.
Good luck.
Gaurav
On Dec 6, 4:33 pm, keyvez wrote:
> Hi,
>
> I am experiencing really slow times (30-40 seconds) when I refresh the
> page on safari or firefox. It almost seems to recompile the full app
>
Hi,
I am experiencing really slow times (30-40 seconds) when I refresh the
page on safari or firefox. It almost seems to recompile the full app
every single time I hit refresh. I don't even change anything, and
this the app you get when you create new Web App in eclipse. Meanwhile
the browser hang
Hi,
I am experiencing really slow times (30-40 seconds) when I refresh the
page on safari or firefox. It almost seems to recompile the full app
every single time I hit refresh. I don't even change anything, and
this the app you get when you create new Web App in eclipse. Meanwhile
the browser hang
17 matches
Mail list logo