How make few pages with GWT ?

2009-04-21 Thread JITEchno

Hi alls,
I am trying to use GWT for generation few pages.
F.e. I have first page with GWT script on it, where I choice name of
second one: "AAA"
After that, I Am going to this next, AAA.jsp.
Nice it works fine.
But I need to put again  GWT generated script on this AAA.jsp and I am
able find how to do it.
If page is static - all is OK. Else script is not preforming/ What is
wrong here, is any example how to do it?
thanks a lot!
AAA.jsp like it:



Symbol







and main page



Main






--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: How make few pages with GWT ?

2009-04-21 Thread Tony Strauss

> If page is static - all is OK. Else script is not preforming/ What is
> wrong here, is any example how to do it?
> thanks a lot!

Google wrote excellent documentation for GWT.   This:

http://code.google.com/webtoolkit/gettingstarted.html

is a great place to start as it describes how to build a sample
application.

Tony
--
Tony Strauss
Designing Patterns, LLC
http://www.designingpatterns.com
http://blogs.designingpatterns.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
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: How make few pages with GWT ?

2009-04-22 Thread JITEchno

Thanks,
but I read it. There is a good introduction for a sample application,
but my task is more complicated.
I have to use 2 pages with Entrypoints , second one accessing from
first.
I think, problem is in correct designing of web.xml and
gwt.properties,
but I still did not achive result.


On Apr 21, 11:10 pm, Tony Strauss 
wrote:
> > If page is static - all is OK. Else script is not preforming/ What is
> > wrong here, is any example how to do it?
> > thanks a lot!
>
> Google wrote excellent documentation for GWT.   This:
>
> http://code.google.com/webtoolkit/gettingstarted.html
>
> is a great place to start as it describes how to build a sample
> application.
>
> Tony
> --
> Tony Strauss
> Designing Patterns, 
> LLChttp://www.designingpatterns.comhttp://blogs.designingpatterns.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
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---