1 Reply Latest reply on Aug 24, 2008 9:17 AM by gibiman

    a4j:actionparam not working in rich:inplaceSelect tag

    gibiman

      Hi ,


      I'm sorry to complain with the "not working" words ( i'm sure you've heard enough of them ) but still this is my problem :

       <ui:define name="body">
      
       <h:form>
       <h:inputText styleClass="inputText" id="numeClientExpeditor"
       value="#{awbClient.numeClient}" />
      
       <rich:inplaceSelect value="#{simpleBean.pp}"
       defaultLabel="Click pt. editare!">
       <f:selectItems value="#{cautareAwbPageBean.rezolutiiAwb}"/>
       <a4j:support event="onchange" ajaxSingle="true" reRender="labelInfoAdd,inputInfoRezolutie"/>
       <a4j:actionparam name="someValue" value="xxx" assignTo="#{cautareAwbPageBean.indexRandModificat}"/>
       </rich:inplaceSelect><br/>
       </h:form>
       </ui:define>
      
      


      the "xxx" value simly isn't set in the cautareAwbPageBean . Neither is the http request attribute .

      Any suggestions would be welcomed .
      Thanks,
      Victor