5 Replies Latest reply on Jun 8, 2009 9:50 AM by kostik

    RichFaces 3.3.1 rich:inplaceInput a4j:support not working, b

    dnorris

      Eclipse 3.4sr2
      GlassFish v2.1
      Sun mojarra RI 1.2_12
      or
      glassfish RI

      Given the code snippet with simple backing bean:
      <rich:inplaceInput id="inputBRAND" value="#{index.param_brand}">
      <a4j:support process="paramForm" event="onchange" action="#{index.Search}" reRender="output1"/>
      </rich:inplaceInput>

      This works using RichFaces 3.3.0 but fails with 3.3.1
      Using 3.3.1 I cannot access the bound value either in the bean or on the jsp page. It's like it refuses to bind even though there are no errors.

      Can you help?