Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

216
Views
Managed Bean method not executed when unloading the JSF page

I want to execute a managed bean method when exiting the page, I use this code, but the method is not executing when leaving the page. I am working with jdev 12.2.1.4.0. Can you help me please:

       <af:document smallIconSource="/resources/images/favicon.ico" title="Gestion des Pays" uncommittedDataWarning="on"
             id="d1" onunload="performUnloadEvent"
                 clientComponent="true"> 
    <f:facet name="metaContainer">
        <af:resource source="/resources/utils.js" type="javascript"/>
        
    </f:facet>
    <af:messages id="m1"/>
    <af:resource type="javascript">
    window.addEventListener('beforeunload',
                       function (){performUnloadEvent()},false)     
  function performUnloadEvent(){
   //note that af:document must have clientComponent="true" set
     //for JavaScript to access the component object
   var eventSource = AdfPage.PAGE.findComponentByAbsoluteId('d1');
 //var x and y are dummy variables obviously needed to keep the page
 //alive for as long it takes to send the custom event to the server
 var x = AdfCustomEvent.queue(eventSource,
                           "handleOnUnload",
                           {args:'noargs'},false);
 //replace args:'noargs' with key:value pairs if your event needs to
//pass arguments and values to the server side managed bean.

var y = 0;

}
</af:resource>

< af:serverListener type="handleOnUnload"
               method="#{gestionPaysBean.clearFilter}"/>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!