Re: Large no of gwt modules

2016-02-11 Thread Rajesh Gupta
Hello Christian, Looking forward to see some examples in the repo. It will be good asset for gwt developers who has developed many modules over the years and getting frustrated with full page refresh problems Rajesh. On Wednesday, February 3, 2016 at 7:28:42 PM UTC+5:30, Cristian Rinaldi

Re: Large no of gwt modules

2016-02-01 Thread Rajesh Gupta
Hello Christian, Thanks for the reply Do you have a public facing website that is using this pattern. I would be curious to see, the performance and the UI experience. How about the history? Too many changes required for history handling? Regards Rajesh On Sunday, January 31, 2016 at 9:26:12

angularjs and gwt module loading

2016-01-27 Thread Rajesh Gupta
Is there a way load a gwt module from angularjs controller with out page refresh. -Rajesh. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-w

Large no of gwt modules

2016-01-27 Thread Rajesh Gupta
the full page refresh problem. Will it have feature to use GWT modules with out full page refresh. Will 2.8/3.0 have features to dynamically load/unload gwt modules. -Rajesh -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubs

Re: GWT 2.3 with Jetty Datasource "NameNotFoundException"

2015-12-20 Thread rajesh bendalam
hi markus, Can you suggest me code to register jndi and lookup in eclipse jetty 9.0 embedded server? If possible please share to me. On Tuesday, 30 August 2011 09:00:01 UTC+5:30, Markus wrote: > > Thanks for ur reply. But I don't want to use another Servlet Container > and I think that jetty

Re: gwtext- 2.0.1 MessageBox issue- Blocking web page

2015-03-27 Thread Rajesh Prabhu
Thank you for the suggestions. But our whole big application is built on it and we cant upgrade it. Can you please suggest me some fix? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving

gwtext- 2.0.1 MessageBox issue- Blocking web page

