I don't remember the exact issue (that was a few brain cells ago), but I think it only did the first button's action and ignored the others. My application was working just fine until I tried it in IE. (How many people have said that before?) I'm sure you could ask the Google Brain for more details. mrg
On Mon, Feb 9, 2009 at 1:22 PM, Filip S. Adamsen <f...@fsadev.com> wrote: > Oww, I had no idea... *edits some of his code* :) > > Thanks for the tip from here as well! > > -Filip > > On 2009-02-09 15:31, Michael Gentry wrote: > >> This is slightly OT, but you do not want to use the BUTTON tag. IE (at >> least IE 6) does not handle multiple BUTTONs in a FORM correctly. It will >> cause you massive pain. Use CSS on the INPUT, instead (and I see someone >> else already pointed you to some articles for that). >> mrg >> >> PS. Safari and Firefox do handle multiple BUTTONs correctly, but if IE is >> even a remote target browser, better to avoid BUTTON altogether. >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >