Help:How to do search in GWT (search Operation On celltale(like Grid) )!!

2012-07-31 Thread Laxman Lingampally
Hi all, please help me out . i have one Grid and one search form in this iam using GWT componints like Celltable ,Gird and all form controls. now my problem is using search form to search the records and set the what ever we getting that values we can set all records to Grid, so please help

Re: Help: GWT Celltable Record (Specific Record Mouseover) ToolTip !!!

2012-06-04 Thread laxman lingampally
Hi all, Thanks a lot Jens and Rajeshwar , For Helping me, As of now Tooltip is Working fine Regards Laxman On Mon, Jun 4, 2012 at 2:30 PM, Jens jens.nehlme...@gmail.com wrote: The contact instance in getValue() is your row value. So when you make the generated SafeHtml dependent on the

Help: GWT Celltable Record (Specific Record Mouseover) ToolTip !!!

2012-05-31 Thread laxman lingampally
Hi all, i need a GWT celltable record i.e specific record values in Tooltip , In my project i have one search Grid(Celltable) it is having five columns, when ever click on serach button it shows number of recods that is fine, but , i need to show some infermation ( like status name , id value

Re: Help: GWT Celltable Record (Specific Record Mouseover) ToolTip !!!

2012-05-31 Thread laxman lingampally
at 12:58 PM, laxman lingampally lingampall.lax...@gmail.com wrote: Hi all, i need a GWT celltable record i.e specific record values in Tooltip , In my project i have one search Grid(Celltable) it is having five columns, when ever click on serach button it shows number of recods that is fine

laxman lingampally wants to chat

2012-05-11 Thread laxman lingampally
--- laxman lingampally wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-f821af8aac-cdafb0eca7-b9YvQdQ8KftlB7hMChJCPI-W2eo

Re: Help :java.security.AccessControlException: access denied (java.net.SocketPermission localhost:1433 connect,resolve)

2012-05-10 Thread laxman lingampally
in AppEngine's Sandbox, see: https://developers.google.com/appengine/docs/java/runtime#The_Sandbox -- J. Am Freitag, 4. Mai 2012 19:25:02 UTC+2 schrieb laxman lingampally: Hi all, please help me out, asap. i got this exception when ever i am trying to connect SQL Server using GWT

Help: java.security.AccessControlException: access denied (java.net.SocketPermission localhost:1433 connect,resolve) !!!

2012-05-10 Thread laxman lingampally
Hi all, Please help me out , asap, i am trying to work with using GWT/RF , GAE and SQL Server ,when ever i am trying to connect database at that time , i got below exception Exception : java.security.AccessControlException: access denied (java.net.SocketPermission localhost:1433

Help: GWT , RequestFactory with SQLServer ???

2012-05-09 Thread laxman lingampally
Hi all, please help me out asap, i have a question it is passible GWT, RF(RequestFactory) with any database ( not Google Datastore GAE GQL ,google cloud)? i have doubt it is passible or not ? Thanks Regards laxman. -- You received this message because you are subscribed to the Google

Re: Help: GWT , RequestFactory with SQLServer ???

2012-05-09 Thread laxman lingampally
...@gmail.com wrote: Sure its possible. GWT/RF does not make any assumptions about the database you are using. -- J. Am Mittwoch, 9. Mai 2012 11:18:21 UTC+2 schrieb laxman lingampally: Hi all, please help me out asap, i have a question it is passible GWT, RF(RequestFactory) with any

Help :java.security.AccessControlException: access denied (java.net.SocketPermission localhost:1433 connect,resolve)

2012-05-04 Thread laxman lingampally
Hi all, please help me out, asap. i got this exception when ever i am trying to connect SQL Server using GWT RequestFactory. Exception: java.security.AccessControlException: access denied (java.net.SocketPermission localhost:1433 connect,resolve) thnaks in advance. Thanks Regards Laxman

Help Help ::Gwt + RequestFactory + Hibernate + Any DataBase !!!

2012-05-03 Thread laxman lingampally
Hi all, please help me, I'm looking for how to integrate with my project with hibernate3 , gwt2.4 , RequestFactory and any database like mysql or sql server any. example of a project or guidance on the project structure thank you for your reply Thanks Regards laxman -- You received

Re: private static final EntityManagerFactory emfInstance = Persistence.createEntityManagerFactory(transactions-optional);

2012-05-02 Thread laxman lingampally
Hi Steve Moyer. thinks a lot i did this code i am putting here please abusarve this code and tell me where i am did mistake please help me out asap. 1) Persistence,xml. persistence-unit name=some_name_you_choose description Persistence unit for the Envers tutorial of the

Re: private static final EntityManagerFactory emfInstance = Persistence.createEntityManagerFactory(transactions-optional);

2012-05-02 Thread laxman lingampally
, Carlos Alexandro Becker caarl...@gmail.comwrote: which error you got? On Monday, April 30, 2012 10:46:26 AM UTC-3, laxman lingampally wrote: HI all, please help me. i am trying to create EMF object but it is does't created. private static final EntityManagerFactory emfInstance

java.lang.NoSuchMethodError: org.datanucleus.plugin.PluginManager.createPluginManager(

2012-04-30 Thread laxman lingampally
Hi all , please help me . this is the error i am getting: when ever trying to connect mysql database java.lang.NoSuchMethodError: org.datanucleus.plugin.PluginManager.createPluginManager(Ljava/util/ Map;Ljava/lang/ClassLoader;)Lorg/datanucleus/plugin/PluginManager; at

private static final EntityManagerFactory emfInstance = Persistence.createEntityManagerFactory(transactions-optional);

2012-04-30 Thread laxman lingampally
HI all, please help me. i am trying to create EMF object but it is does't created. private static final EntityManagerFactory emfInstance = Persistence.createEntityManagerFactory(transactions-optional); Thanks Regards laxman -- You received this message because you are subscribed to the

java.lang.RuntimeException: The RequestFactory ValidationTool must be run for the com.rf.test.client.ApplicationRequestFactory RequestFactory type

2012-04-29 Thread laxman lingampally
Hi all. Please help me. i am created Gwt Web application using GWT RequestFactory ,but when ever i am run the application then getting below error: why? java.lang.RuntimeException: The RequestFactory ValidationTool must be run for the com.rf.test.client.ApplicationRequestFactory RequestFactory

Re: java.lang.RuntimeException: The RequestFactory ValidationTool must be run for the com.rf.test.client.ApplicationRequestFactory RequestFactory type

2012-04-29 Thread laxman lingampally
but you can found information about it at: http://code.google.com/p/google-web-toolkit/wiki/RequestFactoryInterfaceValidation -- J. Am Sonntag, 29. April 2012 21:24:03 UTC+2 schrieb laxman lingampally: Hi all. Please help me. i am created Gwt Web application using GWT RequestFactory

GWT with RequestFactory ::::: com.google.appengine.tools.development.LocalResourceFileServlet doGet WARNING: No file found for: /gwtRequest

2012-04-25 Thread laxman lingampally
Hi all, please help me. i am wworking on gwt woth requestfactory, at that time getting above error. *here web.xml i configared .RequestFactoryServlet but it is internally calling LocalResourceFileServlet.* Why itis happening?? web.xml. servlet

GWT with RequestFactory using Hibernate !!

2012-04-25 Thread laxman lingampally
Hi all, please tell me How it is work. Thaks Regards. Laxman -- 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

GWT with RequestFactory ,Hibernate and Mysql.

2012-04-25 Thread laxman lingampally
Hi all. Please help me. i was trying to work with GWT with RequestFactory ,Hibernate and Mysql. but i have one question is ,it is passible to work GWT with RequestFactory ,Hibernate and Mysql. this combination. tell me any one. Thanks Regards. Laxman. -- You received this message because

Re: GWT with RequestFactory ::::: com.google.appengine.tools.development.LocalResourceFileServlet doGet WARNING: No file found for: /gwtRequest

2012-04-25 Thread laxman lingampally
- pattern To identify the directory you just go in the target folder after compilation if you are using maven. if you are using the standard build of gwt you should be in the war directory. Any problems just post. On 25 abr, 07:19, laxman lingampally lingampall.lax...@gmail.com wrote: Hi all

New joining

2012-04-20 Thread laxman lingampally
Exception in thread UnitCacheLoader java.lang.RuntimeException: Unable to read from byte cache -- 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

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-20 Thread laxman lingampally
Hi all, Please tell me anybady How to communicate with database using GWT with requestFactory , please tell me ASAP. Thaks Regards Laxman On Thu, Apr 12, 2012 at 1:30 PM, dominikz dominik.zalew...@gmail.comwrote: For over a year I was trying to convince my customers (that I develop

Reg....GWT+RequestFactory with Objectify !!!!!

2012-04-20 Thread laxman lingampally
Hi all , Please tell me same one, my recuriment is i will work on GWT+Requestfactory with Objectify , i am trying to work on these concepts but did't understand me, one mre thing is How to communicate with mysql Database and how it will save ,edit and remove operation how it will work. Please