Re: button tag

2013-02-24 Thread Bob Harner
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 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 lin

Re: button tag

2013-02-24 Thread based2
http://www.w3schools.com/tags/tag_input.asp elements are used within a 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/tape

Re: button tag

2013-02-24 Thread John
I envisage something like this: Click Me!