Hi Rene, >From w3c;
*Important:* If you use the button element in an HTML form, different browsers will submit different values. Internet Explorer will submit the text between the <button> and </button> tags, while other browsers will submit the content of the value attribute. Use the input<http://www.w3schools.com/tags/tag_input.asp>element to create buttons in an HTML form. On Tue, Nov 17, 2009 at 10:16 AM, "Günther, Rene - Innflow AG" < [email protected]> wrote: > Hi, > > > > just wanted to ask whether it could cause issues to overwrite the renderer > of command button to write <button></button> tags instead of <input > type="submit/image">? I tried it and it seem to work but I am worried that > this might cause issues in certain scenarios which I don't know of. > > I did that to have more CSS / layout options available. > > > > Thanks ! > > > > Rene > >

