4 Replies Latest reply on Oct 7, 2011 4:30 AM by larry3k.jucan.lyth.de

    Framework generated ids problem

    larry3k.jucan.lyth.de
      So I have a Seam Project and I have something like

      <h:form id="fields">
              <h:panelGrid columns="2" >
              ....
              <h:inputText id="code" value="bean.code" />

      my problem is my input is generated with the following id: fields:code and this of course is a problem for my css.
      how can I set the id of my input only to "code"?
      what am I missing?

      Thanks