Re: StockWatcher RPC example does not work under JBoss AS

2008-11-19 Thread Lonifasiko
Hi gregor, thanks for the reply. I'll take a look at the possibility of using an ANT script to deploy the .war file under JBoss. Nevertheless, I understand following steps of the GWT tutorial (although related to Tomcat deployment), should work also for JBoss (zip all the content, rename to .war

load property file from a list of property files

2008-11-19 Thread zujee
Hi, I have a number of property files according to our clients like myapp_compny1_en.propertis,myapp_compny2_en.propertis,...etc..etc.. For each compny , property files contents might vary.. Can some one suggest me in which way i need to achive this... Currently im trying with immutableResour

Re: java.net.InetAddress

2008-11-19 Thread Ian Petersen
The same origin policy (SOP) prohibits all network traffic except traffic back to your own website so the kind of validation you're trying to do can only be done on the server. Ian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

Re: Regarding 1.5.3 compiler warning

2008-11-19 Thread Charan
still i am getting this warnings Compiling module com.capgent.cpt.FileView [java] Scanning for additional dependencies: file:/D:/ Charan_workspace/capgentForGWT1.5.3/src/main/com/capgent/cpt/client/ FileView.java [java]Computing all possible rebind results for 'com.capgent.cpt.clien

Re: Problem in redirecting to differnet page

2008-11-19 Thread Litty Preeth
Why do u want to open a new window? You can create the Home UI using GWT and then add this to the RootPanel. - Litty Preeth On Wed, Nov 19, 2008 at 8:11 PM, zubair <[EMAIL PROTECTED]> wrote: > > Hi All, > > I want to redirect to the different page after successfull > authentication. I have used

Re: Regarding 1.5.3 compiler warning

2008-11-19 Thread Charan
hi chappel, in my moulde.gwt.xml file that is not stopping the warnings on console it is just supressing 2 line of warning from the whole warning stack trace Regards, Charan On Nov 20, 9:49 am, Charan <[EMAIL PROTECTED]> wrote: > hi chappel, > > value="true" /> > in moulde.gwt.xml file t

Re: Regarding 1.5.3 compiler warning

2008-11-19 Thread Charan
hi chappel, in moulde.gwt.xml file that is not stopping the warnings on console Regards, Charan On Nov 19, 10:42 pm, "Ivan Chappel" <[EMAIL PROTECTED]> wrote: > Try adding the following to your module file : > > > On Wed, Nov 19, 2008 at 12:24 PM, Charan <[EMAIL PROTECTED]> wrote: > > > hi

Debugging on hosted mode using different Tomcat server

