Re: Error while upgrading from GWT 2.7 to 2.8

2017-02-27 Thread Saurabh Joshi
Hi Baranovskiy, Firstly apologies for late reply on this thread. I am not using super-source tag in my *gwt.xml, I have attached my xml (PFA...) Did it worked for you even when you had ? Please point me in case you have some inputs for me. Thanks, Saurabh. On Wed, Feb 1, 2017 at 9:36 PM

Re: GWT 2.8 RC1 - Could not merge 2 super sourced packages

2016-11-14 Thread Saurabh Joshi
java.util.Locale.java from emulated classes of GWTx? Thanks, Saurabh. On Tuesday, 2 August 2016 14:02:01 UTC+5:30, Ali Jalal wrote: > > I compared emulated classes in 'java.util' and 'java.beans' packages of > GWT and GWTx and I found *java.util.Locale.java* which emu

Portal Does not show up after deployment

2015-02-06 Thread Saurabh Mishra
anybody has any insights on what could be the issue. Thanks in advance and appreciate your help guys. ~Saurabh -- 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

Label not getting new value inside FlexTable

2014-03-07 Thread Saurabh Joshi
reassign a different value to myLabelIDVal by again using myLabelIDVal.setText("Different Value") on some event. And the label does not show the reassigned value. My flexTable_Context is inside a TabPanel. Any pointers on what am I missing? Thanks, Saurabh. -- You received this messa

Re: GWT hostmode in weblogic

2013-10-10 Thread Saurabh Tiwari
I am getting an error of java.lang.ClassNotFoundException: org.datanucleus.OMFContext Message icon - Warning Errors were encountered while performing this operation. I am not using the google Datastore. Please help me to identify the root cause and how to switch off the dataneucleus calls. On T

Re: GWT Calendar API 3 CalendarEntryPoint.java insertEvent returns Bad Request Cntx

2013-04-11 Thread Saurabh Mahamine
Hi robo, did you find a solution to this as I am having the exact same problem On Sunday, 6 January 2013 01:53:28 UTC-5, Robo wrote: > > CalendarEntryPoint.java works except for the insertEvent which is giving > me a Bad Request Cntx as it is presented in the example. > onModuleLoad,

Inspect the DOM in GWT in version 1.5.3

2013-01-10 Thread saurabh gupta
asses. but it takes too long in the compilation process. Can any one suggest a better idea of how we can inspect the elements in GWT browser only? Please Note : I need it for GWT version 1.5.3 not the upper versions. Thanks in advance, Saurabh -- You received this message because you are subsc

Not able to use Celltable for a requirement where I need different widgets under one column.

2012-09-02 Thread Saurabh Tripathi
Hi all, I am stuck here with a requirement which is mentioned as follow: 1)A table where one or more (for now just one) column need to have different widgets in editable cell. for example: Class is Plant having property: 'name' and access method: 'String getName()';

Re: Is there any chart library for GWT?

2012-08-04 Thread Saurabh Tripathi
Hi, GWT-RCharts( http://code.google.com/p/gwt-rcharts ) and google visualization API could be a option for interactive charts on client side. On Tuesday, 8 January 2008 03:14:03 UTC+5:30, Sarah kho wrote: > > Hi > how we can resolve charting requirement when we use GWT, is there any > sample c

Is GWT Validation is available for RequestFactory proxy

2012-05-11 Thread saurabh saurabh
Hi all, I am working on a project with GWT using RequestFactory and EditorsFramework along with spring hibernate on server side. I saw GWT validation feature that ties up nicely with editors but every example I have seen so far have domain 'Entities' on shared path. While I am having all my domain

Editors Framework

2012-05-06 Thread saurabh saurabh
Hi all, I have a situation here @Entity @Table(name = "person", catalog = "hms") public class Person implements java.io.Serializable { private int id; private Integer version; private Address addressByAddress1; private Address addressByAddress2; private St

Gwt Maven Project: web.xml got manipulate itself automatically

2012-05-03 Thread saurabh saurabh
Hi all I am new to maven and using it in my project with *dependencies* GWT +Spring+Hibernate n using RequestFactory on eclipse helios. Lets see the steps i did : 1) Created project with instructed artifact and have pom as instructed. I guess everything is set up here. 2) Now as I am using Reque

