Title: FAQs  
Author: Unknown User (lagcisco) Nov 04, 2003
Last Changed by: Lukasz Lenart Sep 17, 2022
Tiny Link: (useful for email) https://cwiki.apache.org/confluence/x/Zjc
Export As: Word · PDF  
Incoming Links
Apache Struts 2 Wiki (3)
    Page: Guides
    Page: Old Documentation
    Page: Core Developers Guide
Hierarchy
Parent Page
    Home page: Home
Children (83)
    Page: Can an action tag run another method apart from the default execute method
    Page: Can I add I18N outside the Action's context
    Page: Can I change templateDir on a per-page basis
    Page: Can I change templateSuffix on a per-page basis
    Page: Can I change theme on a per-page basis
    Page: Can we access an Action's Result
    Page: Can we break up a large struts.xml file into smaller pieces
    Page: Can we use Acegi Security with the framework
    Page: Can we use JSTL with the framework
    Page: Can we use JUnit with the framework
Labels
Global Labels (2)
Outgoing Links
External Links (1)
    struts.apache.org/2.x/docs/contributors-guide.html
Apache Struts 2 Wiki (78)     Page: Why do the form tags put table tags around controls
    Page: How to build the portlet WAR for a specific portal server
    Page: I'm trying to run the example in the tutorial on Tomcat, and it can't instantiate the VelocityEngine
    Page: Can I change templateSuffix on a per-page basis
    Page: Multiple Struts 2 wars in a single ear
    Page: How do I add I18N to a UI tag, like the textfield tag
    Page: How can we test applications?
    Page: How do we download files within the framework
    Page: How do we configure an Interceptor to be used with every Action
    Page: How do we access the Action Invocation, action name or namespace from a view
    Page: How can we test Actions
    Page: Does the framework integrate with Hibernate
    Page: Why won't the 'if' tag evaluate a one char string
    Page: How do we change locales
    Page: How can I put a String literal in a Javascript call, for instance in an onChange attribute
    Page: Why can't I use JSTL-style EL expressions in Struts tags?
    Page: How do I render a single radio button
    Page: How do we upload files
    Page: Can we use Acegi Security with the framework
    Page: How can we display dynamic or static images that can be provided as an array of bytes
    Page: How do we get invalidate the session
    Page: How can we access the HttpServletRequest
    Page: How can we access the HttpServletResponse
    Page: Why does WW ignore my message when its enclosed in CDATA
    Page: Why are request parameters appended to our hyperlinks
    Page: Why do I get a javax.el.ELException when using OGNL with JSP2.1?
    Page: Can I add I18N outside the Action's context
    Page: Why would we want to create Action objects from the Spring configuration
    Page: How do I unit test my action's validation logic
    Page: Why does my setter not get called by the params interceptor
    Page: Can we use JSTL with the framework
    Page: Why is my action returning "input" when the form is filled out correctly
    Page: IE showing a prompt saying "This page contains both secure and nonsecure items" when using dojo
    Page: Why is my action unavailable
    Page: How do I decouple XWork LocalizedTextUtil global resource bundle loading from serlvets
    Page: Should the framework call getModel multiple times as a page renders
    Page: Parameters in configuration results
    Page: How can I test my action output, validation or the action execution outside a container?
    Page: Make Struts throw exceptions on missing properties, or log them
    Page: Why is the application logging a warning that the Compound Root cannot find a particular Object with a particular property
    Page: How can I fix the "Attribute 'short-circuit'" error message
    Page: Which portal servers are supported
    Page: Can I change theme on a per-page basis
    Page: How to support UTF-8 URIEncoding with Tomcat
    Page: Can an action tag run another method apart from the default execute method
    Page: Where do we get the latest version the framework
    Page: How do we access static parameters from an Action
    Page: How do I set a global resource bundle
    Page: How can we create our Action objects from the Spring configuration
    Page: Why didn't my action tag get executed when I have validation errors
    Page: How do I change the invalid input error message for a particular field
    Page: JRockit
    Page: How can we force the Action Mappings (struts.xml) to reload
    Page: How do I obtain security details (JAAS)
    Page: Can we use TestNG with the framework
    Page: How can we schedule Quartz jobs
    Page: How can I iterate over a range, like with JSTL's forEach tag?
    Page: Can I change templateDir on a per-page basis
    Page: Cookbook
    Page: Weblogic 8.1
    Page: How do we repopulate controls when validation fails
    Page: Migration Guide
    Page: Why isn't our Prepare interceptor being executed
    Page: How do I enable encoding in my forms
    Page: Why does FreeMarker complain that there's an error in my user-directive when I used JSP Tag
    Page: How do we get access to the session
    Page: Google App Engine (GAE)
    Page: Can we break up a large struts.xml file into smaller pieces
    Page: Can we access an Action's Result
    Page: What are the default variables in the value stack
    Page: Can we use JUnit with the framework
    Page: What are the fundamental differences between Struts and JSF
    Page: Can you suggest an elevator pitch
    Page: How do I use messages from within the validator
    Page: How can we return a text string as the response
    Page: What are some of the framework's best features
    Page: How can we access request parameters passed into an Action
    Page: How to escape special chars in resource bundles