You could just use a regular pagelink, actionlink or event link and style it (with CSS) to look like a button.
If you really want to use a <button> element, you can. But you'll have to decide out how to get the Tapestry-generated URL to the browser, with a JavaScript click event handler. Maybe get the link from ComponentResources#createEventLink, add it as an HTML5 "data" attribute to the button element, using JavaScript to pull out the data value when clicked. http://tapestry.1045711.n5.nabble.com/Create-a-component-event-link-for-another-page-td3351100.html On Sun, Feb 24, 2013 at 8:05 AM, based2 <ba...@free.fr> wrote: > http://www.w3schools.com/tags/tag_input.asp > > <input> elements are used within a <form> element to declare input controls > that allow users to input data. > > == > > http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/Submit.html > > http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/ActionLink.html > > http://tapestry.apache.org/component-reference.html#ComponentReference-LinksandButtons > > http://tapestry5-jquery.com/mixins/docsbutton?t:lb=t > > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/button-tag-tp5720185p5720187.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > On Sun, Feb 24, 2013 at 8:05 AM, based2 <ba...@free.fr> wrote: > http://www.w3schools.com/tags/tag_input.asp > > <input> elements are used within a <form> element to declare input controls > that allow users to input data. > > == > > http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/Submit.html > > http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/ActionLink.html > > http://tapestry.apache.org/component-reference.html#ComponentReference-LinksandButtons > > http://tapestry5-jquery.com/mixins/docsbutton?t:lb=t > > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/button-tag-tp5720185p5720187.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org