Hi!

Code:

<t:panelTabbedPane id="tabpane1" width="100%">
  <t:panelTab id="ct" label="Current Task">
    <h:form id="taskform">
      <h:inputText value="Huhhhaaaaa" />
      <h:commandButton value="Reset" type="reset" styleClass="button" />
    </h:form>
  </t:panelTab>
</t:panelTabbedPane>

This code gives me a javascript-error on loading the webpage (Firefox):

-> "f has no properties"

Can someone reproduce that ... or am I doing something wrong?

I'm using today's svn-head!

Thanks,
H


Reply via email to