svn commit: r436618 - in /struts/struts1/trunk: el/src/main/java/org/apache/strutsel/taglib/html/ el/src/main/resources/META-INF/tld/ taglib/src/main/java/org/apache/struts/taglib/html/ taglib/src/mai

2006-08-24 Thread jmitchell
Author: jmitchell Date: Thu Aug 24 19:19:42 2006 New Revision: 436618 URL: http://svn.apache.org/viewvc?rev=436618&view=rev Log: STR-2932 -- html:option tag does not apply any filtering to escape HTML-sensitive characters This (newly added) filter attribute for OptionTag has the opposite default

svn commit: r434591 [1/3] - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/components/ main/java/org/apache/struts2/views/freemarker/ main/java/org/apache/struts2/views/util/ main/jav

2006-08-24 Thread husted
Author: husted Date: Thu Aug 24 18:37:40 2006 New Revision: 434591 URL: http://svn.apache.org/viewvc?rev=434591&view=rev Log: WW-1392 Move ActionError example code to TLD. Conform name of request and response parameters. Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/c

svn commit: r434591 [3/3] - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/components/ main/java/org/apache/struts2/views/freemarker/ main/java/org/apache/struts2/views/util/ main/jav

2006-08-24 Thread husted
Modified: struts/struts2/trunk/core/src/main/resources/org/apache/struts2/static/dojo/src/dom.js URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/org/apache/struts2/static/dojo/src/dom.js?rev=434591&r1=434590&r2=434591&view=diff ==

svn commit: r434391 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/components/ActionComponent.java main/resources/META-INF/struts-tags.tld test/java/org/apache/struts2/views/jsp/Act

2006-08-24 Thread husted
Author: husted Date: Thu Aug 24 05:58:33 2006 New Revision: 434391 URL: http://svn.apache.org/viewvc?rev=434391&view=rev Log: WW-1392 Move ActionComponent example code to TLD and add check for compatibility mode. The check breaks the action!method test under the Maven build, but the test passes