How to make user login check at server side

2010-03-05 Thread kaustubh.k
Hi, I wanted to provide a custom Home page UI after user login ie: if user is Administrator the should see diffrent UI from normal user. I have made a RPC call which checks if user is the Administrator when user logins. Accordingly I return a value(suppose it is true in case of Admin and false for

Custom class emulation problem.

2010-03-05 Thread Andrey
Hello, I'm using GWT 2.0 and now playing with custom emulation and serializers. I've got a complex class CDO which has many imports and cannot be explicitly RPC-serialized in any way. So, I created its emulation with only few methods and added super-source to my gwt.xml. Also I created

Re: GWT.getVersion() in 2.0.3

2010-03-05 Thread Chris Lercher
Hi, it shows 2.0.3 for me (both in dev mode and compiled), so this isn't a stale string thing. Sounds to me as if you still have a gwt-user.jar or gwt-servlet.jar from 1.7 somewhere on your classpath - probably in addition to your 2.0.3 jars, as the newer features seem to work. Chris On Mar

Re: Frameworky, Design Patterny question

2010-03-05 Thread Chris Lercher
[Google groups seems to have swallowed my post, so I'm sending this again] Hi Chris, it's hard to say in general. But one thing I think is very important, is the question which events are independent from each other, and which are not. Can they be processed simultaneously? Do some of them

Re: How to make user login check at server side

2010-03-05 Thread Gourab Panda
Ofcourse!! One way is you can update it in a session variable.(say UserType) and check for the session for each operation and If it is not there then for confirmation, You can query to DB. This type of checking you shd do it in a Filter or Front Controller servlet. Please let me know if you

Re: Window.open can not work in IE

2010-03-05 Thread Chris Lercher
Hi Jim, obviously, IE refuses to work with Google ;-) Or... you use window instead of Window, or better even $wnd. hth Chris On Mar 5, 6:25 am, Ji jimzhang...@gmail.com wrote: Hi guys, I use GWT Window.open to open another page. Firefox, Safari, and Chrome all work find, except IE. Error

Can't add to GWT Appspot Gallery

2010-03-05 Thread RPB
Hello, My colleague tried to add our site to the appspot gallery a couple of days ago, and was given the following link to the submission: http://gwtgallery.appspot.com/about_app?app_id=101004 However, when I go to that link, it just takes me to the homepage - i'm unable to see the submission.

File Chooser Widget

2010-03-05 Thread cupakob
Is there a file chooser (not file uploader) widget? -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: Working Example of TabLayoutPanel with UIBinder?

2010-03-05 Thread Mike
I can't get it to work either... The headers show up nicely but the content stays empty. Does anyone have a pointer to a working example? On Mar 3, 1:29 pm, Paul Stockley pstockl...@gmail.com wrote: In your example just do this:        g:TabLayoutPanel barUnit=PX barHeight=20         g:tab  

Re: Working Example of TabLayoutPanel with UIBinder?

2010-03-05 Thread Mike
Solution: I was using RootPanel instead of RootLayoutPanel. Changing that fixed it. Thanks to phil. http://www.filsa.net/2010/01/21/gwt-notes-tablayoutpanel/ Bye, Mike On Mar 5, 11:38 am, Mike mcwe...@gmail.com wrote: I can't get it to work either... The headers show up nicely but the content

Re: i18n and uiBinder

2010-03-05 Thread fmk11
Hi, I have the same problem; I did not figure out where the generated file is located. I'm reading about a -aux option to the compiler; but not sure if this is required. Federico. On Feb 16, 10:12 am, ale aleee...@gmail.com wrote: Hi, I try to add

Re: Window.open can not work in IE

2010-03-05 Thread Ashar Lohmar
try putting _blank as target instead of or if is not a new window what you want, put _self or you could try _top but _self and/or _blank should do it Cheers On Mar 5, 12:10 pm, Chris Lercher cl_for_mail...@gmx.net wrote: Hi Jim, obviously, IE refuses to work with Google ;-) Or... you use

Re: i18n and uiBinder

2010-03-05 Thread fmk11
Ok, If anyone is still struggling with this; I just followed this trail http://code.google.com/p/google-web-toolkit/issues/detail?id=4355 basically; add -soyc switch when you compile you app; from the above link: When you select the red compile button from the toolbar, you'll get the GWT

