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 7770617
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T16:27:05+00:00 2026-06-01T16:27:05+00:00

In a JSF Facelets web application, is it possible to make a jQuery AJAX

  • 0

In a JSF Facelets “web” application, is it possible to make a jQuery AJAX poll/push without the use of a component library (e.g. RichFaces/IceFaces/PrimeFaces)?

If jquery AJAX is used what should be used for the url = ” part?

Can I use the #{BackingBean.property}?

$.ajax({url:"demo_ajax_load.txt", success:function(result){
    $("div").html(result);
}});
  • 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-01T16:27:06+00:00Added an answer on June 1, 2026 at 4:27 pm

    Yes it is possible the url should can be a servlet for example it should be

    something like /servlets/SomeServletName

    and in your web.xml add the mapping

    like this

    <servlet>
        <servlet-name>SomeServletName</servlet-name>
        <servlet-class>your.package.name.SomeServletName</servlet-class>
    </servlet>
    <servlet-mapping>
        <servlet-name>SomeServletName</servlet-name>
        <url-pattern>/servlets/SomeServletName</url-pattern>
    </servlet-mapping>
    

    p.s backing bean property is not related in here…

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

Sidebar

Related Questions

For a web application I make use of JSF 1.2 and Facelets. The problem
I have a dynamic web application in Java EE with JSF, Facelets, Richfaces. My
I'm using JSF 1.2 with Richfaces and Facelets. I have an application with many
I am currently working on a JAVA web application using JSF, Facelets, JSTL and
I have developed a java web application using JSF 2.0(Facelets) on GlassFish 3.1.1 with
I'm creating a JSF/Facelets web app in Eclipse. I've configured my project to use
I'm building a web App using JSF 2.0 and had a jaf-facelets.1.1.10 jar in
I'm building a JSF+Facelets web app, one piece of which is a method that
I would like to use JavaScript to manipulate hidden input fields in a JSF/Facelets
I`m developing an application using Spring WebFlow 2, Facelets and JSF. One of my

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.