You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Apache Wiki <wi...@apache.org> on 2008/03/19 15:14:27 UTC

[Tapestry Wiki] Update of "Tapestry5SubmitContextComponent" by JensPfau

Dear Wiki user,

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

The following page has been changed by JensPfau:
http://wiki.apache.org/tapestry/Tapestry5SubmitContextComponent

The comment on the change is:
Informal parameters are rendered now (thanks to François Armand)

------------------------------------------------------------------------------
  
           // now the submit
           writer.element("input", "type", "submit", "name", elementName, "id", getClientId());
+          _resources.renderInformalParameters(writer);
       }
  
       void afterRender(MarkupWriter writer)

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