1 Reply Latest reply on Jun 27, 2008 6:20 AM by scattie

    Richfaces 3.1.6 action not working

    raspberry

      After 3.1.6 update, by replace the 3 richfaces jar files, action methods in commandButton is not being called.
      ...
      <h:form>
      <h:outputText value="Name:"/>
      <h:inputText value="#{form.name}"/>
      <h:commandButton action="#{form.nameAction}" value="Submit"/>
      </h:form>
      ...
      In the above code the "form.nameAction" is never called when submit button is pressed.

      The code run perfectly well with richfaces 3.1.5.

      I am using IBM Rational Application Developer, webapp 2.4, JSF 1.1

      Can any one explain this ?