Re: File Chooser Widget

2010-03-05 Thread Ashar Lohmar
... choose .. what? ... do do what ? if you want a file browser/selector so that the client would acces his files file uploader (input type=file /) it's the only one i cant think of if u want to browse/select files from the server ... than i don't know just as an idea, for client file selection,

Re: File Chooser Widget

2010-03-05 Thread Andrés Cerezo
Try with: http://www.extjs.com/examples/explorer.html#fileupload Cheers 2010/3/5 Ashar Lohmar asharloh...@gmail.com: ... choose .. what? ... do do what ? if you want a file browser/selector so that the client would acces his files file uploader (input type=file /) it's the only one i cant

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-05 Thread olivier nouguier
hi keith, And thx you all for the new upcoming release ! No new issues with this release (eclipse 3.5.1 + maven + sts + aspectj + wtp). * Same classloader (than GEP 1.2) issues with spring namespace handler in dev mode. * I cannot figure out how to work with wtp (noserver mode). For the

Re: Frameworky, Design Patterny question

2010-03-05 Thread Nathan Wells
It's really a matter of opinion, but I would say there is something to be gained from an explicit distinction between client-server communication and client-only communication. In reality, both are asynchronous forms of communication, so modeling it the way you are isn't wrong. However, server

Re: Can't add to GWT Appspot Gallery

2010-03-05 Thread Chris Ramsdale
Check again, it should be up now. On Mar 5, 2010 5:12 AM, RPB robbol...@gmail.com wrote: Hello, My colleague tried to add our site to the appspot gallery a couple of days ago, and was given the following link to the submission: http://gwtgallery.appspot.com/about_app?app_id=101004 However,

Re: Application is not working on IE 8 on Windows XP

2010-03-05 Thread vasu
Thanks for the pointer... it worked but after replacing the top ! DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01//EN tag with following line !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/ TR/html4/DTD/strict.dtd for more information look at http://en.wikipedia.org/wiki/Quirks_mode.

Communications link failure

2010-03-05 Thread gadaleta.marco
I try to make connection with a mysql db under xampp, but i received this message =Communications link failure. Can anyone give me a solution? Thank 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: No errors in Hosted Mode and Compiled localy, but deployed to tomcat yields in errors

