Re: Please help me to solve out this prob...

2008-11-27 Thread Bhupen
to load another page i m using code like below... RootPanel.get(irisPage).clear(); RootPanel.get(irisPage).add(createUserPageContent.loadPage()); agentListWidget.widgetInterface(); On Nov 27, 12:12 pm, Bhupen [EMAIL PROTECTED] wrote:

Re: Please help me to solve out this prob...

2008-11-27 Thread Bhupen
yes i did and Borders.java is a class using native method to give round border for any box On Nov 27, 2:21 pm, Ian Bambury [EMAIL PROTECTED] wrote: I'd guess that Borders is screwing things up. Have you tried commenting those lines out? Ian http://examples.roughian.com 2008/11/27

Re: Please help me to solve out this prob...

2008-11-27 Thread Bhupen
yes i did and Borders.java is a class using native method to give round border for any box On Nov 27, 2:21 pm, Ian Bambury [EMAIL PROTECTED] wrote: I'd guess that Borders is screwing things up. Have you tried commenting those lines out? Ian http://examples.roughian.com 2008/11/27

Re: web.xml or .gwt.xml?

2008-11-27 Thread 闫风
I think web.xml ang .gwt.xml 2008/11/26 Michel [EMAIL PROTECTED] Hi, I have read the lengthy post about servlet descriptors for hosted mode vs. deployed mode.

Re: Please help me to solve out this prob...

2008-11-27 Thread Bhupen
thanks for reply i m posting full code after successful login,, will get the menu and click on dashboard going to dashboard but not showing and widget like check msgDiv element, delete element... thanks for reply IRIS package com.client; import com.google.gwt.core.client.EntryPoint; import

Re: Please help me to solve out this prob...

2008-11-27 Thread Bhupen
///IRIS.HTML !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN !-- The HTML 4.01 Transitional DOCTYPE declaration-- !-- above set at the top of the file will set -- !-- the browser's rendering engine into -- !-- Quirks Mode. Replacing this declaration -- !-- with a

Re: GWT + MySQL Best Practices?

2008-11-27 Thread Lonifasiko
Hi, We're also evaluating the possibility of using an architecture composed by GWT + Servlets + MySQL. I thought it was going to exist another option to communicate GWT more directly with MySQL, but seems like a combination of GWT-RPC and servlets is one of the best ways to achieve this

Re: SmartGWT 1.0 Released

2008-11-27 Thread Geraldo Lopes
Sanjiv, It's not a problem of taking time to load. Big load time is normal with given the size of showcase. AMD Sempron(tm) Processor 3200+, 2GB ram, Firefox 3.0.2 After the showcase is completely loaded, I click ComboBox Family, Styled ComboBox. The second(12 items) and third combobox (3

Re: GWT + MySQL Best Practices?

2008-11-27 Thread olivier nouguier
IMHO you should look at maven for doing this hellish job On Thu, Nov 27, 2008 at 11:19 AM, Lonifasiko [EMAIL PROTECTED] wrote: Hi, We're also evaluating the possibility of using an architecture composed by GWT + Servlets + MySQL. I thought it was going to exist another option to

Re: disable hyperlink

2008-11-27 Thread Litty Preeth
But even if you remove the clickListener, it will cause an onHistroryChange event right? On Thu, Nov 27, 2008 at 1:08 PM, Danny Schimke [EMAIL PROTECTED]wrote: Should'nt setVisible() do this for HyperLinks too? setVisible needs an element and boolean:

Re: GWT + MySQL Best Practices?

2008-11-27 Thread olivier nouguier
It does all ;) From GWT compilation, junit coverage, packaging ... very easily once you've made the effort . But I agree that it's quite complex. As an example, you can look at http://code.google.com/p/net-orcades-spring/ It's maven driven, and quite functional, but It's my very personal

GWT Exceptions

2008-11-27 Thread [EMAIL PROTECTED]
Hi, I am having some problems with my GWT. I am new to GWT so may be making some very obvious mistakes. Basically, I have written 2 classes, one which deals with the GUI (which is the Entry Point class) and one which connects to an SQL database, called ItemConnector. It compiles fine in eclipse

