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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T17:31:28+00:00 2026-06-14T17:31:28+00:00

I have a page where I’m Viewing session info (where session in this context

  • 0

I have a page where I’m “Viewing session info” (where session in this context is a business element. Think of a session like a training session). Part of this session info is a list of files. (An example of a session file would be the sign-in sheet of all the people who attended the session.) Clicking the link at the end of the list of files will delete the file from the session via a method called `inativeateSe

In my struts config for inactivateSessionMaterial, I have the following result

<result name="success">
    /secure/courses/sessions/view_session_info.jsp
</result>

But this is insufficient. It really needs to be view_session_info.jsp?sessionId=1234. How can I add that variable (session id) to the end of this? Something like

<result name="success">
    /secure/courses/sessions/view_session_info.jsp?sessionId=$sessionId
</result>
  • 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-14T17:31:29+00:00Added an answer on June 14, 2026 at 5:31 pm

    Just use <param> tag inside your action for all results in this action

    <action>
       <param name="sessionId">${sessionId}</param>
       <result>...</result>
    </action>
    

    or for specific action result.

    <action>
       <result>
          <param name="location">...</param>
          <param name="sessionId">${sessionId}</param>
       </result>
    </action>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I have page titles like this: $pageTitle = <title>site - {$cat} - {$q} -
I have page like this ... <Page x:Class=WPFTestRig.Page1 xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml Title=Page1> <Grid> <StackPanel> <ComboBox
I have page like this: <ul id=cards> <li id=card1> <div>...</div> <div id=panel1> <form>...</form> <ol
I have page there is button which shows iframe where is small list with
I have page that possibly calls this line. jQuery.ajaxSetup({async:false}) In another function I would
I have page with list of links/urls with target=_blank. And when I click on
I have page where where I list all comments for a post. Next to
I have page main.html in it i have this code in the body tag:
I have page with a simple table and advanced search form. I pass List<Customers>

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.