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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T05:57:54+00:00 2026-06-06T05:57:54+00:00

Am farely new to JSF and I get easily confused between JSF and Facelets

  • 0

Am farely new to JSF and I get easily confused between JSF and Facelets when I read tutorials…

What are Facelets ?..Is JSF & Facelets the same ?…

How is Facelets different from JSTL ?

  • 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-06T05:57:56+00:00Added an answer on June 6, 2026 at 5:57 am

    Facelets is a powerful but lightweight page declaration language that is used to build JavaServer Faces views using HTML style templates and to build component trees. Facelets features include the following:

    ·Use of XHTML for creating web pages
    ·Support for Facelets tag libraries in addition to JavaServer Faces and JSTL tag libraries
    ·Support for the Expression Language (EL)
    ·Templating for components and pages

    Basically, Facelets allows you to add template tag libraries (XML documents) that are useful for adding UI controls in html pages, if you work with JSF. this declaration is an example of Facelets:

    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html">
    <!-- look at the xml library 'import' -->
        <body>
            <h:form>
                <h:outputText value="Welcome, #{loggedInUser.name}" disabled="#{empty loggedInUser}" />
                <h:inputText value="#{bean.property}" />
                <!-- look at this tags, the special mark 'h:outputText'... -->
                <h:commandButton value="OK" action="#{bean.doSomething}" /> 
            </h:form>
        </body>
    </html>
    

    In conclusion, Facelets provides the tools (template tag libraries) for UI controls and JSF allows the communication of this controls with back-beans.

    http://en.wikipedia.org/wiki/Facelets
    http://docs.oracle.com/javaee/6/tutorial/doc/gijtu.html

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

Sidebar

Related Questions

I’m farely new to Wordpress but are working on putting a page together which
I am farily new to the topic, but I am trying to combine both
Original Question I want to be able to generate a new (fully valid) MP3
I'm farily new to the ruby language and I came across this line of
Can someone please identify the functional/performance differences, if any, between SET and SELECT in
In the controller: public ActionResult Index() { ViewData[page] = 0; return View(data); } public
Ok, so this is my first attempt at setting up an RSS feed. Here
I'm working to create a simple Python script that will ultimately tell you how
There was a very interesting discussion on LosTechies regarding AutoMapper(an argument for/against 2-way mapping).
For finding the position of a fraction in farey sequence , i tried to

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.