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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T17:28:43+00:00 2026-06-04T17:28:43+00:00

I using struts2 s:iterate tag. My collection name keeps on changing. So i wants

  • 0

I using struts2 “s:iterate” tag. My collection name keeps on changing. So i wants to use an expression for specifying the value. According tld expressions are not allowed for “value” in “s:iterate” tag.

is there way to keep the value variable, instead of a static value.

     <s:iterator value="${param.listName}" status="status" > 
    </s:iterator>

Something like above.I would like use the listName from request parameter to specify the name of the collection to the iterate tag.

  • 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-04T17:28:45+00:00Added an answer on June 4, 2026 at 5:28 pm

    Do you mean something like this:

    <s:iterator var="reportHeader" value="%{#session.myList}" status="headerNumber" >
    </s:iterator>
    

    yep works like a charm.

    Update:

    myList in session.myList is a String which represents the key.

    So corresponding action code will be

    public String execute(){
      HttpSession session = ServletActionContext.getRequest().getSession();
      session.setAttribute("myList", new ArrayList<String>());
      return Action.SUCCESS;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Struts 1.3. Submitting forms as a collection using the <logic:iterate> tag I'd like
I am using struts2 to build a web application and I use struts2 tags
Hi i am using struts2 and hibernate in my project. I need to use
I use tomcat. I am developing a web application using struts2, and I use
Using struts2 with jsp with standard struts tag libraries. I'm trying to dynamically hide
I am using strus2 tags in a jsp to iterate over a collection: <s:if
Is it possible in Struts 2 to iterate an enum using the tag <s:iterator>
I iterate a list using Struts 2 tags. <s:iterator value=popUpScreenDetailsList status =rowCounter> //do something
I am using Struts2 with Spring plugin. I want to set a variable value
if anyone knows , how to iterate String list in jsp using in struts2.

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.