ajax - a4j:region and external param -


my problem in code

<a4j:region renderregiononly="true">                                                                                         <a4j:commandlink value="#{msg['page.documents-aed.copy.action']}" action="#{documentsaedcopycontroller.init(documentsaed.selectedids)}"                                                      oncomplete="richfaces.showmodalpanel('document-copy');">                         <f:param name="documentsaed" value="#{providername}" />                     </a4j:commandlink>                                       </a4j:region>   

but documentsaed null

with :

<a4j:region renderregiononly="true">                                                                                         <a4j:commandlink value="#{msg['page.documents-aed.copy.action']}" action="#{documentsaedcopycontroller.init(providername.selectedids)}"                                                      oncomplete="richfaces.showmodalpanel('document-copy');">                                                 </a4j:commandlink>                     <a4j:log level="all" popup="true" mode="popup"/>                   </a4j:region>  

the problem same


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -