There is no button component yet. Feel free to write it! One option that (I think) works in most browsers is:
<input type="button" value="Cancel" onclick="location.href='${cancelUrl}';"/> Add a String getCancelUrl() to your page class. Cheers, Nick. Mohammad Shamsi wrote:
hi all, i need a button in a form for cancel operation and back to prev, page. but i just have submit component in T5, and this component validate my page, i don't need validation. :(
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]