@EJB annotation during junit testing doesn't work

2008-11-27 Thread jolero
Hello everybody. While developing junit tests in GWT app I have stucked on a problem that I cannot solve for couple of days now. In normal runtime I can normally call RPC services that use JPA (Toplink and Glassfish Appserver) for data access purposes, but during Junit tests (My tests extends

Today' Topic: Learn Services Marketing Basics in 5 minutes. Many More

2008-11-27 Thread [EMAIL PROTECTED]
Delhi Institute of Management Services Dear friends, We are extremely happy to welcome you to the world of Management... We are in the process of preparing some 5 minutes revision Q A type lessons for management students. They are in no way, a replacement for the classroom lectures, textbooks

Remote site call from button click

2008-11-27 Thread mskart
Hello everyone! Today i begun working with GWT. I am building an application that i want it to do this: When i click to a button i want my application to do a call to a remote site. Lets say Google Home page. Can anyone tell me how to do the remote site call??? Thanks!!!

Re: Need to richer widget set in GWT

2008-11-27 Thread Lonifasiko
Hi Ted, Thanks very much for sharing your experience with GWT-Ext controls, I'll take it into account when evaluating the possibility of using richer UI controls for GWT applications. Thanks and regards. On 27 nov, 13:57, TedM [EMAIL PROTECTED] wrote: Question.  I just looked at GWT Mosaic.  

Re: Need to richer widget set in GWT

2008-11-27 Thread TedM
Question. I just looked at GWT Mosaic. I'm trying to figure out where it fits in? It looks like it uses the core GWT widgets along with widget from the GWT incubator. But still I think if you compare the functionality of GWT-EXT or smartGWT, you will find that GWT Mosaic is still lacking in

Re: Need to richer widget set in GWT

2008-11-27 Thread TedM
I do what to help. I went to the incubator site and I submitted an e-mail in request for a sponsor. I requested my first widget to be a tab panel. I know GWT has two tab panels already but I would like to build one that matches the functionality found in the dynamic tab panel found in EXT.

Re: Please help me to solve out this prob...

2008-11-27 Thread Bhupen
///IRIS.HTML !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN !-- The HTML 4.01 Transitional DOCTYPE declaration-- !-- above set at the top of the file will set -- !-- the browser's rendering engine into -- !-- Quirks Mode. Replacing this declaration -- !-- with a

Re: redirect problem

2008-11-27 Thread tin
Hi, I am also facing the same issue. In my case, I have also used Acegi Security to implement authorization. If session times out then in this case, Authorization filters of the acegi will not work control will not be able to reach the GWT Handler. In this case, however, exception would still

Re: Need to richer widget set in GWT

2008-11-27 Thread Lonifasiko
I've spent a couple of hours taking a look at the numerous widgets extensions for GWT, both opensource and commercial, and all I can say is that I'm really impressed with the user interfaces shown in all examples. Which is the problem with GWT-EXT package? I do see GNU license in the project's

Re: Need to richer widget set in GWT

2008-11-27 Thread puthre
You can find a list of external GWT widgets at http://gwtpedia.com/wiki/index.php/Third_party_extensions_list#Widgets On Nov 26, 7:47 pm, TedM [EMAIL PROTECTED] wrote: I've been working with GWT for over a year now and working with GWT- EXT for about 6 months and I went to the Google I/O

Re: GWT-ext or ext-GWT?

2008-11-27 Thread Arthur Kalmenson
In my own experience, I see that these projects are good and not only shiny :-p I agree that they are more complex to use than vanilla GWT. But actually, I think this is the drawback of a high-level, Swing/ SWT-like API. I think you have more flexibility with GWT but it is easier to write

Slow compiler - can I generate minimal set of files for hosted mode only (esp. serialization policy files)?

2008-11-27 Thread Christian Mallwitz
In order to improve my development efficiency I was thinking if I can get away from having to generate the JavaScript files when running the GWT compiler at all at development time. My build scripts build both the server and client just fine and everything works nicely. Because my app is fairly

Re: Login application

2008-11-27 Thread Bhupen
Yes still i m doing this... and sure need help do u need any informationfrom me... On Nov 27, 9:12 am, satya [EMAIL PROTECTED] wrote: Hi Are you dong with this? do you still need help -Satya On Nov 20, 1:37 am, Bhupen [EMAIL PROTECTED] wrote: Hi all, I am new to GWT as i m new

Re: GWT build

2008-11-27 Thread Arthur Kalmenson
Perhaps the latest version of GWT adds some more optimization that requires more time for compilation. I'm not sure why the compile process would be a problem. You only need to compile when you're deploying your application or testing how it looks in the browser. -- Arthur Kalmenson On Wed,

GWT under JBoss Portal or Liferay Portal

2008-11-27 Thread Lonifasiko
Would be possible to somehow combine GWT approach under JBoss Portal or Liferay Portal solution? Sorry if I'm asking a stupid question that makes not very much sense, but any point of view would be greatly appreciated. -- Miguel Blog: http://lonifasiko.blogspot.com

Re: GWT-ext or ext-GWT?

2008-11-27 Thread Niklas Derouche
On Thu, Nov 27, 2008 at 2:52 PM, Arthur Kalmenson [EMAIL PROTECTED]wrote: I disagree, you don't need any exotic graphic needs to use GWT. If you want a good, functional and quick web application, you use GWT. If you want a hard to maintain, buggy and poorly (if at all) tested, slow as a

Re: Why it's so slow?

2008-11-27 Thread Andrey
Hello, Thanx for the suggestions. But these are my current achieved results: 1) Debug mode does not work in NetBeans since: [ERROR] Out of memory; to increase the amount of memory, use the -Xmx flag at startup (java -Xmx128M ...) 2) This hack

