Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The "Tapestry5GWTIntegration" page has been changed by GeoffCallender.
http://wiki.apache.org/tapestry/Tapestry5GWTIntegration?action=diff&rev1=5&rev2=6

--------------------------------------------------

  {{{
  <div xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
  Stock Watcher Component
- <div id="${componentResources.completeId}"></div>
+ <div id="${resources.completeId}"></div>
  <img src="${banner}" />
  <h1>Stock Watcher</h1>
- <div id="stockList${componentResources.completeId}"></div>
+ <div id="stockList${resources.completeId}"></div>
  </div>
  }}}
   Note that this:
  {{{
  ...
- <div id="${componentResources.completeId}"></div>
+ <div id="${resources.completeId}"></div>
  ...
  }}}
  Is the same id that you added in the "HashMap" above.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to