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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T14:44:28+00:00 2026-06-18T14:44:28+00:00

I have the following code in my Facelet: <html xmlns=http://www.w3.org/1999/xhtml xmlns:f=http://java.sun.com/jsf/core xmlns:h=http://java.sun.com/jsf/html xmlns:a4j=http://richfaces.org/a4j xmlns:rich=http://richfaces.org/rich

  • 0

I have the following code in my Facelet:

<html xmlns="http://www.w3.org/1999/xhtml"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:a4j="http://richfaces.org/a4j"
    xmlns:rich="http://richfaces.org/rich"
    xmlns:ui="http://java.sun.com/jsf/facelets">
    <h:form>
        <h:panelGrid columns="1">
            <rich:paint2D id="painter" width="300" height="120"
                data="#{paintData}" format="png" paint="#{paintBean.paint}" >
            </rich:paint2D>
            <h:panelGroup> 
                <h:outputText value="Change text color " />
                <rich:colorPicker colorMode="hex" value="#{paintData.color}">
                    <a4j:support event="onchange" reRender="painter"/>
                </rich:colorPicker>
            </h:panelGroup>
        </h:panelGrid>
    </h:form>
</html>

And I have the following jars in my /lib folder:

  1. richfaces-api-3.3.3.Final.jar
  2. richfaces-ui-3.3.3.Final.jar
  3. richfaces-impl-3.3.3.Final.jar

In UI I am getting the following message:

Warning: This page calls for XML namespace http://richfaces.org/rich declared with prefix rich but no taglibrary exists for that namespace.

And in console I got the following exception:

SEVERE: Error configuring application listener of class com.sun.faces.config.ConfigureListener
java.lang.ClassNotFoundException: com.sun.faces.config.ConfigureListener

How is this caused and how can I solve it?

  • 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-18T14:44:30+00:00Added an answer on June 18, 2026 at 2:44 pm
    java.lang.ClassNotFoundException: com.sun.faces.config.ConfigureListener
    

    The JSF implementation itself is missing in runtime classpath. You seem to have explicitly configured a

    <listener>
        <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
    </listener>
    

    in your web.xml while not having Mojarra installed.

    Download and install Mojarra. Older versions are composed of jsf-api.jar and jsf-impl.jar files and newer versions (since 2.0.9/2.1.6) exist of a single javax.faces.jar file. Note that RichFaces 3.x implementation is by default not JSF 2.x compatible. You need to have a JSF 2.x compatible build richfaces-impl-jsf2-3.3.3.Final.jar. See also JBoss Wiki on the subject.

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

Sidebar

Related Questions

Hi I have followed the setup guide at: http://myfaces.apache.org/trinidad/installation.html When I include the following
I have the following code in my Facelet: <ui:composition template=/templates/mastertemplate.xhtml> <ui:define name=pageTitle> <h:outputFormat value=#{msgs.productPageTitle}>
I have following code in my html <p>6565655655|cell</p> I want to remove this vertical
I have the following JSF code (stripped down for the sake of sanity): <!DOCTYPE
I have the following code: otroDemo.java: package beans; import java.io.Serializable; import javax.faces.bean.ManagedBean; import javax.faces.bean.ApplicationScoped;
I have following code that checks whether date is valid. http://jsfiddle.net/uzSU6/36/ If there is
I have the follwing code inside a facelet page: <h:inputNumber value=bean.property> <f:convertNumber type=currency />
I have following code in initialization im = imread('Image02.tif'); figure(); imagesc(im); colormap(gray); [hImage hfig
I have following code <div id=main> <div id=one> </div> <div id=two> </div> <div id=three>
I have following code for updating user's column public void UpdateLastModifiedDate(string username) { using

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.