1 Reply Latest reply on Sep 11, 2008 7:07 AM by ilya_shaikovsky

    a4j:support stopped working

    gwzoller

      Hello,

      I have been using code like the chunk below on project comprised of several developers:

      <rich:inplaceSelect
       viewClass="editable" value="#{cartMgr.selectedShipToAddr}"
       >
       <f:selectItems value="#{listUtil.getShipToAddrList(cartMgr.shippingInfo)}"/>
       <a4j:support event="onviewactivated" />
       </rich:inplaceSelect>
      


      Widget renders fine. Before (when it worked) including the a4j tag seemed to ensure that that the value was immediately set on the Java bean, i.e. the setter was called as soon as the onviewactivated event was raised. Life was good.

      Then something changed--not in the Richfaces library--but in our code or config. Now the a4j tag does nothing. I can even specify an action parameter but any method I specify won't get called. It's like it gets totally ignored for some reason.

      Does anyone have any tips on what kinds of things might have effected this so I can track this breakage to its source? Validation? I'm at a loss at this point.
      Thanks!
      Greg