svn commit: r408085 - /struts/action/trunk/tiles/src/main/java/org/apache/struts/tiles/commands/TilesPreProcessor.java

2006-05-20 Thread germuska
Author: germuska Date: Sat May 20 12:53:11 2006 New Revision: 408085 URL: http://svn.apache.org/viewvc?rev=408085&view=rev Log: STR-2879: fix behavior when used with modules to be consistent with Struts 1.2.x. Specifically, dispatch forwards for tiles within the TilesPreProcessor, rather

svn commit: r409443 - /struts/action/trunk/core/src/main/java/org/apache/struts/chain/commands/servlet/PerformForward.java

2006-05-25 Thread germuska
Author: germuska Date: Thu May 25 12:42:49 2006 New Revision: 409443 URL: http://svn.apache.org/viewvc?rev=409443&view=rev Log: Fix so that the module value of the ForwardConfig is correctly used, instead of always using the context's module config. Also, a lot of simple rearrangemen

svn commit: r481115 - /struts/struts1/trunk/core/src/main/java/org/apache/struts/chain/commands/AbstractAuthorizeAction.java

2006-11-30 Thread germuska
Author: germuska Date: Thu Nov 30 16:16:41 2006 New Revision: 481115 URL: http://svn.apache.org/viewvc?view=rev&rev=481115 Log: Rethrown UnauthorizedActionException rather than dropping it and throwing a new one (STR-2981) Modified: struts/struts1/trunk/core/src/main/java/org/apache/st

svn commit: r495431 - in /struts/sandbox/trunk/tiles/tiles-core/src/main: java/org/apache/tiles/taglib/ java/org/apache/tiles/taglib/definition/ resources/META-INF/tld/

2007-01-11 Thread germuska
Author: germuska Date: Thu Jan 11 15:35:47 2007 New Revision: 495431 URL: http://svn.apache.org/viewvc?view=rev&rev=495431 Log: Fixes for TILES-1 (Rename PutTag to PutAttributeTag and AttributeTag to InsertAttributeTag) and TILES-2 (Correct implementation of PutListTag). Added: st

svn commit: r495722 - /struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/PutListTag.java

2007-01-12 Thread germuska
Author: germuska Date: Fri Jan 12 12:24:11 2007 New Revision: 495722 URL: http://svn.apache.org/viewvc?view=rev&rev=495722 Log: Initialize list in doStartTag; release() is not necessarily called before every use of a tag. Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java

svn commit: r501513 - /struts/struts2/trunk/plugins/tiles/pom.xml

2007-01-30 Thread germuska
Author: germuska Date: Tue Jan 30 10:47:55 2007 New Revision: 501513 URL: http://svn.apache.org/viewvc?view=rev&rev=501513 Log: switch Tiles dependency to new TLP location Modified: struts/struts2/trunk/plugins/tiles/pom.xml Modified: struts/struts2/trunk/plugins/tiles/pom.xml URL:

svn commit: r524895 - in /struts/struts1/branches/STRUTS_1_3_BRANCH/core/src/main/java/org/apache/struts: upload/CommonsMultipartRequestHandler.java util/RequestUtils.java

2007-04-02 Thread germuska
Author: germuska Date: Mon Apr 2 12:29:21 2007 New Revision: 524895 URL: http://svn.apache.org/viewvc?view=rev&rev=524895 Log: STR-487 - support upload of multiple files with a single HTTP parameter name. The ActionForm class receiving multiple files must use java.util.List for the prop