Maven project in Eclipse Helios doesn't show error icon/marks

2012-05-03 Thread saurabh saurabh
Hi all, I am new to maven and currently working on GWT+Spring+Hibernate project with Maven on Eclipse Helios. (just moved on maven due to RequestFactory issues) I remember coding on eclipse without maven, after the project is build if there is a error it gives a red mark from package -- to -- sub-

gwt maven -> gwt:run manipulates web.xml (Web Deployment Discriptor)

2012-05-02 Thread saurabh saurabh
Hi all, I am very new to maven and using it with gwt. I have eclipse helios, installed required plugin for using maven for gwt. Now I have created a project *gwt-maven-acrhetype -> I changed package names for some reason like: 1)in.co.bittechnology.HMS ---(including sub-packages)changed t

Re: The RequestFactory ValidationTool must be run for the RequestFactory type

2012-04-28 Thread saurabh saurabh
hey sorry prashant I mean thr yes I did renamed it. On Apr 28, 12:56 pm, saurabh saurabh wrote: > No, it didn't, I tried everything suggested in the forum, now I am > thinking of upgrading helios to indigo may be that could help. > > On Apr 28, 12:05 pm, Pras

Re: The RequestFactory ValidationTool must be run for the RequestFactory type

2012-04-28 Thread saurabh saurabh
er Settings > Annotation processing section. > That worked for me. > > Prashant > > On 28-Apr-2012, at 11:59 AM, saurabh saurabh wrote: > > > > > > > > > Is there any chance if move on to maven or check 'Use google > > appengine'( I am

Is google-appengine is necessary for RequestFactory

2012-04-28 Thread saurabh saurabh
Hi all, I am taking chances for RequestFactory for a module this time and it hasn't been any fun. I am using eclipse helios. Project is using GWT, Spring, Hibernate. To be precise I have validator-api-1.0.0.GA.jar, hibernate- validator.jar, requestfactory-apt.jar in build-path and have checked 'ann

Re: The RequestFactory ValidationTool must be run for the RequestFactory type

2012-04-27 Thread saurabh saurabh
Is there any chance if move on to maven or check 'Use google appengine'( I am not using appengine) to make it work On Apr 28, 11:13 am, saurabh saurabh wrote: > I too have been banging my head for RequestFactory error 'The > RequestFactory ValidationTool must be run for

Re: The RequestFactory ValidationTool must be run for the RequestFactory type

2012-04-27 Thread saurabh saurabh
I too have been banging my head for RequestFactory error 'The RequestFactory ValidationTool must be run for the '. I too have requestfactory-apt.jar on buid path. Done checking eclipse('helios') for annotation processing. I am quite frustrated at all and thinking on moving over gwt. Do we have

How to wire multiple editor to same bean.

2012-04-18 Thread saurabh saurabh
Hi all, I don't have much experience with Editor frameworks so this question may appear naive or dumb. So suppose we have a big bean or proxy having a many fields. A good idea in view part could be having group them under TabLayoutPanel otherwise a big form on a page may not appear user friendly.

Re: Want to have another gwt module in source package. But GWT can't find it then

2012-04-05 Thread saurabh saurabh
Also here I tried adding a new entry point but I can't, eclipse don't 'in.co.' as an option to add. -- 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 unsubscrib

Want to have another gwt module in source package. But GWT can't find it then

2012-04-05 Thread saurabh saurabh
Hi everyone, I was trying to have multiple module in source package like: src-> |-com.san-> ||-San.gwt.xml ||... | .. |-in.co.bittechnology-> |-BitTechnology.gwt.xml

Re: raphael4gwt - a new porting to raphaeljs vector graphics library to GWT

2012-02-07 Thread saurabh saurabh
looks great!! Good work. :) I liked it because of 'no overhead'. If I am getting it right, we don't have to include 'raphael.js' file as we do in raphaelgwt. I hope I could use it in project 'gwt-rcharts'. -- You received this message because you are subscribed to the Google Groups "Google Web T

MVP framework

