Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor formatting

...

To do this, you must know, on the server, the client ids of each Zone. That's one of the reasons that you will generally set the Zone's
client id (via the Zone's id parameter), rather than let Tapestry assign a client id for you.

...

When the component initially renders as part of a full page render, you get a sensible
bit of markup:

Code Block
controlstrue
linenumberstrue
  <input id="firstName" name="firstName" type="text">

...