• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

List not refreshing after submit

 
Greenhorn
Posts: 12
MyEclipse IDE Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have some problems with my struts 2 app.

I have an Action class that contains a list of items from the bd.

I also have a JSP page that has a criteria form for searching and the results at the bottom of the page.
When i invoke the search button my action gets called and the list is set in the Action but the jsp does not update the list, only the old list shows with originally loaded values.

stuts.xml


FTListAction.java


FTList.jsp
reply
    Bookmark Topic Watch Topic
  • New Topic