Each question should be a new page. Typically answers should link to content in the Reference. If the answer isn't in the Reference, then it should probably be added there and then linked to from the FAQ. Also note that some of the questions are current'y too verbose and should be broken down given that they have already been categorized (ie: Validation, Internationlization, etc).
General
- How do I get the latest version of WebWork
- What are the default variables in the value stack
- How do I get access to the session
- How can I see all parameters passed into the action
- How can I get the HttpServletRequest
- How can I get the HttpServletResponse
- Can I break up my large XWork.xml file into smaller pieces
- I'm trying to run the webwork example in the tutorial on Tomcat, and it can't instantiate the VelocityEngine
- How do I handle files upload
- How do I get JEE J2EE security info
Tags
- How can I put a String literal in a Javascript call, for instance in an onChange attribute
- Why won't the 'if' tag evaluate a one char string
- Why does FreeMarker complains that there's an error in my user-directive when I used JSP Tag
Inversion of Control
Validation
Internationalization
- How do I set a global resource bundle
- How do I decouple XWork LocalizedTextUtil global resource bundle loading from serlvets
- How do I add I18N to a UI tag, like the textfield tag
- Can I add I18N outside the Action's context
Type Conversion