Hello,
I'm trying to pass parameters to a function that returns a popup, but there is no way that the popup will show these fields are always empty.
The code:
<b><a4j:commandLink value="#{seccio.codi}" oncomplete="Richfaces.showModalPanel('informacioActivitatSessioPanel')" actionListener="#{activitatBean.seleccionarActivitat}" styleClass="contingutPanellActivitatsLink">
<f:attribute name="activitat" value="#{seccio}" />
</a4j:commandLink></b>
thanks!