Re: Re: requestfactory security problem

2011-08-17 Thread Mihail Lesikov
Check this topic - https://groups.google.com/forum/?pli=1#!searchin/google-web-toolkit/RequestFactory$20security|sort:date/google-web-toolkit/BBG4ivoedLM/BE6BTl8ikSEJ " Have a look at how the Expenses sample uses Google AppEngine's UserService to authenticate users with RequestFactory: http://co

Re: Dynamically editing list of ValueProxies with ListEditor

2011-08-17 Thread Mihail Lesikov
> > listEditor.getList().remove(phoneNumber); // phone number is the last proxy > in the list > > 1) as a result, the first element in the list is always removed > 2) when flush is called on the contactEditor(parent editor that contacs the > driver), no values are filled in the list of phoneNumbers

Re: Dynamically editing list of ValueProxies with ListEditor

2011-08-17 Thread Mihail Lesikov
> What version of GWT you are using ? > GWT 2.4 rc1 > > What happens if you try something like: > > PhoneNumber p1 = request.create(PhoneNumber.class); > PhoneNumber p2 = request.create(PhoneNumber.class); > > p1.setValue("234234234"); > p2.setValue("12312"); > > p1.equals(p2) > ? > p1.eq

Dynamically editing list of ValueProxies with ListEditor

2011-08-15 Thread Mihail Lesikov
I have a list of phoneNumbers(ValueProxy) for a specified contact that I need to edit dynamically(add new/remove/change) using ListEditor. When I try to remove one of the phoneNumbers : listEditor.getList().remove(phoneNumber); // phone number is the last proxy in the list 1) as a result, the

Access ServerFailure exception in RequestTransport ?

2011-08-15 Thread Mihail Lesikov
Hi, In my aplicaiton I have loading bar that is managed with events via the event bus. I'm using requestFactory framework. When a request is sent, the loading bar should become visible, and when the response is received it should be hidden or if there is any system error it should be visualized

Re: Partial bean validation

2011-02-08 Thread Mihail Lesikov
hm, I have the same issue. -- 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-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups

Re: Sending request with proxy created from other request ?

2011-01-27 Thread Mihail Lesikov
I'll describe my problem better: The main goal of my task is a workflow of a contract signing. interface ContractProxy extends ValueProxy{ CustomerProxy getCutomer(); void setCustomer(CustomerProxy customer); AddressProxy getAddress(); void setAddress(AddressProxy address); List getItems(); vo

Re: Sending request with proxy created from other request ?

2011-01-27 Thread Mihail Lesikov
> > And when I say I would have expected an exception, I really mean an > IllegalArgumentException("Attempting to edit an EntityProxy previously > edited by another RequestContext") > (AbstractRequestContext#addInvocation calls retainArg, which calls edit() > on the proxy — or maybe there's a

Sending request with proxy created from other request ?

2011-01-27 Thread Mihail Lesikov
erson) are null. Why that happens? Is there any solution? Regards, Mihail Lesikov -- 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-toolkit@googlegroups.com. To unsubscribe from this