2012-02-03 Thread saurabh saurabh
Hi everyone, there are lots of MVP frameworks out there like MVP4G, Guit etc and also google's official 'Places and Activities'. I wanted to know which is most popular framework or way of MVP implementation in industry working with GWT. Thanks in advance -- You received this me

Re: GWT as reporting application

2012-01-11 Thread saurabh saurabh
You may use gwt-rcharts with Visualization API for other complex charts like Geo Charts which is not supported by gwt-rcharts currently. Regards -- 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-w

Re: GWT-RCharts Released (An interactive client side Charting Library with 3D CHARTS)

2011-12-26 Thread saurabh saurabh
pheww, Hi everyone, = GWT-RCHARTS IS WORKING IN INTERNET EXPLORER 9 TOO === I got a good news here gwt-rcharts is working in order in IE9 too . Actually the showcase site got some pr

Re: GWT-RCharts Released (An interactive client side Charting Library with 3D CHARTS)

2011-12-26 Thread saurabh saurabh
Ya I see that now on IE9. Sorry guys now its a major issue, I ll try my best to resolve it as soon as possible. Thanks for all the appreciation. -- 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-we

Re: GWT-RCharts Released (An interactive client side Charting Library with 3D CHARTS)

2011-12-20 Thread saurabh saurabh
Hi Erez, nice question, actually its going to be an issue to attend, Thanks for drawing attention over this. Anyway work around solution could be like : making and adding a new chart instance with new dimension and removing the old chart. -- You received this message because you are subscribed t

Re: GWT-RCharts Released (An interactive client side Charting Library with 3D CHARTS)

2011-12-20 Thread saurabh saurabh
Oops!! I forgot to mention the links, here they are : http://code.google.com/p/gwt-rcharts/ and http://www.gwt-charts.com/ -- 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@googlegroup

GWT-RCharts Released (An interactive client side Charting Library with 3D CHARTS)

2011-12-20 Thread saurabh saurabh
problem panel.add(getBarChart()); // works fine everywhere I explicitly show this behavior on demo site gwt-charts.com on IE, when switch between tabs happen. Happy Coding!!! Regards Saurabh Tripathi -- You received this message because you are subscribed to the Google Groups "Google W

How to add handler at lower level

2011-12-09 Thread saurabh saurabh
Hi everyone, I need to know how to add handler to a node or element in Html document. Suppose I am not using any widget or panel or any class of gwt. and I have something like this //. Element ele = doc.getElementById("i_need_clickHandler"); So how can I attach a clic

Scroll are not coming while using DockLayoutPanel

2011-12-05 Thread saurabh saurabh
Hi everyone, I got the following lines of code here: DockLayoutPanel doc = new DockLayoutPanel(Unit.PX); //some code goes here to add widgets to doc RootLayoutPanel.get().add(doc); Now the size of docklayoutpanel here exeeds client window height but I am not getting any

Re: Is there a way to use SplitLayoutPanel/DockLayoutPanel in panel other than RootLayoutPanel e.g RootPanel or SimplePanel

2011-10-04 Thread saurabh saurabh
I think I got it SimpleLayoutPanel or anyone that implements 'ProvidesResize' can work. -- 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 grou

Is there a way to use SplitLayoutPanel/DockLayoutPanel in panel other than RootLayoutPanel e.g RootPanel or SimplePanel

2011-10-04 Thread saurabh saurabh
Hi everyone, what I know is DockLayoutPanel and SplitLayoutPanel resize width and heigth of according to available space, thats why adding them to panel like RootPanel causes problem, like most of the time east and west components do not show up as because of not having appropri

GWT Math.tan(Math.toRadians(45)) is not giving the correct value

2011-09-09 Thread saurabh saurabh
Hi everyone, in my code Math.tan(Math.toRadians(45)) is giving '-1.362044..' while it should be 1 or .999.. Can anyone help please. Thanks in advance -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this gr

Enabling disabled TextBox on click: (Disabled TextBox is reacting to clickevents)

2011-08-30 Thread saurabh saurabh
Hi everyone, Here I am trying to have a TextBox which get enabled on click event. TextBox txt = new TextBox(); txt.setEnabled(false); txt.addClickHandler(new ClickHandler(){ public void onClick(ClickEvent e){ txt.setEnabled(true); } }); //not working ---

