• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

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
 
A tiny monkey bit me and I got tiny ads:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic