This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/master by this push: new ca18fa4 Includes proper file ca18fa4 is described below commit ca18fa4e87ef310f89f601f5f569247df8b3b82f Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sun Sep 24 21:11:10 2017 +0200 Includes proper file --- source/tag-developers/ajax-head-template.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/tag-developers/ajax-head-template.md b/source/tag-developers/ajax-head-template.md index 3686080..14f2a97 100644 --- a/source/tag-developers/ajax-head-template.md +++ b/source/tag-developers/ajax-head-template.md @@ -10,7 +10,11 @@ JavaScript includes for the [Dojo Toolkit](http://dojotoolkit.org), which is use [ajax div template](ajax-div-template.html), and the [ajax tabbedPanel template](). It is required to use this tag, `<ww:head theme="ajax"/>` , in your HTML `<head>` block if you wish to use AJAX feature. The contents of **head.ftl** are: -{% tag_attributes ajax/head.ftl %} +{% tag_parameters %} + +{% highlight html %} +{% remote_file_content https://raw.githubusercontent.com/apache/struts/support-2-3/plugins/dojo/src/main/resources/template/ajax/head.ftl %} +{% endhighlight %} > If you are having trouble getting the AJAX theme to work, you should include > the above JavaScript in your page manually, > changing "isDebug: false" to "isDebug: true". This will log out debugging > information directly to the screen. -- To stop receiving notification emails like this one, please contact ['"commits@struts.apache.org" <commits@struts.apache.org>'].