2008-11-19 Thread Jas199931
Hi, All: I have Tomcat running locally on port 8080. In order to debug code on hosted mode using my local Tomcat server instead of the embedded GWT tomcat server, I followed the instruction given online ((http:// code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web- toolkit-doc-1-

java.net.InetAddress

2008-11-19 Thread david_data_digga
Is there any way to access the class java.net.InetAddress--or something providing similar functionality--from the client side of a GWT app? I know that everything compiles to Javascript so I guess the question would be whether that imposes a constraint such that this is impossible. I'm trying to

Re: Observer pattern on this design, yes or no/how and why?

2008-11-19 Thread mives29
3.B of my previous post takes tabpanel out as an option. On Nov 20, 5:05 am, sre <[EMAIL PROTECTED]> wrote: > Not sure if this will help. Another approach you may what to consider > raising is using tabs, TabPanel and TabBar from > here:http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/co

Re: How to use Regular Expressions (regex) in GWT?

2008-11-19 Thread Sumit Chandel
Hi omsrobert, As a side note, it's worth mentioning that regular expressions used in GWT will be evaluated in the JavaScript world and not the Java world. There are slight syntactic differences between the two, so while looking up references for regular expressions, you should consult resources fo

Re: GWT 1.5.3 upgrade problems

2008-11-19 Thread Sumit Chandel
Hi Nambi, Although the error messages that the hosted mode console don't seem very useful to you, it's possible that it has meaning for other members of the community. Could you post up the message to see if there's anything there for us to decipher? I think you're more likely to get a reply if th

Re: same-origin security restriction

2008-11-19 Thread Sumit Chandel
Hi Danny, The issue you ran into is not actually a bug but an improvement in 1.5.3 in terms of browser security compliance. Basically, the remote data you are fetching is indeed violating the single origin policy, which is why you are seeing the error message come up in the hosted mode console.

Re: Modular website with GWT

2008-11-19 Thread Tim
I think original question has to do with dynamically loading parts of the GWT compiled app (modules or what not) at run time. Short answer - currently it's impossible to in the current production release. Long answer - functionality you are most likely looking for is in the GWT trunk - search for

Re: Observer pattern on this design, yes or no/how and why?

2008-11-19 Thread sre
Not sure if this will help. Another approach you may what to consider raising is using tabs, TabPanel and TabBar from here: http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/TabBar.html You would get your single entry point and the designer would get their win

Re: JSON

2008-11-19 Thread Jose Santa Elena
Thanks again Reinier. I've being tryign with by this way, but my problem is accessing associative arrays. There is one way to do that?! On Wed, Nov 19, 2008 at 6:43 PM, Reinier Zwitserloot <[EMAIL PROTECTED]>wrote: > > Yeah, I kinda sorta did with my new proposed JSON library. > > But you can g

SyntaxError in RPC deserialisation process

2008-11-19 Thread Kroc
Durring a standard RPC call I have the following error on IE (and hosted mode GWT 1.5.2): [ERROR] (SyntaxError): Identificateur attendu number: -2146827278 description: Identificateur attendu com.google.gwt.core.client.JavaScriptException: (SyntaxError): Identificateur attendu number: -2

Re: GWT Gadget, running in hosted mode with -noserver option

2008-11-19 Thread Eric Ayers
+jat,scottb Bob didn't have any suggestions on this one. -- Forwarded message -- From: Eric Ayers <[EMAIL PROTECTED]> Date: Wed, Nov 19, 2008 at 11:33 AM Subject: Re: GWT Gadget, running in hosted mode with -noserver option To: Google-Web-Toolkit@googlegroups.com, BobV <[EMAIL PRO

Re: Paths Problems? RPC Serialization? HostPageBaseURL?

2008-11-19 Thread Evan Ruff
I found the problem! I think the root cause comes from a pair of things. First off, I had a pair of GWT-servlet.jar in my deployment. One inside my WAR and one in the server lib. The one in the server lib was from 1.5.1 and the one in deployment was 1.5.2. I removed the older JAR. The second thi

IE 6.0 JScript.dll error

2008-11-19 Thread Pardeep
Hi, We are using GWT 1.4.62. The application works fine on IE 7 but when opened on IE 6.0, the browser creashes. We have tried the solution of "Setting timeout" in HTTPRequest Implementation files but it does not help. jscript.dll version used is 5.6.0.8835. The javascript files & html files ge

Re: dynamically load css?

2008-11-19 Thread metalex
Hallo everyone, I'm interested on the status of this problem. I'm also required to load css dynamically for a work project. Even if i use the dom classes to create a

Re: JSON

2008-11-19 Thread Reinier Zwitserloot
Yeah, I kinda sorta did with my new proposed JSON library. But you can go even faster. Create a java class which mimics essentially exactly the structure of your JSON - with getter methods for everything relevant. Give this class NO fields whatsoever, just getters. Then let it extend JavaScript

Re: Sharing data between pre-existing data in a JSP and the GWT module

2008-11-19 Thread Suri
Hi there, I'm not sure how you would do that. Please explain. Thanks Suri On Nov 19, 3:03 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Suri, > I'm pretty sure you can just create the input and "adopt" the element > in GWT. > > On Nov 19, 2:46 pm, Suri <[EMAIL PROTECTED]> wrote: > > > As an

Re: Sharing data between pre-existing data in a JSP and the GWT module

2008-11-19 Thread [EMAIL PROTECTED]
Suri, I'm pretty sure you can just create the input and "adopt" the element in GWT. On Nov 19, 2:46 pm, Suri <[EMAIL PROTECTED]> wrote: > As an update question as well, > > Does anyone know if this is correct syntax and if not what would be > the correct way to go about this. > I'm trying to copy

Re: Sharing data between pre-existing data in a JSP and the GWT module

2008-11-19 Thread Suri
As an update question as well, Does anyone know if this is correct syntax and if not what would be the correct way to go about this. I'm trying to copy the value of my javascript variable set in the JSP to the GWT client. JSP FILE -- var someValue = <%= (String)

Drag and Drop free text

2008-11-19 Thread ben
Is there any way to drag and drop free form text onto a tree or any other node for that matter? I just have some text on my page that people can view. I would like them to be able to highlight the text and drag it to a tree where I would parse the text they have dropped and do some work accordin

Re: GPolyline not properly removed from map upon removeOverlay

2008-11-19 Thread Eric Ayers
Hi Axel, It does appear to be "wrong behavior" but I can't tell you what to do in GWT - it looks like it might be an underlying Maps problem. One thing you could try that might work around the issue is to use Polyline.setStrokeStyle() to modify the color/transparency of the polyline instead of ad

Re: authentication in GWT

2008-11-19 Thread Sumit Chandel
Hello everyone, Just a note that I've removed a couple of posts from this thread due to inappropriate comments. This also seems like a good time to remind everyone that we're here to collaborate and help each other, not to curse or antagonize anyone. One of the posts did contain some useful cont

Maven central artifact

2008-11-19 Thread Nicolas
Hi, I don't know if the Maven artifact in central repository is officially supported by Google team or by someone else. Anyway, I think that gwt-user artifact should include junit dependency because GWTTestCase depends on TestCase. Otherwise you must add the junit dependency to your project and

Re: Modular website with GWT

2008-11-19 Thread Bryan
Yes, you can embed a gwt app in a static page. You just specify an id of where to put it on the page. Let me know if you have any other specific questions. I think it's explained in the getting started doc. -bryan On Nov 19, 11:17 am, Spypunk <[EMAIL PROTECTED]> wrote: > Hi, > > We would like

JSON

2008-11-19 Thread Jose Santa Elena
Hi all... Has someone addressed the performance problem on parsing large JSON files? I created one Wrapper to do a "latter bind"... public class JSONMap implements Map { private JSONObject wrappedJSONObject; public JSONMap(JSONObject jsonObject) { if (jsonObject == null) { throw new WrongUseExc

Re: Regarding 1.5.3 compiler warning

2008-11-19 Thread Ivan Chappel
Try adding the following to your module file : On Wed, Nov 19, 2008 at 12:24 PM, Charan <[EMAIL PROTECTED]> wrote: > > hi, > i have my pojo which are having Collections(Map, List, Vector) which > are raw type (not generic) > > when i was compiling i am the following warning (still the app is >

Re: Exception catching location.

2008-11-19 Thread Isaac Truett
Exceptions thrown by the server end up in the onFailure method, as you've already seen. There's nothing evil, dirty, or morally wrong with the server throwing those exceptions. My question was, why do you feel compelled to put your RPC call site in a try/catch block? That method, as you know, cann

Re: Exception catching location.

2008-11-19 Thread Patrick Ratelband
Since the method I use on the server side can throw an exception, java (or Eclipse at least, perhaps that is at fault, I have not checked that) can throw an exception. Is the correct wat to handle this then to never throw exceptions from the server to the client, but to start working with null val

Re: Regarding 1.5.3 compiler warning

2008-11-19 Thread gregor
I had that this morning when I was converting a 1.4. module to 1.5.3. After I'd upgraded all the image bundle and type arg tags etc, I think I got it once more, then it went away and has not darkened my console since. No idea why, I didn't do anything I can think of to make it go away. regards gr

Regarding 1.5.3 compiler warning

2008-11-19 Thread Charan
hi, i have my pojo which are having Collections(Map, List, Vector) which are raw type (not generic) when i was compiling i am the following warning (still the app is working fine) Compiling module com.capgent.cpt.FileView [java] Scanning for additional dependencies: file:/D:/ Charan_worksp

Re: authentication in GWT

2008-11-19 Thread Ivan Chappel
walden,Stop being such a cry baby. So its okay for you to be snide with other users but you don't like it when you get the treatment. Reinier is also rather brash in his response to users, but the difference is he can back his stuff up so I have nothing to say to him. Stop complaining to the moder

Modular website with GWT

2008-11-19 Thread Spypunk
Hi, We would like to make a modular Web site using GWT for the presentation. There would be a core and the possility to add modules dynamically. Is it possible with GWT to dynamically add contents in a compiled static page? Thank you, --

Problem in redirecting to differnet page

2008-11-19 Thread zubair
Hi All, I want to redirect to the different page after successfull authentication. I have used window.open(). below is the error message :- [ERROR] Failure to load module 'com.examples.gwt.mygwtapp' It is highly appreciated if any help me in resolving this issue. public void onClick(Widget

Posting to another site

2008-11-19 Thread fys
Hi, My application has a single entry point, which is fed an order-id and the order's price. The user enters credit card payment information in my single page form which redirects the user to the bank's virtual POS server for a 3D Secure transaction. To redirect the user to the bank's server, I u

Getting Error : cannot be resolved to a type

2008-11-19 Thread Sandy
Hi All, I am just new learner of GWT. Recently I had downloaded the instant messenger demo & want to run that for that purpose I run it using applicationCreator but it gives me an error TitleCommandBar cannot be resolved to a type. TitleCommandBar is a java class & I have import that

Sharing data between pre-existing data in a JSP and the GWT module

2008-11-19 Thread Suri
Hi, This must've been asked a million times and I tried looking but the only answer I got was JSNI in most cases. I just want to be sure its the only way. Assuming I was passing data to my JSP after my action has completed. Lets say a value for a studentID. Now in my GWT module I'll need this stud

Re: GWT Gadget, running in hosted mode with -noserver option

2008-11-19 Thread Eric Ayers
Hey Bob, I am not sure if I ever tried using hosted mode debugging under Windows (I develop mainly on Mac & Linux). I tracked this to this windows specific part of the BrowserWidgetIE6.java: private static void setIntProperty(IDispatch frameWnd, String propName, int intValue) { OleAut

Re: StockWatcher RPC example does not work under JBoss AS

2008-11-19 Thread gregor
Hi Miguel, Sounds like you are not using an ant script to build a WAR file? It is much easier to deploy a GWT app on JBoss as a WAR - just toss it into the deploy directory and off it goes. Search group for "build.xml ant deploy" for numerous examples to crib from. If you find one that uses a bu

Re: Safari 4 preview / Webkit nightlies and XHR cookies

2008-11-19 Thread quentin
It appears that rewriting the rpc url to include ";jsessionid" works in all browsers. What is the consensus on this? is it safe? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to t

Re: java.lang.ref.* in GoogleWebToolkit ?

2008-11-19 Thread Ian Petersen
On Wed, Nov 19, 2008 at 5:44 AM, Garo.Garabedyan <[EMAIL PROTECTED]> wrote: > I think that by implementing java.lang.ref.* in the client side > (translating to written by hand JavaScript code that adds and can > manages new type of object references) I sincerely doubt that is even possible, becau

Re: GWT Gadget, running in hosted mode with -noserver option

2008-11-19 Thread Eric Ayers
I was able to reproduce the issue and filed it in the issue tracker. http://code.google.com/p/gwt-google-apis/issues/detail?id=213 On Tue, Nov 18, 2008 at 4:40 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>wrote: > > I am trying to run a GWT Gadget in hosted mode with the -noserver > option, but when

Re: unsupported browsers running GWT app?

2008-11-19 Thread Alex Rice
Thanks Thomas, you have hit the nail on the head exactly. It makes sense now. --~--~-~--~~~---~--~~ 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@google

StockWatcher RPC example does not work under JBoss AS

2008-11-19 Thread Lonifasiko
Hi, After seeing that StockWatcher RPC example works great under GWT hosted mode, I'm trying to deploy StockWatcher RPC example of GWT Tutorial (http://code.google.com/docreader/#p=google-web-toolkit- doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideRPCDeployment) under JBoss version 4.2.3. GA. Th

Safari 4 preview / Webkit nightlies and XHR cookies

2008-11-19 Thread quentin
Hello! We have implemented an RPC-based authentication system in which browser sessions are authenticated and initialized by way of an RPC request. The RPC response contains a set-cookie header with the new JSESSIONID. This cookie (presumably) is sent to the server in subsequent RPC requests and

Re: Pagination Widget?

2008-11-19 Thread Suri
Hi Isaac, I got a test page running :) I took some time out for a moment to draw a few class diagrams to understand what I needed to do and I followed through. I was able to get a test page that gets the data and displays it correctly to the page for now. Baby step, but a pretty confidence boostin

Re: authentication in GWT

2008-11-19 Thread Litty Preeth
I am using Apache Tomcat 5.5 On Wed, Nov 19, 2008 at 7:04 PM, walden <[EMAIL PROTECTED]> wrote: > > That's what I thought, and it does not exclude the possibility of > using HTTP auth at all. For example, JBoss ships with some > configurable authentication plug-ins for using back-end stores for

Re: Exception catching location.

2008-11-19 Thread Isaac Truett
> Am I making a fundamental flaw in my logic[?] Yes. You already seem to know the why of it: it's an asynchronous call and the try/catch has already executed before the response is received. You can't hang around in the try/catch waiting for a response because that isn't asynchronous. If you se

Re: authentication in GWT

2008-11-19 Thread olivier nouguier
Walden, See below, please. On Wed, Nov 19, 2008 at 2:29 PM, walden <[EMAIL PROTECTED]> wrote: > > Olivier, > > I'm still a little perplexed, see below. > >> >> * session expiration, because the GWT RPC will fail soon (401). >> >> * forbiden because the GWT RPC will fail soon (403). >> >> When

Re: java.lang.ref.* in GoogleWebToolkit ?

2008-11-19 Thread Garo.Garabedyan
I think that by implementing java.lang.ref.* in the client side (translating to written by hand JavaScript code that adds and can manages new type of object references) many people can avoid their own implementation of object release algorithm used to classify the significant (regular) and not sig

Re: Using Selenium for GWT tests.

2008-11-19 Thread Arthur Kalmenson
Sorry, I'm not sure. I haven't started using Selenium yet. -- Arthur Kalmenson On Tue, Nov 18, 2008 at 8:34 PM, rex <[EMAIL PROTECTED]> wrote: > > Thnx much Arthur. I have started automating tests with Selenium now. > But, do you know of any reporting tools that we can integrate with > seleniu

Re: Make RPC call from server?

2008-11-19 Thread walden
A couple of repeated lines does not sound too "clumsy" to me. I think you have the right separation of concerns with your current design. Walden On Nov 18, 4:50 pm, str16star <[EMAIL PROTECTED]> wrote: > Thanks, your advise helped me solve the problem in 5 min. > > The code I was trying to call

Re: auto expand till selected TreeItem in Tree

2008-11-19 Thread jmpeace
How about using something like this: TreeItem selected = tree.getSelectedItem(); TreeItem parent = selected.getParentItem(); while(parent!=null) { parent.setState(true,false);//don't fire events parent = parent.getParentItem(); } On Nov 18, 7:16 am, gregor <[EMAIL PROTECTED]> w

Re: authentication in GWT

2008-11-19 Thread walden
That's what I thought, and it does not exclude the possibility of using HTTP auth at all. For example, JBoss ships with some configurable authentication plug-ins for using back-end stores for your realm data (JDBC, e.g.). In the worst case, you can roll your own realm component (one Java class)

Re: sequence of asynchronous calls

2008-11-19 Thread Jose Santa Elena
You can implement a Chain. On Wed, Nov 19, 2008 at 10:53 AM, Patrick Ratelband <[EMAIL PROTECTED]>wrote: > > Whould you not wish to that, you can try something a little bit more > dirty, but it should get the job done. > > Call the new search in the onSucces of the last one, this way, you are > s

Re: authentication in GWT

2008-11-19 Thread walden
Olivier, I'm still a little perplexed, see below. > >>  * session expiration, because the GWT RPC will fail soon (401). > >>  * forbiden because the GWT RPC will fail soon (403). > > When session is expired, the RPC will fail soon with a 401 (Auth > required status), before GWT 1.5 it was not (e

Re: authentication in GWT

2008-11-19 Thread walden
Reinier, I think you need a different outlet for your anger. I don't appreciate you calling me a jackass, especially in a public forum such as this. I'm going to ask the moderator to remove your post. If you want to have the discussion, please take the prism glasses off, try to read what I wro

Re: sequence of asynchronous calls

2008-11-19 Thread Patrick Ratelband
Whould you not wish to that, you can try something a little bit more dirty, but it should get the job done. Call the new search in the onSucces of the last one, this way, you are sure you have the last result. You can use a boolean value to see if the result you have is the last node, if so, inst

Re: how to work with xs-linker in gwt

2008-11-19 Thread Manish Kumar
Hi As asked , please have a look at my code : GWT : public void onModuleLoad(){ try { exportStaticMethod(this); } catch(Exception re) { MessageBox.alert(re.getMessage()); } } public native void exportStaticMethod(PMGWTHtmlUtils pmGWTHtmlUtils) /*-{ $wnd.invokeGWT = function(bI

Re: Make RPC call from server?

2008-11-19 Thread Patrick Ratelband
The only way to getting around passing session informartion back and forth between the client and the server would be to have a statefull server and client. It would also mean that your app would be far from secure as no form of authentication can be done on the requests that go back and forth (in

Exception catching location.

2008-11-19 Thread Patrick Ratelband
Hey everyone, I am trying to determine the location where an exception is caught in the client side of a bit of code. With a little testing I have found that throwing an exception in a RPC call will be caught by the onFailure clause of that specific call, however, since I would like to use the e

Re: Text floats out of TextBox (serious issue!?)

2008-11-19 Thread Schimki86
I tried to use for standard-mode, but its still the same. If you are right it is realy a bug in FF3... --~--~-~--~~~---~--~~ 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: Text floats out of TextBox (serious issue!?)

2008-11-19 Thread Thomas Broyer
On 19 nov, 12:08, Schimki86 <[EMAIL PROTECTED]> wrote: > Hey Walden (ond others ;) ) > > I reproduced the issue. I copied the HTML out of my application into a fresh > blank HTML. Everything worked fine. Then I changed the DocType from * HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">* to *

Re: Text floats out of TextBox (serious issue!?)

2008-11-19 Thread Schimki86
...in additional HTML-source-code was pasted in one line. If I well-format the HTML it seems like it worked correctly!? I am confused [?] If you have a look: can you reproduce this too? --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

Re: how to work with xs-linker in gwt

2008-11-19 Thread eggsy84
Can you share any code? I'm not too clear on what you're trying to do? On Nov 19, 9:53 am, "Manish Kumar" <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying the same, But unfortunately this does not work. > Please have a check on my approach , Though I am not suspected. > > I have put my compiled c

Re: unsupported browsers running GWT app?

2008-11-19 Thread Thomas Broyer
On 18 nov, 19:28, Alex Rice <[EMAIL PROTECTED]> wrote: > I have some clients that are running my GWT application and getting > errors when it tries to load JSON data. I don't know yet what browser/ > version they are using. Probably IE5 but I am not sure. Are you sure your JSON is "well-formed"?

Re: SmartGWT 1.0 Released

2008-11-19 Thread Sorinel C
Is this going to be the end of older GWT-Ext library? :-)) Cheers, Sorinel --~--~-~--~~~---~--~~ 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@googlegro

Re: SmartGWT 1.0 Released

2008-11-19 Thread Geraldo Lopes
Have you found the showcase responsive enough for use in intensive data entry applications ? Thanks, Geraldo On 19 nov, 00:13, rlaferla <[EMAIL PROTECTED]> wrote: > That's awesome.  Is it native Java/GWT or a JavaScript wrapper? --~--~-~--~~~---~--~~ You receive

Re: how to work with xs-linker in gwt

2008-11-19 Thread Manish Kumar
Hi, I am trying the same, But unfortunately this does not work. Please have a check on my approach , Though I am not suspected. I have put my compiled code in my required directory and included nocache.js to html stuffs then i am calling a native function defined in GWT component.This does not m

Re: History token Problem in IE6

2008-11-19 Thread Thomas Broyer
On 19 nov, 06:04, Prashant <[EMAIL PROTECTED]> wrote: > > http://www.myapp.com/#mailVerification?userName=abcd&verificationCode... [...] > The code is working fine in Firefox, IE7 but its not working in IE6. > > I debug the application to find out the problem and I found out > following: > > Hist

Re: History token Problem in IE6

2008-11-19 Thread Prashant
Can anyone help regarding this issue. Regards, Prashant On Nov 19, 10:04 am, Prashant <[EMAIL PROTECTED]> wrote: > Hi All, > > I am developing registration functionality in GWT 1.4.62. After user > registration a mail is sent to the user to verify user email Id. A > link containing user name and

Re: how to work with xs-linker in gwt

2008-11-19 Thread eggsy84
Hi there No thats fine you can compile your GWT into Java using the GWT Hosted browser and providing you have the linker this will compile Cross Site compatible Javascript and then you can include the compiled up Javascript on any HTML page. EG: You may compile your GWT application up on machine

Re: authentication in GWT

2008-11-19 Thread Ian P. Christian
2008/11/19 olivier nouguier <[EMAIL PROTECTED]>: > > gwt-log-2.5.2 is not available on public repository, did you install > by hand in yours ? Ohh... opps... I think this is the problem. I forgot that because 2.5.2 wasnt' available, I downgraded it to 2.5.0. sorry for the noise ;) --~--~-

Re: authentication in GWT

2008-11-19 Thread olivier nouguier
Hi It work for me... * what is your environnement ? (OS, GWT version, java etc ...) * did the war works out of hosted mode ? On Tue, Nov 18, 2008 at 3:04 PM, Ian P. Christian <[EMAIL PROTECTED]> wrote: > > 2008/11/18 olivier nouguier <[EMAIL PROTECTED]>: > >> Yes there is a war sample and the p

Re: authentication in GWT

2008-11-19 Thread olivier nouguier
gwt-log-2.5.2 is not available on public repository, did you install by hand in yours ? PS: as mentioned on http://code.google.com/p/net-orcades-spring/wiki/Installation On Tue, Nov 18, 2008 at 3:21 PM, Ian P. Christian <[EMAIL PROTECTED]> wrote: > > 2008/11/18 Ian P. Christian <[EMAIL PROTECTED

Re: authentication in GWT

2008-11-19 Thread olivier nouguier
Walden Sorry for your head ;). On Tue, Nov 18, 2008 at 7:29 PM, walden <[EMAIL PROTECTED]> wrote: > > Olivier, > >> * session expiration, because the GWT RPC will fail soon (401). >> * forbiden because the GWT RPC will fail soon (403). When session is expired, the RPC will fail soon with a 401