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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -