Re: PropertyAcess : Define condition values for label in PropertyAcess

2013-08-10 Thread Sergey Stupin
Why can't you just simply define your getter method as follows: public String getLabelProp() { return getLabel() == null ? getId() : getLabel(); } I think it's pretty legal to implement getter in a such way. пятница, 9 августа 2013 г., 1:37:21 UTC+4 пользователь Chulbul Pandey написал: > >

Re: Compile Gin-enabled GWT application with ant

2012-04-27 Thread Sergey Stupin
I find the answer. Modify classpath by adding your compiled GWT classes (that's why GWT compiler could not found it), because GIN needs class files to compile successfully. It helps to me. суббота, 12 декабря 2009 г., 23:16:58 UTC+4 пользователь Chris написал: > > Hi >

Re: Compile Gin-enabled GWT application with ant

2012-04-27 Thread Sergey Stupin
I have exactly the same problem. I've been spent already 2 days researching this case. How can I fix this f***ing error? суббота, 12 декабря 2009 г., 23:16:58 UTC+4 пользователь Chris написал: > > Hi > > I'm trying to build by gwt application with ant. I can succesfully > compile everything tog