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
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
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
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
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
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:
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