Note that there are some explanatory texts on larger screens.

plurals
  1. POjsf a4j not working on popup screen
    primarykey
    data
    text
    <p>I am working in JSF</p> <p>When I open popup screen my a4j ajax call doesn't work.</p> <p>Where as same screen works if I don't do popup.</p> <p>Is this usual thing?</p> <hr> <p>Popup one page where ... few code like this..</p> <pre><code>&lt;%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%&gt; &lt;%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%&gt; &lt;%@ taglib prefix="t" uri="http://myfaces.apache.org/tomahawk"%&gt; &lt;%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%&gt; </code></pre> <p>Delay set to</p> <pre><code>&lt;a4j:queue requestDelay="500" ignoreDupResponses="true" /&gt; </code></pre> <p>and actual ajax call like</p> <pre><code>&lt;a4j:commandLink actionListener="#{insuranceBackingBean.viewAll}" ajaxSingle="true" reRender="formularyList, noRecFoundGridForFormulary, patientCurrentDemographicDetails,patientInsuranceDemographicDetails,conflictSection" eventsQueue="onClick" onclick="setEligibilityValues('#{insuranceBean.fromEligibility}','#{insuranceBean.payerMessage}','#{insuranceBean.pharmacyBenefitRetailCoverageStatus}','#{insuranceBean.pharmacyBenefitMailOrderCoverageStatus}','#{insuranceBean.pharmacyBenefitLTCCoverageStatus}','#{insuranceBean.pharmacyBenefitSpecialtyCoverageStatus}');setVisibleConflictGrid();" &gt; &lt;f:verbatim&gt;View&lt;/f:verbatim&gt; &lt;f:param name="insuranceID" value="#{insuranceBean.id}" /&gt; </code></pre> <p></p> <p>where <code>setEligibilityValues</code> is script which is being called but <code>insuranceBackingBean.viewAll</code> is not being called.</p> <p>Is there any way to <code>troubleshoot</code> this???</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload