Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8985045
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T21:15:02+00:00 2026-06-15T21:15:02+00:00

My preRenderView event invokes OmniFaces Ajax utility’s oncomplete() method to execute javascript on the

  • 0

My preRenderView event invokes OmniFaces Ajax utility’s oncomplete() method to execute javascript on the client. I just tested this, and the javascript is not executed on the client.

My f:event is below.

<f:metadata>
    <o:enableRestorableView/>
    <f:event type="javax.faces.event.PreRenderViewEvent" listener="#{pageNavigationController.preRenderView()}"/>
</f:metadata>

My pageNavigationController.preRenderView() is below,

public void preRenderView() {
    if (initLayoutForPage) {
        // initialize layout for page
        layoutController.initializeForPage(page);
        initLayoutForPage = false;
    }
    if (usersController != null) {
        usersController.preRenderView();
    }
}

which calls usersController.preReviewView() below, which invokes Ajax utility’s oncomplete().

public void preRenderView() {
        Ajax.oncomplete("document.getElementById('menuBarForm:btnLogout').click();");
}

Currently in production, the javascript above works as designed; this javascript is called as follows.

    <script>window.onbeforeunload = function() { document.getElementById('menuBarForm:btnLogout').click(); }</script>

So, why is the javascript not being executed on the client?

EDIT: I no longer need this functionality as I just figured out a workaround for the original problem, but I would appreciate an answer to this question. Thanks. 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T21:15:03+00:00Added an answer on June 15, 2026 at 9:15 pm

    I just confirmed that Ajax.oncomplete() works as designed even when executed during/via preRenderView event. OmniFaces ‘Ajax’ utility is for ‘Ajax’ requests. I was under the assumption that OmniFaces Ajax.oncomplete() would send javascript to client during preRenderView on a FPR (full page refresh or non-AJAX request).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using this in a page: <f:event type=preRenderView listener=#{bean.logoutIfNotAuthenticated}/> it works. However, the
When should one use the f:viewAction or preRenderView event to initialize data for a
So we have an f:event: <f:metadata> <f:event type=preRenderView listener=#{dashboardBacking.loadProjectListFromDB}/> </f:metadata> Which is triggered as
I have the follwing listener used via f:event type=preRenderView listener=#{sessionCheck.loginVerify}/ in my jsf page:
So far I have only known and seen <f:event type=preRenderView listener=#{situationHelper.load}/> and I wonder
I am in a little bit of trouble with my preRenderView-Event. My page also
Basically, I need to call a method after RENDER_RESPONSE phase. I tried this: <f:phaseListener
I can't get the preRenderView event listener to work on a GET request in
Is it possible to disable triggering of this action when doing postback? <f:metadata> <f:event
I have problem firing an ajax request with Primefaces <f:metadata> <f:viewParam name=token value=#{clientBean.token}/> <f:event

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.