Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A78CE200CBE for ; Fri, 7 Jul 2017 18:46:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9C773169882; Fri, 7 Jul 2017 16:46:21 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2F5E816987E for ; Fri, 7 Jul 2017 18:46:19 +0200 (CEST) Received: (qmail 11493 invoked by uid 500); 7 Jul 2017 16:46:18 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 11484 invoked by uid 99); 7 Jul 2017 16:46:18 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jul 2017 16:46:18 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 304463A1617 for ; Fri, 7 Jul 2017 16:46:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1015104 [1/3] - /websites/production/struts/content/docs/ Date: Fri, 07 Jul 2017 16:46:15 -0000 To: commits@struts.apache.org From: lukaszlenart@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170707164617.304463A1617@svn01-us-west.apache.org> archived-at: Fri, 07 Jul 2017 16:46:21 -0000 Author: lukaszlenart Date: Fri Jul 7 16:46:14 2017 New Revision: 1015104 Log: Updates production Added: websites/production/struts/content/docs/s2-048.html websites/production/struts/content/docs/version-notes-2333.html websites/production/struts/content/docs/version-notes-2512.html Modified: websites/production/struts/content/docs/actionmapper.html websites/production/struts/content/docs/can-we-use-jstl-with-the-framework.html websites/production/struts/content/docs/client-validation.html websites/production/struts/content/docs/core-developers-guide.html websites/production/struts/content/docs/file-upload.html websites/production/struts/content/docs/freemarker.html websites/production/struts/content/docs/getting-started.html websites/production/struts/content/docs/guides.html websites/production/struts/content/docs/interceptors.html websites/production/struts/content/docs/jasperreports-plugin.html websites/production/struts/content/docs/localization.html websites/production/struts/content/docs/plugins.html websites/production/struts/content/docs/security-bulletins.html websites/production/struts/content/docs/security.html websites/production/struts/content/docs/spring-plugin.html websites/production/struts/content/docs/struts-defaultxml.html websites/production/struts/content/docs/strutsproperties.html websites/production/struts/content/docs/strutsxml-examples.html websites/production/struts/content/docs/tiles-plugin.html websites/production/struts/content/docs/tutorials.html websites/production/struts/content/docs/type-conversion.html websites/production/struts/content/docs/validation.html websites/production/struts/content/docs/validations-annotation.html websites/production/struts/content/docs/xhtml-theme.html Modified: websites/production/struts/content/docs/actionmapper.html ============================================================================== --- websites/production/struts/content/docs/actionmapper.html (original) +++ websites/production/struts/content/docs/actionmapper.html Fri Jul 7 16:46:14 2017 @@ -140,11 +140,11 @@ under the License.

(lightbulb) See also: RestfulActionMapper

Next: Action Proxy & ActionProxy Factory

+

(lightbulb) See also: RestfulActionMapper

Next: Action Proxy & ActionProxy Factory

Modified: websites/production/struts/content/docs/can-we-use-jstl-with-the-framework.html ============================================================================== --- websites/production/struts/content/docs/can-we-use-jstl-with-the-framework.html (original) +++ websites/production/struts/content/docs/can-we-use-jstl-with-the-framework.html Fri Jul 7 16:46:14 2017 @@ -141,7 +141,7 @@ under the License.

About 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 into the framework - there are no steps required to enable it. Simply refer to your JSTL expressions just as you would with a normal SAF JSP tag, such as the property tag.

+

(tick) JSTL integration is built into the framework - there are no steps required to enable it. Simply refer to your JSTL expressions just as you would with a normal SAF JSP tag, such as the property tag.


Javadoc: (org.apache.struts2.dispatcher.StrutsRequestWrapper)

Modified: websites/production/struts/content/docs/client-validation.html ============================================================================== --- websites/production/struts/content/docs/client-validation.html (original) +++ websites/production/struts/content/docs/client-validation.html Fri Jul 7 16:46:14 2017 @@ -139,7 +139,7 @@ under the License.
-

Let's create a Client-Side validation workflow, step by step.

(info) The validate attribute is set to true.

(info) Some themes do not support client-side validation.

Step 1

Create the form.

+

Let's create a Client-Side validation workflow, step by step.

(info) The validate attribute is set to true.

(info) Some themes do not support client-side validation.

Step 1

Create the form.

-
(info) This case uses the default xhtml theme, so the <s:head > tag is used to link a style sheet.

Step 2

Create the Action class.

+
(info) This case uses the default xhtml theme, so the <s:head > tag is used to link a style sheet.

Step 2

Create the Action class.