ScrollPanel : getting a widget scrolled on window simultaneously with scroll

2011-08-27 Thread saurabh saurabh
Hi everyone, I am trying for : 1) A ScrollPanel. 2) As you scroll over (horizontally) one of the widget added to it also scrolls. 3) The widget stays on a particular position in scroll window visible, say Top:Left (50, 50). for example the in figure below the here is label 'Hell

Re: FileoutputStream is not supported by GWT and Adding a javascript library in runtime.

2011-08-23 Thread saurabh saurabh
Thanks, ya that could be a possible solution, also I got one I can read by using ClientBundle and DifferedBinding. Sorry to bother for this. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to

TabLayoutPanel: shows border of its child widgets

2011-08-19 Thread saurabh saurabh
Hi everyone, I got a problem with TabLayoutPanel. I have added some complex composite widget under the tabs of TabLayoutPanel, so the widgets under the tabs shows their border and at the same time the border of TabLayoutPanel is visible. You can assume it look

UIBinder for inner class

2011-08-19 Thread saurabh saurabh
Hi everyone, I want know can we have UIBinder for inner class. If yes how to declare it. -- 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 unsubsc

Re: GWT MenuBar : how to set size and spacing between the element

2011-08-17 Thread saurabh saurabh
Ok I got an answer CSS styling and I need to override the particular style already given in extended CSS style. Sorry for bothering for such a silly question. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send em

GWT MenuBar : how to set size and spacing between the element

2011-08-17 Thread saurabh saurabh
Hi everyone, I have made a Composite widget as header of page. Now I encounter these few problems here: 1) I am not able to set the size of MenuBar. Whatever I set the width, I see no changes over the web page. 2) I want some custom styling of my MenuBar like the space or padd

using jmock with jsni methods

2011-07-31 Thread saurabh
Hi all, i'm trying to use jmock for mocking object while testing our application. While some of the classes make use of jsni methods which form core part of application. these classes are being used by classes which are used in test class. e.g. class Core uses jsni code for important functionality

using jmock with jsni methods

2011-07-27 Thread saurabh
Hi all, i'm trying to use jmock for mocking object while testing our application. While some of the classes make use of jsni methods which form core part of application. these classes are being used by classes which are used in test class. e.g. class Core uses jsni code for important functionality

Re: GWT working fine in Hosted mode but not in complied mode

2011-07-18 Thread saurabh saurabh
Problem Solved. Somewhere in my application this was the code List list1 = dataTable.getValues(); List sortList = new ArrayList(list1); Collections.copy(list1,sortList); Collections.sort(sortList); double max = sortList.get(list1.size() - 1); // giving java.lang.IndexOutOfBoundsExeception Now

Re: GWT working fine in Hosted mode but not in complied mode

2011-07-18 Thread saurabh saurabh
Strange behavior now it is not giving that long trace of JavaScriptException. Now it is giving just java.lang.IndexOutOfBoundsException: Index: 47, Size: 24 (* BUT NOT IN HOSTED MODE) So forget that JavaScriptException Thanks in advance -- You received this message because you are subscribed t

Re: GWT working fine in Hosted mode but not in complied mode

