Re: Data reset when losing focus - NumberField

2014-11-04 Thread Kalyan Mekala
Hi All,

Can someone share some information on the same ?? 

Please let us know as this is causing confusion on the user side.

regards,
Kalyan M



On Tuesday, October 21, 2014 2:30:01 PM UTC+5:30, Kalyan Mekala wrote:

 Hi,

 We have a Panel with a table consisting of Columns (ColumnConfig). One of 
 these columns is a NumberField (Last column).
 The issue is that when we edit the cell and come out of it then the value 
 is getting reset to the old value.

 The change is not getting detected. (The change flag indicator -red mark 
 in the top left corner of the cell doesn't appear).

 Please share some information on the same.



 regards,
 Kalyan M





-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Data reset when losing focus - NumberField

2014-10-21 Thread Kalyan Mekala
Hi,

We have a Panel with a table consisting of Columns (ColumnConfig). One of 
these columns is a NumberField (Last column).
The issue is that when we edit the cell and come out of it then the value 
is getting reset to the old value.

The change is not getting detected. (The change flag indicator -red mark in 
the top left corner of the cell doesn't appear).

Please share some information on the same.



regards,
Kalyan M



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Classpath entries not considered when running GWT module from Eclipse

2012-07-25 Thread kalyan
I am using maven-gwt plugin to convert my existing ant GWT project to maven.

1. Added the gwt maven entry as below and ran mvn eclipse:clean 
eclipse:eclipse, but still GWT SDK is not getting added to the generated 
eclipse project
  plugin
groupIdorg.codehaus.mojo/groupId
artifactIdgwt-maven-plugin/artifactId
version2.4.0/version
executions
execution
goals
goalcompile/goal
/goals
/execution
/executions
/plugin

Work Around followed : add it directly from the Project -- Google -- 
WebToolKit

2. After doing work around, build is fine and now able to run the web 
application. But Spring-tx jar which is present in the buildpath is not 
copied/considered while launching the application using jetty and hence 
throwing errors validating the application-context xml file. Infact none of 
the jars in java build path(dependencies defined in pom.xml) are being 
picked for runtime by Eclipse when launching in Jetty. But when running mvn 
clean install, all jars are copied to the web-inf/lib directory properly

Can you please help on both the issues

-- 
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/-/ddX4fj1Quo4J.
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.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.