3 Replies Latest reply on Aug 22, 2008 4:20 AM by gcollin

    a4j:commandButton generating html button tag ?

    gcollin

      Hello,

      I am making an application using seam, richfaces and ajax4jsf and the design team have done html pages that we need to integrate with our code.

      They have made beautiful submit buttons, but instead of using <input type="submit".> they use the <button.> tag (html 4 I think).

      However, a4j:commandButton seems to generate only <input.> tags, so I'm asking:

      - What's your point of view about this ?
      - Would it be easy to generate button instead ?
      - How could we (as JSF web developers), modify commandButton to generate <button, do you think it is possible ?

      Thanks for your replies...

      GCollin