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. > >