2010-03-05 Thread obesga
Something like this public void onModuleLoad() { GWT.setUncaughtExceptionHandler(new GWT.UncaughtExceptionHandler() { public void onUncaughtException(Throwable e) { GWT.log(onUncaughtException + new Date(),e); Window.alert(e+);

Re: Communications link failure

2010-03-05 Thread Lothar Kimmeringer
gadaleta.marco schrieb: I try to make connection with a mysql db under xampp, but i received this message =Communications link failure. Can anyone give me a solution? Try a group discussing problems with MySQL. Most likely your MySQL-instance has no open TCP-socket or listens to a different

Feature Request : Authentication/Authorization built into GWT

2010-03-05 Thread Marley
Authentication and Authorization is something a very large percentage of Web Applications need. I am Googling GWT Spring Security and various word combinations of GWT and Security and finding all sorts of different threads and a spaghetti of XML descriptors and Classes you need to implement,

Re: Feature Request : Authentication/Authorization built into GWT

2010-03-05 Thread Dan Billings
I think most of this would be useful in App Engine, plus a little bit of client-side sugar perhaps. Consider cross-posting this in the GAE forum. On Mar 5, 9:21 am, Marley nathaniel.au...@gmail.com wrote: Authentication and Authorization is something a very large percentage of Web Applications

upgrading GWT plugin sdk in Eclipse

2010-03-05 Thread bakki
Hi, I am running Eclipse 3.5.2 on Mac OS 10.6.2. I have GWT plugin 3.5 and SDK 2.0.0 installed. Whenever there is an update I get a msg within Eclipse. But I am unable to upgrade the sdk from within Eclipse. If I remember right the update notification says that I should go to Help - Software -

Re: Working Example of TabLayoutPanel with UIBinder?

2010-03-05 Thread Paul Stockley
I was going to also suggest you make sure you add it to the RootLayoutPanel. However, I thought the documentation was pretty clear on this. You can add a TabLayoutPanel to something other than the RootLayoutPanel as long as you set an explicit size on the TabLayoutPanel. This is very useful if you

Re: Feature Request : Authentication/Authorization built into GWT

2010-03-05 Thread Chris Lercher
I personally wouldn't expect an authentication/authorization component from a client side framework. Especially, because the login/logout often happens outside the context of the GWT app. Security can only be provided by the server. So it depends on which server you use. If you use a JavaEE

Re: Can't add to GWT Appspot Gallery

2010-03-05 Thread RPB
Yep, I can see it now, thanks for the help. -R On Mar 5, 2:30 pm, Chris Ramsdale cramsd...@google.com wrote: Check again, it should be up now. On Mar 5, 2010 5:12 AM, RPB robbol...@gmail.com wrote: Hello, My colleague tried to add our site to the appspot gallery a couple of days ago, and

Re: upgrading GWT plugin sdk in Eclipse

2010-03-05 Thread Rajeev Dayal
Hi, Unfortunately, due to the way in which we deliver the SDKs, choosing the Update option will not bring down new SDKs. They are considered to be new features. To properly update the Google Plugin for Eclipse and its associated SDKs, navigate to Help -- Install New Software. Choose Google's

Re: Feature Request : Authentication/Authorization built into GWT

2010-03-05 Thread Marley
On Mar 5, 11:17 am, Chris Lercher cl_for_mail...@gmx.net wrote: I personally wouldn't expect an authentication/authorization component from a client side framework. Especially, because the login/logout often happens outside the context of the GWT app. Often is not always. The GWT app needs

Re: Feature Request : Authentication/Authorization built into GWT

2010-03-05 Thread Jeff Chimene
On 03/05/2010 09:57 AM, Marley wrote: On Mar 5, 11:17 am, Chris Lercher cl_for_mail...@gmx.net wrote: I personally wouldn't expect an authentication/authorization component from a client side framework. Especially, because the login/logout often happens outside the context of the GWT app.

Re: Feature Request : Authentication/Authorization built into GWT

2010-03-05 Thread Chris Lercher
On Mar 5, 5:57 pm, Marley nathaniel.au...@gmail.com wrote: Security can only be provided by the server. Not sure i fully understand what you are getting at here.  Yes, your data is coming from the server, just as all data from a web application which does anything.  The client still needs to

Using Tab key to navigate a FlexTable

2010-03-05 Thread bcr666
I have created a TextBox that we'll call txtFocus. An anonymous listener is bound to txtFocus like so: txtFocus.addKeyDownHandler(new KeyDownHandler() { public void onKeyDown(KeyDownEvent keyDownEvent) { if (keyDownEvent.getNativeKeyCode() == KeyCodes.KEY_TAB) {

Re: upgrading GWT plugin sdk in Eclipse

2010-03-05 Thread bakki
Thank you very much for the clarification Rajeev. bakki On Mar 5, 11:56 am, Rajeev Dayal rda...@google.com wrote: Hi, Unfortunately, due to the way in which we deliver the SDKs, choosing the Update option will not bring down new SDKs. They are considered to be new features. To properly

Re: Can I modify the CSS files?

2010-03-05 Thread Jeff Chimene
On 03/05/2010 10:43 AM, Russ wrote: Hi, What is the proper way to override the standard.css file? First off, I don't know which one to modify. There are 2: standard.css and standard_rtl.css If I modify them in Eclipse and then compile, SOME of my changes take and some don't. Then,

Re: Feature Request : Authentication/Authorization built into GWT

2010-03-05 Thread Chris Lercher
I don't know how it would become easier by GWT including such a framework - you will still have to use it correctly. You mean, that the GWT team would be very good at creating a better framework than the ones already that already exist - ok, you may be actually right. But it would still be a

Re: Feature Request : Authentication/Authorization built into GWT

2010-03-05 Thread Jeff Chimene
On 03/05/2010 11:09 AM, Marley wrote: Application implementation features are so sufficiently disparate that they discourage specific toolkit implementations. So how does one implement Authentication/Authorization? Roll your own? The short answer (besides Q.E.D.) is yes. I don't remember

Re: Can I modify the CSS files?

2010-03-05 Thread Russ
Thank you for the reply. When creating a new GWT project in Eclipse, the wizard already creats a MYAPP.css and places it in the war (public) folder. It also adds a link in the html file to include MYAPP.css. Will modifications to MYAPP.css file trump all others - namely the standard.css and

GWT game doesn't work in Chrome for Mac dev version

2010-03-05 Thread amich...@gmail.com
Hello, My DropZap game written using GWT doesn't work in Chrome for the Mac, dev version: == Uncaught java.lang.NumberFormatException: For input string: undefined == What could this be? URL: http://dropzap.appspot.com Amir -- You received this message because you are subscribed to the

Re: Can I modify the CSS files?

2010-03-05 Thread Jeff Chimene
On 03/05/2010 11:34 AM, Russ wrote: Thank you for the reply. When creating a new GWT project in Eclipse, the wizard already creats a MYAPP.css and places it in the war (public) folder. It also adds a link in the html file to include MYAPP.css. Will modifications to MYAPP.css file trump

Re: Can I modify the CSS files?

2010-03-05 Thread Chris Lercher
Hi Russ, I don't see a top margin in my application. I didn't even set anything like this in my css (I'm using inherits name='com.google.gwt.user.theme.standard.Standard'/ in my .gwt.xml) Generally, tools like firebug are very nice when debugging CSS. Its Layout panel makes it really easy to

Re: Can I modify the CSS files?

2010-03-05 Thread Russ
Thanks. I have Firebug installed but I'm not very familiar with how to navigate through it. Perhaps you'd like to take a peak? Here is the URL for the app. Notice the margin between the top of the table and the browser window: http://www.epcinternet.com:8080/StockQuotesIframe/Finance.html On

GWT and Spring Security in Eclipse IDE

2010-03-05 Thread Marley
I am using Spring Security with my GWT application and have it working. however, to get it working in the Eclipse IDE i have to include the gwt.codeserver in the url of my default-target-url as in security:http auto-config='true' security:intercept-url pattern=/login.html*

Re: Can I modify the CSS files?

2010-03-05 Thread BCR666
You have 2 tables in your .html file that are pushing what you see on the screen down. You have a panelContainer placeholder table and a resultContainer placeholder table. The space is not due to your .css On Fri, Mar 5, 2010 at 1:20 PM, Russ r...@epcinternet.com wrote: Thanks. I have

Re: Can I modify the CSS files?

2010-03-05 Thread Russ
Thank you very much! Boy, was I barking up the wrong tree on that one (Tables not css). Thanks to the others for educating me about css as well. Thanks again BCR666! On Mar 5, 2:32 pm, BCR666 bcr...@gmail.com wrote: You have 2 tables in your .html file that are pushing what you see on the

Re: Hard problem: detecting url change in a gwt Frame (or iframe)

2010-03-05 Thread Yevgeniy Treyvus
Max, You're right simply calling getUrl() doesn't work. It's a mystery to me why that isHowever, I have found this works (at least in Firefox). com.google.gwt.dom.client.FrameElement e = ((FrameElement)(cachedArticleFrame.getElement().cast()));

GWT with database connection

2010-03-05 Thread kiran
i have done some demo application in GWT but when i m doing database connection in server in service implementation file it gives error as java.security.AccessControlException: access denied (java.io.FilePermission C:\DOCUME~1\\LOCALS~1\Temp read) at DirverManager.getConnection() do i have

GWT History maintainance

2010-03-05 Thread raj
hi every one! GWT is one of the best way of the creating applications. I've tried to create a web application based on GWT. But, maintaining history(making back and forward button work) is big deal it seems(i've tried with both HistoryListeners and ValueChangeHandlers)... i couldn't

Re: Specifying -bindAddress 0.0.0.0 with gwt-maven-plugin

2010-03-05 Thread Filip Balejko
While waiting for support from gwt-maven-plugin, you can use this elegant solution: logLevelINFO' -bindAddress 0.0.0.0 -logLevel 'INFO/logLevel On 22 Lut, 17:42, Nathan Wells nwwe...@gmail.com wrote: Have any of you maven users out there (or anyone at all, really) figured out how to specify a

iFrame in TabPanel Reload Problem

2010-03-05 Thread John
Any help would be appreciated! Firefox reloads the contents of iframes when they are unhidden. So, if you have a TabPanel, where each tab holds an iframe, moving between tabs reloads the frame. Chrome and IE leave the frame alone, but Firefox closes it when you hide it. For example, if you have

Re: Calling a Service from other Service (server-server)

2010-03-05 Thread Trung
Hi, You can use GWT SyncProxy to call the GWT RPC Service from Java (whether client-server or server-server). See http://www.gdevelop.com/w/blog/2010/01/10/testing-gwt-rpc-services/ On Mar 4, 7:36 am, Badawi danielbad...@gmail.com wrote: Hi, It is possible to call a Service from ther

Detecting URL change in GWT Frames

2010-03-05 Thread Yevgeniy Treyvus
I have two GWT Frames and I need to change URL of the second Frame based on the URL of the first Frame. The problem arises when the user follows two or more links in the first Frame. When I call get getUrl() on the Frame object, I get the URL of the initial page - not the URL the page that the

Re: fire event when user clicks on specific part of Label text

2010-03-05 Thread Chris Lercher
You can use FlowPanel instead :-) On Mar 4, 7:20 pm, mariyan nenchev nenchev.mari...@gmail.com wrote: OK but the text should be naturally layed out. And using horisontal panel will make the text in one line only :) On Thu, Mar 4, 2010 at 6:41 PM, Eric erjab...@gmail.com wrote: On Mar 4,

Hard problem: detecting url change in a gwt Frame (or iframe)

2010-03-05 Thread Yevgeniy Treyvus
Max, You're right simply calling getUrl() doesn't work. It's a mystery to me why that isHowever, I have found this works (at least in Firefox). com.google.gwt.dom.client.FrameElement e = ((FrameElement)(cachedArticleFrame.getElement().cast()));

How transfer js object to java

2010-03-05 Thread riasol
I want pass js object ex: var o={key1:value1,key2:value2...} to exported gwt method and transfer to java. I know that subclasses of JavaScriptObject (JsArray...) are valid for simple types, overlays are for more complicated js objects but for generic object? -- You received this message because

Re: Frameworky, Design Patterny question

2010-03-05 Thread Chris Lercher
Hi Chris, it's hard to say in general. But one thing I think is very important, is the question which events are independent from each other, and which are not. Can they be processed simultaneously? Do some of them require a certain ordering? Is it easier to analyze (and later debug) what will

Changing Request Parameter cause module reload

2010-03-05 Thread berryhpf
I'm working on a project that has a deck panel placed in the RootPanel. The deck panel is populated with all the panels needed for the application. Based upon a request parameter on the url, such as /myapp/index.html? panel=edit, the application should catch a history event and switch the

Generator question related to UI Binding

2010-03-05 Thread Jas
I am trying to use a Java interface to discover a list of widgets that can be applied to a panel for display. I have built a generator that looks for the implementations of the Java interface and builds a Java class that can be used to reference that list. An example would be I have a

Re: server push framework + app engine?

2010-03-05 Thread rastrano
I also want to know if this is possible before starting my first appengine application development. Reverse ajax is very important for my apps and i think also that implementing it could be an huge benefit for the server cloud (avoiding polling implementations by user that needs server events (or

working with GWT and PHP in the development mode

2010-03-05 Thread antipattern
hello all, i've recently started working with GWT and i want to use PHP on the server side. now, my php code is hosted on a local web server and my GWT modules are not able to make ne http requests to the same in the development mode. it works correctly when i compile the project and host it on

Re: MVP + UiBinder, thoughts?

2010-03-05 Thread PhilBeaudoin
Just a quick thought... If you wanted to make the Presenter-View relationship bidirectional without having to inject it manually, couldn't you have GIN inject a ProviderMyPresenter.DisplayHandlers into the view? Then you just bind MyPresenter.DisplayHandlers to MyPresenter. On Feb 21, 11:33 am,

Deserializing GWT Requests

2010-03-05 Thread Ron
I'm looking to create a program which can deserialize the GWT RPC Requests into a human readable format. For example I want to be able to read through a flat file containing these requests and be able to deserialize the GWT-RPC requests to gather information such as the service name, method name

GWT History maintainance

2010-03-05 Thread raj
Hi everyone! I'm very new to GWT...and i'm facing the problem of maintaining history through out application.I've used either HistoryListener or ValueChangeHandler. When i click back button on the browser request goes to the server it seems(Am I right?).Will it be like

Re: Window.open can not work in IE

2010-03-05 Thread raj kumar
hey jim!!! It's working very well for me in IE.May be check you tools setting in IE... Regards, Raj. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

deploy GWT as javascript library

2010-03-05 Thread jjstar
I have created a widget that is only client side JavaScript. I want to deploy a single zip file with all the elements *.html, *.css, *.js , that are necessary to run it as a JavaScript library. The resulting zip file does not seem to work. script type=text/javascript

GWT Visualization server communication - URGENT!!

2010-03-05 Thread Anky
Hi, Is there any way to fetch server side data and render it to the charting components in a GWT-VIZ API enabled app? In would be perfect if someone can share some code examples of the rendering a chart component with server data. This is what I tried : code public DataTable

Re: Specifying -bindAddress 0.0.0.0 with gwt-maven-plugin

2010-03-05 Thread Filip Balejko
While waiting for support from gwt-maven-plugin, you can use this elegant solution: logLevelINFO' -bindAddress 0.0.0.0 -logLevel 'INFO/logLevel Filip On 22 Lut, 17:42, Nathan Wells nwwe...@gmail.com wrote: Have any of you maven users out there (or anyone at all, really) figured out how to

Reg:problem on reload

2010-03-05 Thread raj
hi Whenever i refresh the GWT application either in hosted more or in browser mode...it calls entrypoint class...why? Regards, Raj. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Databse connection error

2010-03-05 Thread kiran
hello friend i m doing database connection on server in service implementation file it gives error as java.security.AccessControlException: access denied (java.io.FilePermission C:\DOCUME~1\\LOCALS~1\Temp read) at DirverManager.getConnection() this is my source code public class

Re: Using Tab key to navigate a FlexTable

2010-03-05 Thread dolcra...@gmail.com
I think there's a property (html) called tabIndex http://www.w3schools.com/tags/ref_standardattributes.asp On Mar 5, 12:37 pm, bcr666 bcr...@gmail.com wrote: I have created a TextBox that we'll call txtFocus. An anonymous listener is bound to txtFocus like so:    

Re: MVP + UiBinder, thoughts?

2010-03-05 Thread bryce cottam
indeed, that's the direction I'm going with it. I wasn't using GIN at first, (since everything I was doing was proof of concept) but now that I'm really coding it, GIN comes in quite handy for this. On Thu, Mar 4, 2010 at 6:30 PM, PhilBeaudoin philippe.beaud...@gmail.com wrote: Just a quick

Inconsistant Debug-mode URL Causing Considerable Grief

2010-03-05 Thread Allen Holub
For various reasons, my application has to generate URLs for pages/ servlets/etc. in the same webapp (for things like images held in my database and served by a servlet). It's incredibly annoying that, when I'm debugging, I need to use a URL that looks like this:

Re: Google Plugin for Eclipse

2010-03-05 Thread Chris Lercher
http://code.google.com/eclipse/docs/install-from-zip.html On Mar 5, 8:02 pm, Bernie bpwoolf...@gmail.com wrote: My version of Eclipse(Galileo) is not connected to a network.  Is there anyway i can download the plugin without using the Eclipse update site? -- You received this message because

Re: deploy GWT as javascript library

2010-03-05 Thread riasol
You can deploy as standard war archive in java word or as zip if you create own request manager but newer src=...zip . -- 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: working with GWT and PHP in the development mode

2010-03-05 Thread riasol
I work on gwt/php debuger together. This is great. My notes there: http://wordpress.robwas.homelinux.net/2010/02/19/gwt-integracja/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Image getAltText() and setAltText()

2010-03-05 Thread Thad
These methods were announced with v.2.0.1 (http://groups.google.com/ group/google-web-toolkit/browse_thread/thread/e292666b63d182b3/ e0c63a5767b81b3c). However as of 2.0.3, they are still not there. I see they are in the trunk, but I'd rather deal with a formal release. When can I expect to see

Re: GWT History maintainance

2010-03-05 Thread riasol
History is saved on client. Din you know this introductory? http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHistory.html -- 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: Using Tab key to navigate a FlexTable

2010-03-05 Thread BCR666
I've tried changing the tab index of everything else to -1 to remove them from the tab indexes, what a pain that was. The problem was that in chrome (I don't know about the other browsers) the address line is in the tab order, and I couldn't figure out how to remove it. It also seems silly to

Re: MVP + UiBinder, thoughts?

2010-03-05 Thread Fabio Kaminski
the way i see, when UiBinder arrives it has made the Presenter/Display design behind it.. particularly i find a little painful to write that kind of weird coding.. in that way UiBinder was a blessing, cause, in my point of view the ui.xml file its similar to display as the view tier.. and leave

Re: MVP + UiBinder, thoughts?

2010-03-05 Thread bryce cottam
well, as Ray Ryans talk indicates, the UiBinder and the MVP patterns work quite well together (i.e. the UiBinder doesn't leave the MVP behind). Here's the thing with making the view's .java file contain business logic: it's business logic in your view. The ui.xml is simply for layout, it's has no

Re: Deserializing GWT Requests

2010-03-05 Thread Fabio Kaminski
Read the RemoteServiceServlet file from gwt source for help... it looks that the magic happens on its String processCall(String payload)... since its not marked as final.. you can extends RemoteServiceServlet and overrides it.. or if you need more control, extend AbstractRemoteServiceServlet and

Re: Custom class emulation problem.

2010-03-05 Thread Andrey
OK, some more tests: I defined java class (in main classpath) as follows public class X implements Serializable { protected Map values = new HashMap(); } Now, if I define its emulated version with same code, X can be (de)serialized through RPC, but if fails e.g. if I define X in my

Re: Firefox 3.6 exception with GWT 2.0.2 / GXT 2.1.1 in hosted mode

2010-03-05 Thread Thad
I went through this, too, but fixed it by checking out GWT and supporting stuff via svn then building the project. I don't use the GWT it built, only the plugin. For how it was done, see http://groups.google.com/group/google-web-toolkit/browse_thread/thread/edfe66f6a39527d1/44cec9312b987961 On

Re: Hard problem: detecting url change in a gwt Frame (or iframe)

2010-03-05 Thread Fabiano
iframes are quite difficult to manage. Policies about parent page-iframe son communications are quite strict. In fact you can access to the iframe's context(window's properties and document) only when main page and iframe shares the same domain. In case domains differ , inspecting the frame is

Gin error: Line 32: ScopeAnnotation cannot be resolved to a type

2010-03-05 Thread Eric
Error while validating newly compiled units in development mode (GWT 2.0.2 / Gin 1.0) gin-1.0.jar!/com/google/gwt/inject/guiceapi/com/google/inject/ Singleton.java' Line 32: ScopeAnnotation cannot be resolved to a type gin-1.0.jar!/com/google/gwt/inject/guiceapi/com/google/inject/name/ Named.java'

Re: Gin error: Line 32: ScopeAnnotation cannot be resolved to a type

2010-03-05 Thread Eric
RESOLVED:Never mind... just realized I didn't have guice properly in the classpath. On Mar 5, 2:17 pm, Eric ebatz...@gmail.com wrote: Error while validating newly compiled units in development mode (GWT 2.0.2 / Gin 1.0) gin-1.0.jar!/com/google/gwt/inject/guiceapi/com/google/inject/

Re: Gin error: Line 32: ScopeAnnotation cannot be resolved to a type

2010-03-05 Thread Chris Lercher
Hi, try to add gin.jar, guice.jar and maybe also aopalliance.jar to you java build path. hth Chris On Mar 5, 11:17 pm, Eric ebatz...@gmail.com wrote: Error while validating newly compiled units in development mode (GWT 2.0.2 / Gin 1.0)

Re: Gin error: Line 32: ScopeAnnotation cannot be resolved to a type

2010-03-05 Thread Chris Lercher
[BTW, something seems to be broken with Google Groups - my response replaced your posting in the web interface. I've seen this happening also with one of the previous topics. Where can we report errors for Google Groups - there have been several problems lately?] On Mar 5, 11:28 pm, Chris Lercher

Re: Specifying -bindAddress 0.0.0.0 with gwt-maven-plugin

2010-03-05 Thread Nathan Wells
Very nice :) I wonder if they realize the hack is there? Nathan Wells On Fri, Mar 5, 2010 at 1:22 AM, Filip Balejko filip.bale...@gmail.comwrote: While waiting for support from gwt-maven-plugin, you can use this elegant solution: logLevelINFO' -bindAddress 0.0.0.0 -logLevel 'INFO/logLevel

How to style HorizontalPanel

2010-03-05 Thread ailinykh
Hello, everybody! I've problem with HorizontalPanel layout. What I have is: g:HorizontalPanel width=100% g:cell width=100% g:TextBox width=100% ui:field=inviteEmail/ /g:cell g:cell g:Button ui:field=inviteButton text=Invite/ /g:cell

Re: MVP + UiBinder, thoughts?

2010-03-05 Thread Eduardo Nunes
The UiBinder just help you to create the UI (view) of the MVP. I wouldn't use the annotations available to bind handlers. UiBinder just help me to create the view of components or even pages in way that a designer can change some part of the HTML for example without modifying the behavior of the

Re: Is there a DecoratorPanel that works with LayoutPanel children?

2010-03-05 Thread AndiMullaraj
I think you are right, there should be a direct link of LayoutPanel to the RootLayoutPanel in order for things to work. When I test with something simpe though (like adding a SimplePanel to the RootLayoutPanel and then my LayoutPanel on top of it) things seem to work. But not in a more

Re: Is there a DecoratorPanel that works with LayoutPanel children?

2010-03-05 Thread Paul Stockley
I've had no problem putting LayoutPanels such as TabLayoutPanel as children on non-layout panels such as DialogBox. However, you have to explicitly set the size of the layout panel for it to work. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Best way to implement themes

2010-03-05 Thread Diego
Hi, I'm trying to implement themes for our widget library. The library consist in some higher-level widgets, specific to our business needs, and I was put in charge of making them cute. My first solution, back before GWT had themes, was to implement a CSSResource for each class, and do something

How do I retrieve localized messages on server side?

2010-03-05 Thread vasu
How do I retrieve localized messages on server side? I tried the same way as client side but I got following exception Caused by: java.lang.UnsupportedOperationException: ERROR: GWT.create() is only usable in client code! It cannot be called, for example, from server code. If you are running a

Re: [gwt-contrib] Re: Remove caching of style sheets in IE6 (cache may be invalid when there are multiple modules)

2010-03-05 Thread Ray Ryan
If you write a halfway decent microbenchmark, please add it to trunk/reference/Microbenchmarks/src/com/google/gwt/reference/microbenchmark On Fri, Mar 5, 2010 at 9:19 AM, jlaba...@google.com wrote: http://gwt-code-reviews.appspot.com/159804/diff/1/3 File

Re: [gwt-contrib] meta tag applying to just one module?

2010-03-05 Thread Scott Blum
On Fri, Mar 5, 2010 at 12:28 PM, Lex Spoon sp...@google.com wrote: On Thu, Mar 4, 2010 at 5:16 PM, Scott Blum sco...@google.com wrote: Straw man let's say when you inject a GWT selection script, you can add a single line at the very top: var moduleBaseURL = w00t/ Then at the top of

[gwt-contrib] Example of how to use Actions with UiBinder

2010-03-05 Thread ggeorg
Hi, a very simple example of using Actions with UiBinder: http://code.google.com/p/gwt-mosaic/wiki/AppModuleUiBinder?ts=1267811945updated=AppModuleUiBinder The Actions implementation is base on GWT Beans Binding framework. Kind Regards, George. --

[gwt-contrib] [google-web-toolkit] r7677 committed - Play with css styling of tree widgets...

2010-03-05 Thread codesite-noreply
Revision: 7677 Author: gwt.mirror...@gmail.com Date: Fri Mar 5 10:15:44 2010 Log: Play with css styling of tree widgets Make bikeshed compile Review at http://gwt-code-reviews.appspot.com/160807 http://code.google.com/p/google-web-toolkit/source/detail?r=7677 Modified:

[gwt-contrib] [google-web-toolkit] r7678 committed - Edited wiki page through web user interface.

2010-03-05 Thread codesite-noreply
Revision: 7678 Author: rj...@google.com Date: Fri Mar 5 10:25:36 2010 Log: Edited wiki page through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=7678 Modified: /wiki/LightweightCollections.wiki === ---

  1   2   >