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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T11:31:29+00:00 2026-05-16T11:31:29+00:00

I am using Spring Roo. There is table:table and table:column tags. How to display

  • 0

I am using Spring Roo. There is table:table and table:column tags.

How to display sub-property of colections elements in table?

In straightforward way it doesnt work:

<table:table data="${knowledgebase.concepts}" id="l_domain_Concept" path="/concepts" z="user-managed">
  <table:column id="c_domain_Concept_translations" property="defaultTranslation.name"  z="user-managed" />
</table:table>

Exception:

Caused by: javax.el.PropertyNotFoundException: Property 'defaultTranslation.name' not found on type domain.data.Concept
  • 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-16T11:31:29+00:00Added an answer on May 16, 2026 at 11:31 am

    I modified table.tagx so it could be used with sub-properties and Spring converting capabilities.

    <c:forTokens items="${columnProperties}" delims="," var="column" varStatus="num">
    <c:set var="prop" value="${ item }" />
        <c:forTokens items="${column}" delims="." var="subprop">
            <c:set var="prop" value="${ prop[subprop]}" />
        </c:forTokens>
    <c:set var="columnMaxLength" value="${lengths[num.count - 1]}" scope="request"/>
     <td>
         <c:choose>
             <c:when test="${not convert}">
                 <c:out value="${columnMaxLength lt 0 ? prop : fn:substring(prop, 0, columnMaxLength)}" />
             </c:when>
             <c:otherwise>
                 <spring:eval expression="prop" />
         </c:otherwise>
         </c:choose>
     </td>
    

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

Sidebar

Related Questions

I'm using spring-roo trying to use dojox.grid.DataGrid. The page renders as a plain table.
My tables are getting generated along side classes by using Spring Roo. However there
I'm using Spring Roo and jspx to make a system for managing a property
Using Spring MVC, is there any way to factorize the org.springframework.ui.Model , in order
I'm using Spring/Roo for an app server, and need to be able to post
I have to store long strings in MySQL database using spring roo. I assumed
I am using Spring MVC 3.1.x with Tiles 2.2.2 (bootstrapped project with Roo) and
When using spring security, specifically with @notation; what is the proper way to access
I am using Spring Roo for my project. Spring Roo is using JSPX for
I am using Spring roo.But i found that roo uses internet to download the

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.