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>
Hey ,
solved that one , the actual problem is that i should have put the actionparam tag as a child of the a4j:support tag.
Cheers & keep up the good work
victor