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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T08:43:44+00:00 2026-05-29T08:43:44+00:00

Take the tutorial YABE as example, in the CRUD, for Post, it can show

  • 0

Take the tutorial YABE as example, in the CRUD, for Post, it can show its related tags, but it can not show its related comments. So how can I let it show its related comments ?

Thanks.

  • 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-29T08:43:45+00:00Added an answer on May 29, 2026 at 8:43 am

    Limitation

    The CRUD module only shows bi-directional relationships in one of the
    two entities: the one that does not have the mappedBy attribute.

    Use the custom tag if you need to.
    Something like:

    <div id="crudListTable">
        #{crud.table fields:['name','description','comments']}
        #{crud.custom 'description'}
           #{if object.description}${object.description.length() > 50 ? object.description[0..50] + '…' : object.description}#{/if}
        #{/crud.custom}
        #{crud.custom 'comments'}
            #{list items:object.comments, as:'comment'}
                ${comment.description} /
            #{/list}
        #{/crud.custom}
        #{/crud.table}
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let's take the Django tutorial. In the first part we can find this model:
For example, can I take this script ( from mozilla tutorial ): <html> <head>
I asked this question over in the actual tutorial, but not sure I'll get
When take some tutorial from web, I see many people leaves tags open like
I've read pretty much every guide and tutorial I can find on WebSockets, but
I've take Apple's tutorial as example, and inserted in my iPhone app, to make
I'm reading an openssl programming tutorial . I can't let a server app to
Take the following string as an example: The quick brown fox Right now the
Take the following generics example import java.util.List; import java.util.ArrayList; public class GenericsTest { private
I'm new to the NSXMLParser, so I decided to take this tutorial: http://www.xcode-tutorials.com/parsing-xml-files/ and

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.