Dear Wiki user,

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

The "Tapestry5HowToGetAnHTMLStringFromARenderCommandParameter" page has been 
changed by uklance:
http://wiki.apache.org/tapestry/Tapestry5HowToGetAnHTMLStringFromARenderCommandParameter?action=diff&rev1=2&rev2=3

  Sometimes, you may want to specify a component parameter in tapestry's markup 
language (TML) and instead of rendering the HTML directly to the response 
output stream, you may wish to use it for some other purpose (eg use it in a 
javascript).
  
- The following is an example of a component does the following:
+ The code below demonstrates a component that does the following:
   * Accepts a count parameter and a 
[[http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/runtime/RenderCommand.html|RenderCommand]]
 parameter
   * Adds a wrapper div to the markup writer
   * Loops through each count and updates a the "current" property which may be 
referenced in the RenderCommand parameter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
For additional commands, e-mail: dev-h...@tapestry.apache.org

Reply via email to