2011-07-18 Thread saurabh saurabh
One more thing I forgot to mention : the exception trace mentioned in previous post is javascriptexception but what I get from this UncaughtExceptionHandler: try{ } catch(UmbrellaException e){ ... } is java.lang.IndexOutOfBoundsException : index 47 size 21 ( *IN COMPILED MODE OVER FIREBUG

Re: GWT working fine in Hosted mode but not in complied mode

2011-07-18 Thread saurabh saurabh
Thanks for reply, but I have already done that. Very Strangely the application is not throwing even a single exception in hosted mode but it throws the mentioned exception in compiled mode. How I traced that ? I am using "Console.log(String)" for mozilla. So I am getting it over the console of fire

GWT working fine in Hosted mode but not in complied mode

2011-07-16 Thread saurabh saurabh
Hi all, I am working on GWT application, till now it has got over 50 classes. Now all in a sudden I noticed that the application is working fine and as expected in hosted mode but when I try to run it in compiled mode it does not. It throws an exception on Mozilla firefox : uncaught excep

Re: java.lang.Comparable implemented to a inner class but GWT gives compile time error

2011-07-06 Thread saurabh saurabh
Oh sorry folks it was silly mistake while using eclipse , too dumb too silly. Anyway I resolved on my own. Sorry for bothering anyone. -- 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@

Re: java.lang.Comparable implemented to a inner class but GWT gives compile time error

2011-07-06 Thread saurabh saurabh
One more thing I have made jar file of modified plugin by using command line standard JDK jar tool. I tried using eclipse but it make jar of WEB-INF. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to goog

java.lang.Comparable implemented to a inner class but GWT gives compile time error

2011-07-06 Thread saurabh saurabh
Hi all, I have a plugin raphaelgwt and I have made some modification over it to suit my application. I am getting a strange behavior here, these are the inner classes of plugin with modificaton public class Raphael{ public class Set implements MyInterface, Comparable{

How to push classes to be on client-side javascript

2011-06-30 Thread saurabh saurabh
Hi all, I am working on plugin/API for gwt, its basically a graphics library based on a JavaScript SVG library(raphael). I have a gwt-wrapper(Raphaelgwt) for this JS library.The JS library is using closure pattern i.e only one JS object is there for doing all the things(on client side) and

raphaelGWT vs raphaeljs : Which one could be the appropriate candidate for a charting library

2011-06-28 Thread saurabh saurabh
Hi, first of all thanks for the gwt-wrapper around Raphael. I ll be working on a charting library soon (with Raphael or Raphael-gwt) so I got one question, How I could extend it. I mean like in JavaScript? we ll do like Raphael.g.barchart=function(..){...} or you could suggest any other approp

Problem with Deploying GWT 2.3 Samples in Eclipse (*Expenses)

2011-06-26 Thread saurabh saurabh
Hi all, I am going through Sample applications that comes with GWT 2.3 plugin. There is problem with these samples that you can't simply import them in eclipse. Eclipse do not recognize em as a project. So till now what I do is to make a gwt project in eclipse and copy paste the source code

Problem in tracing the exception of RequstFactory Application

2011-06-24 Thread saurabh saurabh
Hi all, I have a application kind of a DynatableRf , it is using RequestFactory and Editor API. When I call for a method like find() or something like that on a RequestContext, this call gets back to DAO object on server and it tries to send back the result but in between something happens

Class diagrams for GWT Samples

2011-06-22 Thread saurabh saurabh
Hi all, I am quite new to GWT and learning it through the examples that comes with GWT package. I was wondering it would be great time saver if I could get the Class Diagrams for them or any tool that could generate it by reverse engineering. Thanks in advance. -- You received this messag

Re: Not getting value for nested proxy

2011-06-22 Thread saurabh saurabh
Yes,problem resolved. you are right, the 'with()' part was missing. Thanks a lot. -- 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, sen

Re: How to see the implementation of interface by GWT (*Differed Binding)

2011-06-22 Thread saurabh saurabh
Thanks for the reply, but can you suggest how can I do this in eclipse -- 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

Not getting value for nested proxy

2011-06-22 Thread saurabh saurabh
is that RequestFactory is working fine its retrieving the data from server , stuffing in PersonProxy but not the Address property. like PersonProxy p[name="Saurabh", email="saur...@gmail.com", address=null] Using debugger I noticed that from server DAO part and Locat

How to see the implementation of interface by GWT (*Differed Binding)

2011-06-22 Thread saurabh saurabh
Hi all, I hope there could be a way to log or see the various implementation of interfaces and class like from RequestFactory : Request , EntityProxy, ValueProxy etc. Any Idea to make a log or something for these implementation. Thanks in advancd -- You received this message because you ar

Re: MySQL Database Connection

2011-06-20 Thread saurabh saurabh
thanks for the reply, but I have 'mysql connector" jar in both build path of the project and WEB-INF/lib directory. Still on running the application in Dev mode, I get the same exception "Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.mysql.jdbc.ConnectionImpl" . However

MySQL Database Connection

2011-06-20 Thread saurabh saurabh
Hi all, I have an application using RequestFactory. Its a small application for the purpose of practice. Here is the problem that when I run the application ( in eclipse with Google App Engine ) it says Could not initialize class 'com.mysql.jdbc.ConnectionImpl'. However on compiling and depl

Tracing GWT exceptions

2011-06-20 Thread saurabh saurabh
For understanding the RequestFactory module of GWT I have coded my version of 'DynaTableRf' example. While running the application in hosted mode I get the exceptions given below, my problem is that these exception comes nowhere from my code. So I just can't pinpoint the problem or error. On br

java.lang.ClassNotFoundException: com.google.web.bindery.requestfactory.server.RequestFactoryServlet

2011-06-20 Thread saurabh saurabh
I am trying to run an application of RequestFactory on eclipse and I am getting this exception : java.lang.ClassNotFoundException: com.google.web.bindery.requestfactory.server.RequestFactoryServlet Although I have checked I have GWT SDK 2.3 in path , it has gwt- user.jar which contains the above

Enable compiler.emulatedStack when debug=true parameter is appended in URL else disable it.

2011-02-28 Thread SAURABH
I am new to GWT but the project I am working is old. This is related to using compiler.emulatedStack. Let’s say you go this route and the default access to your page.html does use stack traces. When a user reports a reproducible issue, you can then have them add ?debug=true (for instance), which w

Re: How to access static variable on remoteService?

2010-05-17 Thread Saurabh
@blessedgeek - thanks for your detailed response! Could you expand a little on what you mean by "persistence repository" where the actual data would reside? Would this be along the lines of storing the data in the session object? Thanks! On Mon, May 17, 2010 at 6:32 AM, Blessed Geek wrote: > Y

Any non xmp multi user chat application ( chatroom) or need suggestions makin it

2010-02-11 Thread saurabh
chatroom in my php application ( actually wordpress blog ). Does anybody have any idea if this integration can be done and if yes is it possible to pass some parameters from php application to gwt.. Please provide your inputs. Thanks Saurabh -- You received this message because you are subscribed to

Re: Deploying GWT RPC servlet as a separate WAR

2009-11-05 Thread Saurabh
amp;sort=-type On Nov 5, 9:01 pm, Saurabh wrote: > Sri > So consider the scenario where I have two WAR files: First WAR file > contains the RPC service and the contextpath is /allservices and > Second WAR file contains all the generated module code+a-whole-lot-of- > other-stuff. Second

Re: Deploying GWT RPC servlet as a separate WAR

2009-11-05 Thread Saurabh
in the RPC request is not the same as contextPath. That is always going to be the case, unless there is an explict way to configure moduleBaseURL for RPC request. -Saurabh On Nov 5, 7:15 pm, Sripathi Krishnan wrote: > You just put a @RemoteServiceRelativePath("/path/to/servlet")

Re: Deploying GWT RPC servlet as a separate WAR

2009-11-05 Thread Saurabh
Even if the RPC Servlets are separate from the UI code, how would you let your Async service code know the URL of the RPC servlets which may be deployed in a different tomcat container all together? On Oct 11, 6:35 pm, Sripathi Krishnan wrote: > You should be able to decouple. > >    1. Split yo

Lifecycle of a widget

2009-10-04 Thread Saurabh
of it? If it does get detached automatically then what is the lifecycle? And what if the widgets is a Composite? Hope I can find an answer here. Saurabh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Googl

Re: how to get values in gwt externally

2009-09-29 Thread Saurabh Naik
t;how to get values in gwt". > If you are having a problem with ext then you should post your question in > an ext forum not a gwt forum. > Ian > > http://examples.roughian.com > > > 2009/9/29 Saurabh Naik > > I am using gwt ext but there is no wrap method. &g

Re: Totorial: How to produce JavaScript libraries using GWT

2009-09-29 Thread Saurabh Akshekar
Hi, can you tell me how can we export java class to ".js" file using gwt- exporter? thnx :) On Jul 31, 2:39 pm, Paul MERLIN wrote: > http://code.google.com/p/gwtchismes/wiki/Tutorial_ExportingGwtLibrari... > > Thanks Manuel for this tutorial ! > > /Paul --~--~-~--~~~---

Re: how to get values in gwt externally

2009-09-29 Thread Saurabh Naik
I am using gwt ext but there is no wrap method. On Tue, Sep 15, 2009 at 4:49 PM, Ian Bambury wrote: > You need to wrap it, e.g. > TextBox t = TextBox.wrap(RootPanel.get("name").getElement()); > > and then use that. > > Ian > > http://examples.roughia

Re: Browser Problem after deploying

2009-09-17 Thread Saurabh Naik
6 set, 07:24, Saurabh Naik wrote: > > Hi All > > > > I am facing continuous problem after invoking my gwtext application on > > Mozilla and IE . The expected outcome is far from what it shows in the > > default Web host > > development server. After invoking the

Browser Problem after deploying

2009-09-16 Thread Saurabh Naik
. IE is showing Javascript Errors like 'Ext is undifined' , 'this.proxy is not defined or not an object'. I cant find any reasons for the same. Please help. Thanks and Regards Saurabh Naik --~--~-~--~~~---~--~~ You received this message becaus

problem with mozilla

2009-09-16 Thread Saurabh Naik
Hello I am insterting combobox and textbox from gwt in to html using div tags. its working correctly.. but in my html I am doing indentation/formatting it with using tags cellspacing or cellpadding attribute . Its working fine with gwt host browser and with IE . but In mozilla firefox i

Re: how to get values in gwt externally

2009-09-15 Thread Saurabh Naik
examples.roughian.com > > > 2009/9/15 Saurabh Naik > > Hello >> >> suppose there is one textbox in my html form. and I want to take the >> value which is entered in my gwt i.e in my onModuleLoad() function. how to >> take value ? >> >> e.

how to get values in gwt externally

2009-09-15 Thread Saurabh Naik
Hello suppose there is one textbox in my html form. and I want to take the value which is entered in my gwt i.e in my onModuleLoad() function. how to take value ? e.g there is textbox String name = (String) rootpanel.get("name").getValue... but there is no get value method... --~--~

suggestionbox using json

2009-08-18 Thread Saurabh Naik
Hello.. I want to use suggestionbox and data should be added dynamically from database. so for that I am going to use JSON. but I am not getting how to do that. I also searched for this kind of example.. but in every example data is hardcoded in suggestionbox so can any one give me the id

how to get values on server

2009-08-11 Thread Saurabh Naik
Hello I am using gwt ext . In html file I have two div tags. by using gwt ext I am setting datefield object on these two tags and after clicking on submit button how to get values on server. its not getting like.. request.getParameter("one") and request.getParameter("two"). here is my gwte

how to deploy gwt on apache

2009-08-09 Thread Saurabh Naik
Hello I am using apache server . but I am getting problem of js files(JavaScript). I have written some code in javascript file.. and accessing this file through

Re: Getting Started on Tomcat server....kinda

2009-07-31 Thread Saurabh Naik
after downloading gwtext there is one jar file named gwtext.jar something like that. in eclipse just right click on your project root window go to properties there in one of the tabs you will see button named add external jars . click on that and add the downloaded jar file gwtext.jar. On Sat, Aug

how to implement GWT project on apache tomcat

2009-07-30 Thread Saurabh Naik
Hello I have done one small application in GWT but facing some problems while deploying it to Tomcat. I am using Eclipse for createing gwt project. there in war folder the structure is ready I made the war file which includes all folders & files withing the war folder and deployed it to

not getting post reply from Servlet

2009-07-28 Thread saurabh
Hello here is my code for Interface public class LoginApplication implements EntryPoint { public void onModuleLoad() { final FormPanel form = new FormPanel(); form.setEncoding(FormPanel.ENCODING_MULTIPART); form.setMethod(FormPanel.MET

doGet doPost

2009-07-23 Thread saurabh
hello I am still not getting how to use gwt for web applications. suppose I have fields username & password on my loginpage.jsp fie. how it will interact with my servlet on server. if I am using gwt for my application then what is the use of jsp pages or any other dynamic pages ? how I a

Login Application

2009-07-21 Thread saurabh
Hello , I am developing Login Application using GWT. My Interface is ready but I am thinking about where should values go. How can I check the UserName & Password sent by Client or I should use RPC for that. if this is so then what role my servlet should play. Thanks --~--~-

Re: Is it possible to compile a no javascript version using gwt toolkit

2009-05-30 Thread Saurabh Agarwal
Thanks Ian for your input. Actually I am little bit concerned about the SEO of my website..I read at many places that using gwt is not good for SEO of a site as page content is not shown , I am trying to research on this so just got this idea. Thanks Saurabh On Sat, May 30, 2009 at 5:15 PM

Is it possible to compile a no javascript version using gwt toolkit

2009-05-30 Thread Saurabh Agarwal
thing that hard -- "Successful people make more mistakes because they do more " Thanks Saurabh Agarwal --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post

Re: Embed PHP code into host HTML page?

2009-05-29 Thread Saurabh Agarwal
Thanks a lot for your inputs. Regards Saurabh On Fri, May 29, 2009 at 8:24 PM, Thomas Broyer wrote: > > > > On May 29, 1:09 pm, Saurabh Agarwal wrote: >> Hi All, >> >> I am entirely new to GWT just got aware of it 20 min back. >> >> I have a website

Re: Want to move to GWT for UI part of my site - Will it be SEO optimized

2009-05-29 Thread Saurabh Agarwal
Thanks a lot all for your inputs. Regards Saurabh On Fri, May 29, 2009 at 9:21 PM, mikedshaffer wrote: > > 2nd the recommendation of the Dwyer book, it's about the only printed > info you can find specifically about SEO and GWT.  This is a big AJAX > issue and GWT, being an

Want to move to GWT for UI part of my site - Will it be SEO optimized

2009-05-29 Thread Saurabh Agarwal
more mistakes because they do more " Thanks Saurabh Agarwal --~--~-~--~~~---~--~~ 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

Re: Embed PHP code into host HTML page?

2009-05-29 Thread Saurabh Agarwal
getting GWT to client. Does anybody came across such a solution , how feasible and good it is.. Thanks a lot Regards Saurabh 2009/5/29 bencoder : > > Hi twdarkflame, > > Thank you for your feedback. > I tried your php script, but there is nothing to appear on the page. > I

Re: How to add points in chart by clicking on different areas of it?

2009-02-03 Thread saurabh hirani
On Feb 2, 6:54 pm, saurabh hirani wrote: > Hi John, > > > Just added a new example chart titled "World's Simplest Line Chart > > Editor" that shows you how to add points to a Client-side GChart curve > > by clicking on empty space on the chart (you&

Re: How to add points in chart by clicking on different areas of it?

2009-02-03 Thread saurabh hirani
h does the rectangle thing. I implemented that in GWT but with the client window problems that I described above. regards, Saurabh Hirani. saurabh.hir...@gmail.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups &q

Re: Client-side GChart 2.4 Released: Click events, pop-ups, selection brushes, etc.

2009-02-02 Thread saurabh hirani
Checked out the page. I had used 2.3 and seeing pop up integration and on the fly editing of pie chart sizes was really cool. Great stuff. Congratulations and all the best with making GChart bigger and better. On Jan 28, 10:41 am, John Gunther wrote: > Client-side GChart is an open source, 100%

Re: How to add points in chart by clicking on different areas of it?

2009-02-02 Thread saurabh hirani
which came into picture when I scrolled down. I saw that you are using clientX and clientY. So I thought maybe this information would be useful. I don't know if I could communicate my thoughts clearly. But I will check out your code and I have put in an enhancement request on the GChart issue tra

Re: getElementById is always null

2009-01-27 Thread saurabh hirani
Glad that you found the error. I would like to add something to this post which may not be directly related to your problem but is something worth mentioning if you are going to use DOM. Doing DOM parsing while using custom GWT widgets can cause major problems in the future. I see that you are do

Re: Getting Exception com.google.gwt.core.client.JavaScriptException: (TypeError): Object required

2009-01-23 Thread Saurabh
I guess the problem is : I am calling a function in javascript that takes id of the field in UI as an argument. Now my external javascript is trying to find the component using document.getElementById(id) Now since the component is created using GWT, even though it's id is set , the external jav

  1   2   >