Thanks Dragan but I need to make sure it works without JS - no choice. Regards, Jim.
-----Original Message----- From: Dragan Sahpaski [mailto:dragan.sahpas...@gmail.com] Sent: 04 August 2010 15:35 To: Tapestry users Subject: Re: <button> for IE I use, <input type="submit" onclick="window.location='${url}'; return false;" value="${value}" /> Cheers On Wed, Aug 4, 2010 at 4:09 PM, Jim O'Callaghan <j...@peritussolutions.com>wrote: > Can anyone advise on a good approach for IE's handling of the <button> tag? > I was using: > > > > <a > href="${returnPage}"><button>${message:generic.continue-label}</button></a> > > > > . in my tml with: > > > > Public Link getReturnPage(){.} > > > > . in my associated java class until I found IE doesn't behave the same way > as Chrome / FF. I am trying to avoid having to provide an onActionFromXYZ > in my page class as I already have the href I want to navigate to - just > that I want to style it as a button without too much hacking. I don't want > to put PageLinks in my tml as in this specific case the context is > variable. > > > > Regards, > > Jim. > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org