Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Info
titleAbout JSTL

The JavaServer Pages Standard Tag Library (JSTL) encapsulates as simple tags the core functionality common to many Web applications. JSTL has support for common, structural tasks such as iteration and conditionals, tags for manipulating XML documents, internationalization tags, and SQL tags.

(tick) JSTL integration is built in to WebWork 2.2+ into the framework - there are no steps required to enable it. Simply refer to your JSTL expressions just as you would with a normal WebWork SAF JSP tag, such as the property tag. This is accomplished a request wrapper called For more info, see the javadocs of the WebWorkRequestWrapper object:

...

Info
titleJavadoc: (org.apache.struts2.dispatcher.StrutsRequestWrapper)
Wiki Markup
{snippet:id=
javadocs
javadoc|
javadocs
javadoc=true|url=
com
org.
opensymphony
apache.
webwork
struts2.dispatcher.
WebWorkRequestWrapper
StrutsRequestWrapper}