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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T12:58:13+00:00 2026-05-22T12:58:13+00:00

i am using display tag for showing table in my jsp page. I need

  • 0

i am using display tag for showing table in my jsp page. I need to show different images in one column of table based on other column’s value.

Below is the code snippet from my jsp page:

<s:if test="appStatusList.size() != 0">

        <display:table name="appStatusList" class="its">
            <display:caption>App Status</display:caption>
            <display:column property="currentStatus" title="Current Status" />
            <display:column property="updateDate" title="Update Date" />
            <display:column > <img src="/AppUpdatePortal/images/delete.png" /></display:column>

        </display:table>

    </s:if>

How can i change image src based on other column value. Please help.

Thanks
Jyoti

  • 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-22T12:58:14+00:00Added an answer on May 22, 2026 at 12:58 pm

    Read http://www.displaytag.org/1.2/tut_implicitobjects.html. If you add an id attribute to your display:table tag, you may have access to the current object of the list.

    <display:table name="appStatusList" class="its" id="appStatus">
        <display:caption>App Status</display:caption>
        <display:column property="currentStatus" title="Current Status" />
        <display:column property="updateDate" title="Update Date" />
        <display:column><img src="/AppUpdatePortal/images/${appStatus.currentStatus}.png" /></display:column>
    </display:table>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using display tag to display data in a table on a JSP.
In jsp I'm using Display tag to print a table. I want to display
I want to export the table which is displayed using display tag on the
I using display tag for my application. to render the table in some format
I cannot figure this one out. When using display:table along with display:table-cell , placing
I'm using the <pre> tag to display preformatted text (including line breaks, spaces and
Twitter seems to be using an <i/> tag to display their icons from a
I am actually using h:selectOneRadio to display items, given to it from f:selectItems tag.
The script I am using 'gets' a html page and parses is showing only
I am using display tag in portals(Struts Portal Framework) deployed in websphere portal, using

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.