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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T23:05:01+00:00 2026-05-30T23:05:01+00:00

Hello I am currently iterating and displaying a list of fieldsets in a table.

  • 0

Hello I am currently iterating and displaying a list of fieldsets in a table. For the sake of trying to make the layout somewhat decent. I want to create a new row every time the loop gets to the 5th fieldSet. Thanks

JSP:

<div class="det" id="displayFields">
    <table class="det">
        <tr>
            <td>
                <c:forEach items="${detFieldMap}" var="detFieldEntry">     
                    <fieldset class="det">         
                        <legend>${detFieldEntry.key}</legend>  
                        <c:forEach items="${detFieldEntry.value}" var="detBean">    
                            <input type="checkbox" name="fieldNames" value="${detBean.fieldName}" <c:if test="${preselectionMap[detBean.fieldName]}">checked="checked"</c:if>>${detBean.displayName}</input>          
                            </br>    
                        </c:forEach> 
                    </fieldset> 
                </c:forEach>
            </td>
        </tr>
    </table>
</div>
  • 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-05-30T23:05:02+00:00Added an answer on May 30, 2026 at 11:05 pm

    This worked:

    <div class="det" id="displayFields">
        <table class="det">
            <tr>
                <td>
                    <c:forEach items="${detFieldMap}" var="detFieldEntry" varStatus="loop">
                        <c:if test="${not loop.first and loop.index % 5 == 0}"> 
                            </td>
                                </tr>
                            <tr>
                                <td>
                        </c:if>
                        <fieldset class="det">         
                            <legend>${detFieldEntry.key}</legend>  
                            <c:forEach items="${detFieldEntry.value}" var="detBean">    
                                <input type="checkbox" name="fieldNames" value="${detBean.fieldName}" <c:if test="${preselectionMap[detBean.fieldName]}">checked="checked"</c:if>>${detBean.displayName}</input>            
                                </br>    
                            </c:forEach> 
                        </fieldset>
                    </c:forEach>
                </td>
            </tr>
        </table>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello guys Im currently itearing over a list and im hard-coding fieldsets based on
Hello everyone I'm currently trying to create a deferred renderer for my graphics engine
Currently using Telerik ASP .NET MVC Controls version 2011.2.712 Hello all, I am trying
Hello, I'm currently trying to apply the most efficient way to store an extend
Hello I have table in my database holding some browser information I'm currently using
I am currently dabbling in Magento and I want know how I can create
hello i am using joomla and i am trying to create an option that
Hello Im currently writing a product syncronisation script for magento. I know how to
Hello everyone I'm currently having 2 issues with the code below: Upon return of
Hello my friend is currently development an application using SOA Architecture, He sent me

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.