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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T13:18:15+00:00 2026-05-24T13:18:15+00:00

I have a simple use case <div id=contentDiv> <!– This does not work –>

  • 0

I have a simple use case

    <div id="contentDiv">

            <!-- This does not work -->
            <div id="frmDiv">
                    <s:form action="..">
                            <s:a target="contentDiv" theme="ajax">Reload</s:a>
                    </s:form>
            </div>

            <!--This works -->
            <div id="listDiv">
                    <s:a target="frmDiv" theme="ajax" someaction >Click Me</s:a>
            </div>
    </div>

I have noticed when a target of a link which is within the same target then this ajax action does not work. While when target of link is outside the div this works as required.

Any workaround to reload same div or set it as target for ajax result.

I am using struts 2.0.14

Also here instead of link if I use button this does not work. Any work-around will be appreciated.

  • 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-24T13:18:15+00:00Added an answer on May 24, 2026 at 1:18 pm

    Just use html when it makes sense. Also using ajax witout tag libraries is probably the faster way in the long run. They are great for templates and simple logic but as client side needs become more demanding they quickly fail.

    You should upgrade the application, it is highly unlikely anything would break and you get some new features. It’s possible the issue you are experiencing does not exist. Have not tested it but the tag library has had a number of improvements and fixes since that version.

    <a href="#first">link to first</a>
    <a href="#second">link to second</a>
    
    <!-- following weird ognl was used because you are at version 2.0.14, you should upgrade then I could have used the begin and end attributes, like in c:forEach-->
    <s:iterator value="(84).{ #this }" >
      <br/>
    </s:iterator>
    
    <div id="first">
     This is first.
    </div>
    
    <s:iterator value="(84).{ #this }" >
      <br/>
    </s:iterator>
    
    <div id="second">
     This is second
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My use case is very simple : I have a GUI application, and inside
I have a simple form to enter details of a new case (kase), it's
I have a form that looks kind of like this: <div> <div class=contact> <h1>Person's
I have a relatively simple use case which is failing. Consider the following code:
I have a relatively simple (I think) use-case but I can't find any examples
My use case is simple. I have a root domain object which references a
I'm trying to use NHibernate for data access, and I have 2 simple entities
I have built a simple Eclipse plugin where a user may use a TableViewer
I'm trying to use a Thread in a simple winform. I have a ListBox
Does anyone have sample code to copy open (in-use and locked by another program)

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.