2015-03-27 Thread Rajesh Prabhu
Hi All, I am using GWT MessageBox in following way. - When an exception is thrown, I am displaying MessageBox.Alert. - I am using MessageBox.AlertCallback() and execute() method to redirect to login() page. MessageBox.alert( title, error,

java.lang.NoClassDefFoundError: javax.validation.ValidationException

2012-06-07 Thread Rajesh Mulcha
Hi.., I have added all the required jars to the web-inf/lib and I see them in the classpath printed, validation-api-1.0.0GA.jar, gwt-servlet- deps.jar, openjapa-all-2.2.jar, requestfactory-apt.jar, but I am seeing this when I publish this web project on RAD7.5, websphere 7 test environment. Pls

Can DateTimeConstants and NumberConstants be derived from a Dictionary in the same way that localized strings can

2011-12-21 Thread Rajesh Akkineni
Hi, I have a situation where I am using Dictionary to load messages. I want to load DateTimeConstants , NumberConstants in the same way.. Is there any solution for this? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: DataGrid GWT 2.4 RC1

2011-08-14 Thread Rajesh
DataGrid provides scrolling capabilities. setHeight() on the table. On Aug 14, 4:00 am, Foermchen82 juergen.f...@gmx.de wrote: I have tried it to add in on a LayoutPanel, but nothing is displayed. what I have to do? On 13 Aug., 18:43, Jeff Larsen larse...@gmail.com wrote: I think

Re: GWT 2.2 in Eclipse Indigo??

2011-08-09 Thread Rajesh Prabhu. R
Guys, Any Idea on this?? On Aug 6, 4:03 pm, Rajesh Prabhu. R rajeshprabh...@gmail.com wrote: Hello All, Is it possible to install GWT 2.2 in Eclopse Indigo 64 bit version? If it is possible please let me know how to install that? Thanking You. -- You received this message because you

GWT 2.2 in Eclipse Indigo??

2011-08-06 Thread Rajesh Prabhu. R
Hello All, Is it possible to install GWT 2.2 in Eclopse Indigo 64 bit version? If it is possible please let me know how to install that? Thanking You. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Trouble with custom app build from the tutorial - Deferred binding failed

2011-08-01 Thread Rajesh Akkineni
I got this problem too. It was due to adding old version of gwt-servlet.jar in project build path, while compiling the GWT. I removed it and recompiled, it worked. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on

Web.xml in Hosted mode, can't force using webXMl to custom one.

2011-06-13 Thread Rajesh Waran
I want to use a different web.xml while running the hosted mode, but seems it always look the one in web-inf dir. I have attached my pom file. Any one had this problem before ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Installing GWT 2.2 in Eclipse

2011-06-08 Thread Rajesh Prabhu. R
Hello All, I need to install GWT 2.2 in Eclipse. I tried to use the below URL but it is installing GWT 2.3 http://dl.google.com/eclipse/plugin/3.6 Is there a way to get GWT 2.2 and install?? Possibly a Zip file or an installer?? With Regards, Rajesh Prabhu. R -- You received this message

Getting error GWT 2.3 and gwt-maven-plugin 2.2

2011-06-08 Thread Rajesh Waran
Hi, getting the following error Loading inherited module 'com.google.gwt.canvas.dom.DOM' [INFO] Loading inherited module 'com.google.gwt.dom.DOM' [INFO] Loading inherited module 'com.google.gwt.user.UserAgent' [INFO][ERROR] Element 'extend-property' beginning

Re: Wrapping th/ element as Widget and adding click event

2011-06-08 Thread Rajesh Waran
But when I remove that inherit, it builds, any idea what version of gwt-maven must i use with GWT 2.3 or GWT 2.2 On Wed, Jun 8, 2011 at 6:14 PM, julio antongiuli...@gmail.com wrote: Hi Juan, at the moment I have a situation like below in my .xml file and some of the THs in the table must be

Upgrade GWT 1.7 to GWT 2.3

2011-06-07 Thread Rajesh Waran
Please share any experience regarding the upgrade. -- 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

Re: get ALL active sessions

2011-05-09 Thread Rajesh
For the current session, get the context. then from the context, get the session of interest passing it the session id.. I remember doing something like this sometime back not sure how much help this would be of. On Mon, May 9, 2011 at 8:14 PM, joe kolba joekolb...@gmail.com wrote: When the

tips please to figure out a widget for a cell

2011-04-14 Thread Rajesh
to different types of appointments.. I haven't quite been able to figure out what widget can be used or how this date widget can be built to be inserted in to the cells of felxtable.. Tips please. Regards Rajesh -- You received this message because you are subscribed to the Google Groups Google Web

Re: How do I run a GWT 1.5.2 project in Eclipse?

2011-04-13 Thread Rajesh
Pls try resolving the errors that come up in PROBLEMS view of eclipse after you import the maven projects. Also include the GWT SDKs to the project to help run it in the hosted mode. Regards, Rajesh On Wed, Apr 13, 2011 at 9:44 PM, walker1c m...@chris-walker.co.uk wrote: Hi, I'm working

Re: Migrating GWT 1.7 to GWT 2.2

2011-02-24 Thread Rajesh Waran
Thanks Philipe, will test it. On Wed, Feb 23, 2011 at 6:32 PM, Philippe Beaudoin philippe.beaud...@gmail.com wrote: There is a vote in progress to get a GWT 2.2-compatible version of the gwt-maven-plugin:   

newbie - gweventservice vs eventbus

2010-08-11 Thread Rajesh
it can do such things. I also came across EventBus concept in GWT. I wanted to ask for some expert advice to see if these two things ( EventBus , gwteventservice ) try to solve the same problem also any recomendations on how i go about sending an event from my app server to the browser. Rajesh

Re: Running a .exe file from server side code

2010-07-13 Thread Rajesh
Thanks .I removed the Google App engine part and it worked. On Jul 4, 3:28 am, Sebastian Rothbucher sebastian.rothbuc...@clarities.de wrote: HiRajesh, it might be possible that another java.policy is effective. For Tomcat, there is at least a catalina.policy file in ${TOMCAT-DIR}

Running a .exe file from server side code

2010-07-02 Thread Rajesh
Hi, I am trying to call a .exe file using server side code.However I keep getting this error: error===access denied (java.io.FilePermission ALL FILES execute). I even tried to change the security permissions of the file by changing the java.policy file but it still gives the same error.I have

Re: styling for the RadioButton

2009-09-18 Thread Rajesh
the functionality of the radio button is not hard, jsut a few lines of code if its not shorthand. ;). On Sep 17, 11:27 pm, Rajesh rms.rajes...@gmail.com wrote: Hi All I am using RadioButton in my application and am looking at the possibilities of changing the small circles to normal

Re: styling for the RadioButton

2009-09-18 Thread Rajesh
process to make what you want by extending PushButton. It shouldn't take you anywhere near the 20 hours that have elapsed since asking the original question. Ian http://examples.roughian.com 2009/9/18 Rajesh rms.rajes...@gmail.com Hi.. yes, I had played around with the color, back-ground

styling for the RadioButton

2009-09-17 Thread Rajesh
the RadioButton and change the tiny circles to rectangular button it will be great - modifying css to add dependent style class, make it look like rectangular button with body text :) Rajesh --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: GWT and struts integration

2009-08-06 Thread Rajesh Pelluru
Hi mariyan, Thanks for your reply. Can you please explain me more detail. Could you please share the sample code do u have . Regards, Rajesh On Thu, Aug 6, 2009 at 3:21 PM, mariyan nenchev nenchev.mari...@gmail.comwrote: Just create struts action that directs you to the gwt host page

Re: Changes to Overlay Types

2009-03-12 Thread Rajesh Akkineni
I just found that this is not problem with GWT. I am using SmartGWT. Problem is one of its classes. Thank you Rajesh On Mar 12, 8:06 am, Rajesh Akkineni akkineniraj...@gmail.com wrote: I have a problem with accessing the changes done in a native method of Overlay Type. class A extends