Bookmark Topic Watch 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
This is the FAQ page for Struts related things.

NOTE: The Struts 1.x web framework has reached its end of life and is no longer officially supported.
Read the announcement here

There are now two very distinct and different versions of Struts, generally referred to as Struts 1 and Struts 2. Because Struts has been around for many years, when someone says "Struts" without qualifying it, they generally mean Struts 1. When Struts 2 was born, while it kept the concept of a central controller, it departed from Struts 1 in a lot of important ways such as the use of a Servlet filter instead of a Servlet, and a completely different JSP tag library. If you'd like to know more about the differences between Struts 1 and Struts 2, see this link.

Note: Eric put together a handy way to EscapeHtml for posting in the forums

For all other questions, click on the respective links for Struts 1 or Struts 2 below:


  • Struts1Faq
  • Struts2Faq


  • Some popular threads in the Struts forum:


  • Duplicate form submission - Synchronizer Token Pattern
  • Cannot find bean in any scope
  • JSF Vs Struts (Portlets perspective)
  • How to check a checkbox automatically in struts
  • Struts TLD download
  • Struts 2 doesn't see the Action mapping
  • struts with jdbc example
  • Exception: Servlet.service() for servlet jsp threw exception




  • CategoryFaq
     
    Don't get me started about those stupid light bulbs.
      Bookmark Topic Watch Topic
    • New Topic