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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T11:43:30+00:00 2026-06-03T11:43:30+00:00

I got JSF Tomahawk messages and those messages got rendered as one HTML-Table. How

  • 0

I got JSF Tomahawk messages and those messages got rendered as one HTML-Table. How do I avoid such tables? I would prefer one div for all messages which contains one paragraph for each message. Thanks in advance.

My JSF-file-snippet:

<t:messages layout="table" replaceIdWithLabel="true" showDetail="true" showSummary="false" styleClass="mycustomclasswhichgrabsthisshit" />
  • 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-03T11:43:33+00:00Added an answer on June 3, 2026 at 11:43 am

    Check the Tomahawk tag documentation. The <t:messages> tag documentation says the following:

     Name   | Type   | Supports EL? | Description
     -------+--------+--------------+---------------------------------------------
     layout | String | Yes          | The layout: "table" or "list". Default: list
    

    So, fix it accordingly:

    <t:messages layout="list" ... />
    

    Or just remove it altogether. It’s the default already.

    You can if necessary remove the list bullets using CSS:

    .mycustomclasswhichgrabsthisshit {
        list-style-type: none;
    }
    

    (disclaimer: the ranty classname is literally copied from your example, it’s not mine)

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

Sidebar

Related Questions

I've got an JSP tag that I would like to use in my JSF/Seam
I've got a JSF app built with MyFaces 1.2.8, Facelets 1.1.14 and building it
I've got the following JSF form: <h:form> <ui:repeat value=#{list.categories} var=cat> <h:selectOneRadio id=sel1Rad value=#{list.choose} layout=pageDirection>
Got this design issue with JSF + Spring :- I got a datatable on
Just a doubt regarding how JSF session management works I got a managedbean as
I've got a JSF creation form using a selectManyListbox with selectItems inside (it should
I've got the following JSF: <t:column styleClass=cb-status-column> <f:facet name=header> <t:commandSortHeader columnName=externalStatus styleClass=cb-status-column> Status </t:commandSortHeader>
By default, every JSF FacesMessage is presented in a single row. I would like
I'm a novice at JSF and I got a couple of questions concerning organizing
I'm new to JSF and am wondering if I got things right. Let's say

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.