Re: GWT-ext or ext-GWT?

2008-11-27 Thread TedM
I agree with you Arthur on the point that I wish we could use 100% GWT but the GWT Widget set is lacking in richness. I really wish this will be addresses. Examples Tab panel functionality Sortable Grid/Table Grouping Grid/Table Calendar data fields Popup dialogs with configurable top right

Re: disable hyperlink

2008-11-27 Thread Danny Schimke
You are right: it calls the onHistoryChanged- Event. Thats why we created a new button-Widger which extends from Button with only one difference: it has a different link style by default (looks like a link). Then you don't call onHistoryChanged- method. On Button- Click you can add or remove an

Re: disable hyperlink

2008-11-27 Thread alex.d
Nice button style, Danny. However if you don't want to handle the onHistoryChanged-Event - well just don't: set the hyperlink's token to something like dont_handle_this_token and don't handle it ;-) But the button-hyperlink idea is somehow cleaner. On 27 Nov., 16:10, Danny Schimke [EMAIL

Re: GWT + MySQL Best Practices?

2008-11-27 Thread alex.d
Imho, maven is overdesigned if you don't have junit tests and other stuff. Ant is more than enough for just creating a war file(i do it with one button-click in eclipse). The only manual step is to copy it to your webapps-folder on the server ;-) On 27 Nov., 14:02, olivier nouguier [EMAIL

Re: Strange problem with gwt, tomcat and memcached

2008-11-27 Thread Jeremiah Elliott
Well, the problem was due to the tomcat classloader. Not sure why, but when i packaged the memcached jar in the war file (It had been in tomcat's top level lib directory) it worked! Not a GWT issue. ;-) -Jeremiah On Mon, Nov 24, 2008 at 3:11 PM, Jeremiah Elliott [EMAIL PROTECTED]wrote: Ok,

Re: Need to richer widget set in GWT

2008-11-27 Thread TedM
I tried to contact the gwt incubator group and this is what I got We're writing to let you know that the group that you tried to contact (Google-Web-Toolkit-Contributors) either doesn't exist, or you don't have permission to post to it. There are a few possible reasons why this happened: Is

Re: Need to richer widget set in GWT

2008-11-27 Thread TedM
How do I got started? I would like to help. I tried e-mailing [EMAIL PROTECTED] to look for a sponsor but the e-mail didn't work. How do I find a sponsor? On Nov 26, 7:22 pm, gregor [EMAIL PROTECTED] wrote: I want to the incubator to see what was in the works and to be honest I was a

Re: disable hyperlink

2008-11-27 Thread Danny Schimke
Yeah, thanks alex ^^ I thought about what you said: I had the same idea to put something like dont_handled_token. But with something like firebug it's no problem to change the link (even it is absurd) and then JS- errors occurs... I haveno idea to use Hyperlinks without calling onHistoryChanged.

Re: GWT + MySQL Best Practices?

2008-11-27 Thread olivier nouguier
Quickly: For a simple project why not, but as soon as you have multiple project (store / business / dao / webapp ) or if you have some dependencies maven dependencies management is a real plus. WTP integration As it also provide versioning / deployment for your artifact. But this can be quite

PagingScrollTable: JavaScriptException

2008-11-27 Thread hezjing
Hi I encounter the following exception in hosted mode while trying to create a PagingScrollTable, [ERROR] Uncaught exception escaped com.google.gwt.core.client.JavaScriptException: (Error): Invalid argument. number: -2147024809 description: Invalid argument. at

Re: New to the GWT

2008-11-27 Thread Pavel Byles
I gather that most ppl here (including myself) use Eclipse, but there are other very good IDE's for using with GWT for example Netbeans via the GWT4NB plugin. Netbeans is excellent for Java programming. On Tue, Nov 25, 2008 at 7:24 PM, Jorge Muralles [EMAIL PROTECTED]wrote: Thank you. I

Pass an applicationSessionId in each rpc request

2008-11-27 Thread seb2nim
Hi everyone. I was playing with cookie and session and i found i cant open two different tabs on firefox with twice the same app... so i think i'm doing something wrong : I was thinking there would be two different httpSessions but apparently not. the problem is i actually keep some user

Determine which Tab I should be show

2008-11-27 Thread gmary
I have a TreePanel and a Tab Panel... both I call from file Entry- point. I want to that when I do click on TreeNode a Tab corresponding be activate. How to do it?. I have create the TreeNode in a file, I add its nodes though a for-cicle... Now, how I can pass the text (node.getText()) to

Deploying servlets

2008-11-27 Thread jonbutler88
Hi all, Been using GWT for a few weeks, very impressed with the ease of development, but have run into some small troubles deploying the app. I have tomcat 6 set up with JRE 6 on a box, here are the steps I have made so far: Compiled using the script with GWT, got the www directory, and added a

Re: GWT under JBoss Portal or Liferay Portal

2008-11-27 Thread gregor
If you search group for GWT portlets on Liferay you'll find posts about this including this one: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/5217200aa052743/7d38d70af216696b?lnk=gstq=GWT+portlets+on+Liferay#7d38d70af216696b which has a number of links in it providing

Re: Please help me to solve out this prob...

2008-11-27 Thread gregor
Hi Bhupen, This looks suspiciously like it might be the cause of your exception. to load another page i m using code like below...                 RootPanel.get(irisPage).clear();                 RootPanel.get(irisPage).add(createUserPageContent.loadPage());                

Re: Deploying servlets

2008-11-27 Thread gregor
Hi Jon, If you are using: GWT.getModuleBaseURL() + DBService to make the URL for the call to com.cloud.server.DBServiceImpl it might not work deployed (as it does in Hosted mode). Try changing your url-pattern to: servlet-mapping servlet-nameDBService/servlet-name

ClickListener and Image

2008-11-27 Thread jamer
I have an image that ClickListener I have a partner, and I would like to know how I can implement a method similar to the method click (), who have the Widget Button? Thank you! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Determine which Tab I should be show

2008-11-27 Thread gregor
Hi Mary, You want to use the GWT Events system and the Observer pattern. Basically you want to make you tree broadcast a change event when an item is selected and have your TabPanel listen for these change events by implementing, say, ChangeListener. Then it would have a method like so:

Re: Is Run Time Annotation Possible?

2008-11-27 Thread [EMAIL PROTECTED]
Sorry, what do you mean? My English is not so good, but If you got any question, please welcome to ask me :D James On Nov 27, 1:26 pm, Au Lai Seong [EMAIL PROTECTED] wrote: How do you make the com.gwtent.client.test.annotations.Id to be understandable by GWT? On Thu, Nov 27, 2008 at 6:57 AM,

Re: How do I separate static files?

2008-11-27 Thread gregor
Hi thitoh, this is off topic for this group, but it possible to do. Google deploy JBoss IIS for information, e.g. http://www.itshastra.com/know_bank/IIS_Jboss.pdf Also check the JBoss forums. This link might be useful: http://www.jboss.org/community/docs/DOC-12526 regards gregor On Nov

make my site visible to others

2008-11-27 Thread mskart
Hello everyone! Can anyone answer my question: How can i make the web page that i created with GWT visible to others??? Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Compilation Problem

2008-11-27 Thread Sandile
I get an error every time that I try to compile my code: [ERROR] Errors in 'jar:file:/C:/dev/gwt-windows-1.5.3/gwt- windows-1.5.3/gwt-dev-windows.jar!/com/google/gwt/dev/jjs/intrinsic/ com/google/gwt/lang/Stats.java' [ERROR] Missing message: compilation_internalError in:

StatusCodeException.getStatusCode() == 0

2008-11-27 Thread Edwin Nathaniel
I'm currently getting statusCode == 0 if I kill hosted-mode but run the client on a browser. Any reason why? I thought the RPC should failed and return statusCode 5xx cause the server is unreachable? My browser is Firefox 3 (which coincides with some of the statusCode == 0 problem I'm seeing

Re: disable hyperlink

2008-11-27 Thread Litty Preeth
Thank you Danny and Alex for all those valuable tips. [?] On Thu, Nov 27, 2008 at 9:06 PM, Danny Schimke [EMAIL PROTECTED]wrote: Yeah, thanks alex ^^ I thought about what you said: I had the same idea to put something like dont_handled_token. But with something like firebug it's no

Who can read chinese?

2008-11-27 Thread [EMAIL PROTECTED]
I need help , i hava some API of YI language , but all words is china words , who can help me?ASAP , thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Load images and css from different folder according to locale and company change

2008-11-27 Thread zujee
Hi, Is it possible to load different images and css according to locale and company change? For eg: i have a company named XYZ and I want to show the customized images which contains XYZ for there customization. Now Im replaceing all the default images with this particular company images. Can i

Re: ClickListener and Image

2008-11-27 Thread 闫风
button.addClickListener(new CLickListener() { publicl void onClick(Widget w) { //methods } }) ; Like this? 2008/11/28 jamer [EMAIL PROTECTED] I have an image that ClickListener I have a partner, and I would like to know how I can implement a method similar to

Re: Load images and css from different folder according to locale and company change

2008-11-27 Thread mon3y
Take a look at the ImageBundle class, that has some helper methods to change images. On Nov 28, 8:05 am, zujee [EMAIL PROTECTED] wrote: Hi, Is it possible to load different images and css according to locale and company change? For eg: i have a company named XYZ and I want to show the

Possible to get GWT's version by command line?

2008-11-27 Thread Danny Schimke
Hello! Is it possible to print GWT's version number in command line. If I write applicationCreator someInvalidParameter I get the Version: but is there a clean way to get only the version? Thanks!!! --~--~-~--~~~---~--~~ You received this message because you are

Re: Who can read chinese?

2008-11-27 Thread yunhui song
Hi I can help you. what do you need? On Thu, Nov 27, 2008 at 8:16 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I need help , i hava some API of YI language , but all words is china words , who can help me?ASAP , thanks. --~--~-~--~~~---~--~~ You

Re: Load images and css from different folder according to locale and company change

2008-11-27 Thread zujee
Thanks mon3y for this quick reply and it really helped. But the problem is I want to give the image path dynamically, I mean without compiling the code. For eg: if a compny came,say XYZ, I want to add an image folder and want to specify that path in XML or any other location. Is that possible?

[gwt-contrib] Re: [ANN] GWT maven plugin released

2008-11-27 Thread Bruce Johnson
That's great news guys. On 11/27/08, nicolas.deloof [EMAIL PROTECTED] wrote: You just precede me to announce this more officially ;) Charlie Collins join the Mojo.codehaus.org community to merge gwt- maven plugin with the Mojo one. Yet some work required to merge the goals / parameters