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

  • Home
  • SEARCH
  • 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 8197449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T05:44:39+00:00 2026-06-07T05:44:39+00:00

I am using PrimeFaces, which in turn uses JQuery UI for not only the

  • 0

I am using PrimeFaces, which in turn uses JQuery UI for not only the functionality but its CSS styling framework. This question arises from my ignorance about the CSS framework, and I have been unable to find any examples or documentation to guide me.

What I want to do is use the Theme’s style for error messages for my own panel. Something like this:

<p:panel rendered="#{bean.someError}"  styleClass="?? what goes here ??">
    <h:outputText styleClass="?? what goes here ??"
         value="Error!  A parameter to this page is wrong so it can't be rendered.  This
                is probably because you used a stale bookmark." />
</p:panel>

I want it to looks similar to the error message you would get when using . Any pointers much appreciated.

  • 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-07T05:44:40+00:00Added an answer on June 7, 2026 at 5:44 am

    the easiest way to do this is to look at primefaces showcase, and use firebug to look at css classes.

    I think you should use p:outputPanel with layout=”block” instead of p:panel, because the panel has its own styles. Instead, the outputPanel with block layouts renders a div with no styles.

    Anyway, this is how your code should look like

    <p:outputPanel rendered="#{bean.someError}" layout="block" styleClass="ui-messages ui-widget">
         <div class="ui-messages-error ui-corner-all">
             <span class="ui-messages-error-icon"></span>
             <ul>
                <li>
                    <span class="ui-messages-error-summary">
                        <h:outputText value="Error!  A parameter to this page is wrong so it can't
                                             be rendered.  This is probably because you used a
                                             stale bookmark." />
    
                    </span>
               </li>
            </ul>
        </div>
    </p:outputPanel>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using PrimeFaces p:messages but I think this question applies equally to h:messages
Hello i am using primefaces version 3.2 The ui layout which i am using
I'm using JSF templates and Primefaces. Javascript code does not seem to be working
I'm using primefaces' accordion panel. Inside the tabs i have forms which are created
We are using Primefaces 3M4 and one of our pages has a p:dataTable which
I am using primefaces 3.2. I have prepared wizard which insert user information on
I am using PrimeFaces <p:fileUpload > with <h:inputText> inside. The problem which i am
I'm working on a JSF 2.0 project using Mojarra, PrimeFaces and Tomcat 6.x, but
In primefaces 3.0.M3, While using document.getElementById('confirmPassword') for getting textBox value to javaScript, which gives
This question is mainly directed at the PrimeFaces dev team but maybe someone else

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.