• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Blank webpage in dynamic layout

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello everyone,

Im a seasoned android developer but very new to GWT, i made a hello world project and it doesnt load the label dynamically

In my entry module class i have this pseudocode




and in my helloworld.html, i have empty <body> tags, in theory this should work , but it doesn't, i did search similar posts in the forum, and people seem to use div tags, but doesn't that hard code the whole layout?

Please help me out,

Thanks
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does your html have the nocache.js embedded? Without it, your "GWT code" won't be executed.
https://developers.google.com/web-toolkit/doc/latest/FAQ_DebuggingAndCompiling#What's_with_all_the_cache/nocache_stuff_and_weird_filenames
 
Jeet Dholakia
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Maneesh Godbole wrote:Does your html have the nocache.js embedded? Without it, your "GWT code" won't be executed.
https://developers.google.com/web-toolkit/doc/latest/FAQ_DebuggingAndCompiling#What's_with_all_the_cache/nocache_stuff_and_weird_filenames




Thank you so much,

now i can make that next face book

Regards
 
Could you hold this kitten for a sec? I need to adjust this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic