Re: hi i need help

2009-03-05 Thread andres ospina
as the arm with the var url = (DesktopConstants appTitle Desktop GWT editLabel edit ); for example: hhtp: / / www.prueba.com / inde.html ?. 2009/2/20 Todd Seiber todd.sei...@gmail.com Look into the Dictionary class (http://google-web-

hi i need help

2009-02-20 Thread andres ospina
how to pass jsp values to gwt Google-Web-Toolkit@googlegroups.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com

Re: hi i need help

2009-02-20 Thread Lothar Kimmeringer
andres ospina schrieb: how to pass jsp values to gwt I'm not sure if I understand you right, so please ask your question again, explaining where you are calling a JSP- page and where GWT comes into play. Regards, Lothar --~--~-~--~~~---~--~~ You received

Re: hi i need help

2009-02-20 Thread andres ospina
I need to pass variables from JSP to GWT 2009/2/20 Lothar Kimmeringer j...@kimmeringer.de andres ospina schrieb: how to pass jsp values to gwt I'm not sure if I understand you right, so please ask your question again, explaining where you are calling a JSP- page and where GWT comes

Re: hi i need help

2009-02-20 Thread andres ospina
I need to pass values from JSP to GWT 2009/2/20 andres ospina felipeospin...@gmail.com I need to pass variables from JSP to GWT 2009/2/20 Lothar Kimmeringer j...@kimmeringer.de andres ospina schrieb: how to pass jsp values to gwt I'm not sure if I understand you right, so please ask

Re: hi i need help

2009-02-20 Thread andres ospina
I need to pass values from JSP to GWT, for url 2009/2/20 andres ospina felipeospin...@gmail.com I need to pass values from JSP to GWT 2009/2/20 andres ospina felipeospin...@gmail.com I need to pass variables from JSP to GWT 2009/2/20 Lothar Kimmeringer j...@kimmeringer.de andres ospina

Re: hi i need help

2009-02-20 Thread Todd Seiber
Look into the Dictionary class (http://google-web- toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/i18n/client/ Dictionary.html) Your JSP page could have: var myDictionary = { myValue: %= myValue % }; And GWT could read with: Dictionary myDictionary =

Re: hi i need help

2009-02-20 Thread andres ospina
I can Regel example of a couple I could not understand much yet 2009/2/20 Todd Seiber todd.sei...@gmail.com Look into the Dictionary class (http://google-web- toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/i18n/client/