Re: embedding same GWT component in two web pages

2010-02-23 Thread 4F2E4A2E
Are you shure that both comes up under the folder war? Because I don't
guess hoot could be possible because here you are calling the same
object two times without generate a new one...

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



Re: embedding same GWT component in two web pages

2010-02-23 Thread Vik
Yes I am sure both are under the folder war. First page directly under
folder war and another inside another folder hierarchy  ui/page


Thankx and Regards

Vik
Founder
www.sakshum.com
www.sakshum.blogspot.com


On Tue, Feb 23, 2010 at 2:11 PM, 4F2E4A2E osoriojaq...@gmail.com wrote:

 Are you shure that both comes up under the folder war? Because I don't
 guess hoot could be possible because here you are calling the same
 object two times without generate a new one...

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



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



Re: embedding same GWT component in two web pages

2010-02-22 Thread Vik
Hie

Thanks for the reply. I re-reviewed after your statement and found one
thing.
My page 1 is directly under war folder

and page 2 is in war/ui/page folder . If i move page 2 also directly under
war then the component comes up fine.
So what i need to do to make it work for page 2 inside war/ui/page folder?
Please advise


Thankx and Regards

Vik
Founder
www.sakshum.com
www.sakshum.blogspot.com


On Mon, Feb 22, 2010 at 12:52 PM, rjcarr rjc...@gmail.com wrote:

 Hi Vik-

 Are you sure this second page also loads the translated GWT javascript
 files?  If so, and all the other references are in the same place, I
 don't see why this wouldn't work.

 Good luck!

 On Feb 21, 5:59 am, Vik vik@gmail.com wrote:
  Hie
 
  I have created a button and embedded it into a page index.html using div
  appraoch div id=joinus /
  This comes up fine.
 
  I have another page link to this page using a href=page2.htmlgo
 here/a
  and on the page2.html the same div id=joinus/joinus is added.
 
  But on this page2.html this button does not render. Why?
 
  Thankx and Regards
 
  Vik
  Founderwww.sakshum.comwww.sakshum.blogspot.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-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



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



Re: embedding same GWT component in two web pages

2010-02-21 Thread rjcarr
Hi Vik-

Are you sure this second page also loads the translated GWT javascript
files?  If so, and all the other references are in the same place, I
don't see why this wouldn't work.

Good luck!

On Feb 21, 5:59 am, Vik vik@gmail.com wrote:
 Hie

 I have created a button and embedded it into a page index.html using div
 appraoch div id=joinus /
 This comes up fine.

 I have another page link to this page using a href=page2.htmlgo here/a
 and on the page2.html the same div id=joinus/joinus is added.

 But on this page2.html this button does not render. Why?

 Thankx and Regards

 Vik
 Founderwww.sakshum.comwww.sakshum.blogspot.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-tool...@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.