Author: ddewolf
Date: Tue Oct 17 06:09:13 2006
New Revision: 464921
URL: http://svn.apache.org/viewvc?view=rev&rev=464921
Log:
Testing karma; adding self to committer list
Modified:
struts/maven/trunk/pom/pom.xml
Modified: struts/maven/trunk/pom/pom.xml
URL:
http://svn.apache.org/vi
Author: ddewolf
Date: Thu Oct 19 19:26:57 2006
New Revision: 465951
URL: http://svn.apache.org/viewvc?view=rev&rev=465951
Log:
Adding myself to the volunteers page. Thanks for the heads up Nial
Modified:
struts/site/src/site/xdoc/volunteers.xml
Modified: struts/site/src/site/
Author: ddewolf
Date: Fri Oct 27 08:18:03 2006
New Revision: 468411
URL: http://svn.apache.org/viewvc?view=rev&rev=468411
Log:
Upgrading tiles to the most recent snapshot
Modified:
struts/struts2/trunk/plugins/tiles/src/main/java/org/apache/struts2/views/tiles/TilesResult.java
Modi
Added: struts/sandbox/trunk/tiles/tiles-factory/pom.xml
URL:
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-factory/pom.xml?view=auto&rev=468525
==
--- struts/sandbox/trunk/tiles/tiles-factory/pom.xml (added
Author: ddewolf
Date: Tue Oct 31 10:11:22 2006
New Revision: 469589
URL: http://svn.apache.org/viewvc?view=rev&rev=469589
Log:
Removing tiles-factory module; This should be part of core
Removed:
struts/sandbox/trunk/tiles/tiles-factory/
Author: ddewolf
Date: Tue Oct 31 10:12:15 2006
New Revision: 469590
URL: http://svn.apache.org/viewvc?view=rev&rev=469590
Log:
Removing tiles-factory module; Upgrading to java 1.5
Modified:
struts/sandbox/trunk/tiles/pom.xml
Modified: struts/sandbox/trunk/tiles/pom.xml
URL:
Author: ddewolf
Date: Tue Oct 31 10:21:51 2006
New Revision: 469595
URL: http://svn.apache.org/viewvc?view=rev&rev=469595
Log:
Cleaning tiles-api of implementation details; Begining to implement Container
Added:
struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/t
Author: ddewolf
Date: Tue Oct 31 10:44:37 2006
New Revision: 469603
URL: http://svn.apache.org/viewvc?view=rev&rev=469603
Log:
adding functional webapp tests for the container; this will ensure that while
we're working on the container, we are not breaking the TilesUtil approach
Author: ddewolf
Date: Tue Oct 31 10:55:25 2006
New Revision: 469609
URL: http://svn.apache.org/viewvc?view=rev&rev=469609
Log:
Adding files in lieu of externals. SVN won't let use externals for files
Added:
struts/sandbox/trunk/tiles/tiles-container-test/src/main/webapp/WEB-
Author: ddewolf
Date: Tue Oct 31 10:57:42 2006
New Revision: 469610
URL: http://svn.apache.org/viewvc?view=rev&rev=469610
Log:
Adding external for test source code directory
Modified:
struts/sandbox/trunk/tiles/tiles-container-test/src/main/ (props changed)
Propchange: struts/san
Author: ddewolf
Date: Tue Oct 31 11:52:16 2006
New Revision: 469624
URL: http://svn.apache.org/viewvc?view=rev&rev=469624
Log:
Adding container initialization of tiles-defs
Added:
struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/factory/test-defs.xml
(with p
Author: ddewolf
Date: Tue Oct 31 11:57:14 2006
New Revision: 469626
URL: http://svn.apache.org/viewvc?view=rev&rev=469626
Log:
Removing the definitionName from the request context. Each context will be
associated with multiple/different definitions
Modified:
struts/sandbox/trunk/t
Author: ddewolf
Date: Wed Nov 1 06:36:33 2006
New Revision: 469920
URL: http://svn.apache.org/viewvc?view=rev&rev=469920
Log:
Modeling PreparerFactory similarly to DefinitionsFactory. Providing identical
extention points.
Added:
struts/sandbox/trunk/tiles/tiles-core/src/main/java
Author: ddewolf
Date: Wed Nov 1 07:31:06 2006
New Revision: 469932
URL: http://svn.apache.org/viewvc?view=rev&rev=469932
Log:
Adding Jsp PageContext based implementation of the RequestContext interface.
This will be useful when migrating the tags to use the container.
Added:
st
Author: ddewolf
Date: Wed Nov 1 09:16:58 2006
New Revision: 469987
URL: http://svn.apache.org/viewvc?view=rev&rev=469987
Log:
Extracting jsp helper method so that it can be used within the tags as well.
Added:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context
Author: ddewolf
Date: Wed Nov 1 09:21:11 2006
New Revision: 469990
URL: http://svn.apache.org/viewvc?view=rev&rev=469990
Log:
Adding new method to ContextFactory. This will allow us to encapsulate some of
the jsp specific processing within the container/context.
Modified:
struts/san
Modified:
struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/TestUrlDefinitionsFactory.java
URL:
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/TestUrlDefinitionsFactory.java?view=diff&rev=470071&r1=470070&r2=470071
Author: ddewolf
Date: Wed Nov 1 12:18:57 2006
New Revision: 470075
URL: http://svn.apache.org/viewvc?view=rev&rev=470075
Log:
Standardizing on commons-logging
Modified:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/listener/TilesContainerListener.java
st
Copied:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/DefinitionsUtil.java
(from r470071,
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/DefinitionsUtil.java)
URL:
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/
Author: ddewolf
Date: Thu Nov 2 11:57:00 2006
New Revision: 470495
URL: http://svn.apache.org/viewvc?view=rev&rev=470495
Log:
Adding enhanced application context to provide classpath resource loading
Added:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/con
Modified:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/DefinitionsUtil.java
URL:
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/DefinitionsUtil.java?view=diff&rev=470500&r1=470499&r2=470500
==
Author: ddewolf
Date: Thu Nov 2 12:25:45 2006
New Revision: 470504
URL: http://svn.apache.org/viewvc?view=rev&rev=470504
Log:
Getting rid of DefinitionsUtil; Setting up Preparers
Removed:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/DefinitionsUtil.
Author: ddewolf
Date: Thu Nov 2 12:28:36 2006
New Revision: 470508
URL: http://svn.apache.org/viewvc?view=rev&rev=470508
Log:
Getting rid of DefinitionsUtil; Setting up Preparers
Modified:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/listener/TilesListener.
Author: ddewolf
Date: Thu Nov 2 12:48:52 2006
New Revision: 470515
URL: http://svn.apache.org/viewvc?view=rev&rev=470515
Log:
SB-61, SB-64; Removing preparerName and preparerType. Standardizing on Preparer
Modified:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/t
Author: ddewolf
Date: Thu Nov 2 13:06:46 2006
New Revision: 470521
URL: http://svn.apache.org/viewvc?view=rev&rev=470521
Log:
Removing URLViewPreparer; Cleaning up JavaDocs for Preparers
Removed:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/prep
Author: ddewolf
Date: Thu Nov 2 13:08:34 2006
New Revision: 470522
URL: http://svn.apache.org/viewvc?view=rev&rev=470522
Log:
Moving ComponentContext out of the root package; Saving that space for api;
Added:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/con
Author: ddewolf
Date: Thu Nov 2 13:21:51 2006
New Revision: 470525
URL: http://svn.apache.org/viewvc?view=rev&rev=470525
Log:
Slowly removing TilesUtil dependencies in order to move towards container
Modified:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context
Modified:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/BaseInsertTag.java
URL:
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/BaseInsertTag.java?view=diff&rev=470893&r1=470892&r2=470893
==
Author: ddewolf
Date: Fri Nov 3 08:49:47 2006
New Revision: 470897
URL: http://svn.apache.org/viewvc?view=rev&rev=470897
Log:
getting rid of obsolete container tests; the container is now the core
Removed:
struts/sandbox/trunk/tiles/tiles-container-test/
Author: ddewolf
Date: Fri Nov 3 08:50:24 2006
New Revision: 470898
URL: http://svn.apache.org/viewvc?view=rev&rev=470898
Log:
removing container test
Modified:
struts/sandbox/trunk/tiles/pom.xml
Modified: struts/sandbox/trunk/tiles/pom.xml
URL:
http://svn.apache.org/viewvc/struts/san
Author: ddewolf
Date: Fri Nov 3 09:32:25 2006
New Revision: 470918
URL: http://svn.apache.org/viewvc?view=rev&rev=470918
Log:
Adding support for classpath definitions
Added:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/enhanced/EnhancedContextFactory.
Author: ddewolf
Date: Fri Nov 3 10:05:55 2006
New Revision: 470930
URL: http://svn.apache.org/viewvc?view=rev&rev=470930
Log:
Adding Preparer support and associated functional test
Added:
struts/sandbox/trunk/tiles/tiles-test/src/main/java/org/apache/tiles/test/preparer/
st
Author: ddewolf
Date: Fri Nov 3 11:00:10 2006
New Revision: 470947
URL: http://svn.apache.org/viewvc?view=rev&rev=470947
Log:
Cleaning up the api; Simplifying and adding more docs
Added:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/con
Author: ddewolf
Date: Fri Nov 3 11:57:27 2006
New Revision: 470971
URL: http://svn.apache.org/viewvc?view=rev&rev=470971
Log:
Code cleanup
Added:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/util/ClassUtil.java
(with props)
struts/sandbox/trunk/tiles/t
Author: ddewolf
Date: Fri Nov 3 12:09:00 2006
New Revision: 470972
URL: http://svn.apache.org/viewvc?view=rev&rev=470972
Log:
More code cleanup; Removing unused methods;
Modified:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/servlet/ServletContextAdapter.
Author: ddewolf
Date: Thu Nov 9 06:29:02 2006
New Revision: 472913
URL: http://svn.apache.org/viewvc?view=rev&rev=472913
Log:
Beginning to flush out the mutable container api
Added:
struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles/mgmt/
struts/sandbox/trunk/t
Author: ddewolf
Date: Thu Nov 9 08:23:57 2006
New Revision: 472961
URL: http://svn.apache.org/viewvc?view=rev&rev=472961
Log:
Adding initContainer and destroyContainer tags
Added:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/defini
Author: ddewolf
Date: Thu Nov 9 08:56:44 2006
New Revision: 472977
URL: http://svn.apache.org/viewvc?view=rev&rev=472977
Log:
Implementing definition tag. Very close to fixing all tags.
Removed:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/taglib/defini
Author: ddewolf
Date: Thu Nov 9 10:36:37 2006
New Revision: 473011
URL: http://svn.apache.org/viewvc?view=rev&rev=473011
Log:
Fixing several jsp defined definition tests
Modified:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/ComponentDefinitionsImpl.
Author: ddewolf
Date: Thu Nov 9 10:47:09 2006
New Revision: 473016
URL: http://svn.apache.org/viewvc?view=rev&rev=473016
Log:
All selenium tests now pass, including definition tags that use the mutable
container
Modified:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/ap
Author: ddewolf
Date: Thu Nov 9 15:08:12 2006
New Revision: 473132
URL: http://svn.apache.org/viewvc?view=rev&rev=473132
Log:
use unique versions for snapshots
Modified:
struts/maven/trunk/pom/pom.xml
Modified: struts/maven/trunk/pom/pom.xml
URL:
http://svn.apache.org/viewvc/struts/m
Author: ddewolf
Date: Thu Nov 9 15:29:48 2006
New Revision: 473138
URL: http://svn.apache.org/viewvc?view=rev&rev=473138
Log:
Updating tiles plugin to utilize new snapshot. Adding a tiles showcase
Added:
struts/struts2/trunk/apps/showcase/src/main/resources/struts-tiles.xml
st
Author: ddewolf
Date: Fri Nov 10 11:14:35 2006
New Revision: 473432
URL: http://svn.apache.org/viewvc?view=rev&rev=473432
Log:
Refactoring AttributeTag. Removing more logic from tags and putting it into
the container
Added:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/ap
Author: ddewolf
Date: Fri Nov 10 11:42:38 2006
New Revision: 473447
URL: http://svn.apache.org/viewvc?view=rev&rev=473447
Log:
Fixing freemarker/tiles integration
Modified:
struts/struts2/trunk/plugins/tiles/src/main/java/org/apache/struts2/tiles/StrutsTilesRequestContext.java
Modi
Author: ddewolf
Date: Tue Nov 14 13:04:20 2006
New Revision: 474979
URL: http://svn.apache.org/viewvc?view=rev&rev=474979
Log:
Expanding Tiles Showcase. Adding the sitemesh decoration.
Modified:
struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators.xml
struts/str
Author: ddewolf
Date: Mon Nov 20 08:17:30 2006
New Revision: 477233
URL: http://svn.apache.org/viewvc?view=rev&rev=477233
Log:
Adding local entity resolver; Fixing api pom to include jsp-api; Adding JSP out
aware response warpper
Added:
struts/sandbox/trunk/tiles/tiles-core/src/main/
Author: ddewolf
Date: Tue Nov 21 08:11:46 2006
New Revision: 477724
URL: http://svn.apache.org/viewvc?view=rev&rev=477724
Log:
Removing entity resolver. Digester registrations used instead
Removed:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/definition/dige
Author: ddewolf
Date: Wed Nov 22 05:22:37 2006
New Revision: 478158
URL: http://svn.apache.org/viewvc?view=rev&rev=478158
Log:
Removing author tags
Modified:
struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet/ServletHeaderMap.java
struts/sandbox/t
Author: ddewolf
Date: Wed Nov 22 08:04:30 2006
New Revision: 478202
URL: http://svn.apache.org/viewvc?view=rev&rev=478202
Log:
Adding retrotranslator configuration
Modified:
struts/sandbox/trunk/tiles/pom.xml
struts/sandbox/trunk/tiles/tiles-api/pom.xml
struts/sandbox/trunk/t
Author: ddewolf
Date: Wed Nov 22 09:23:04 2006
New Revision: 478247
URL: http://svn.apache.org/viewvc?view=rev&rev=478247
Log:
Adding el tag tests
Added:
struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testput_el.jsp
(with props)
Modified:
struts/sandbox/trunk/tiles/tiles-
Author: ddewolf
Date: Tue Nov 28 04:49:46 2006
New Revision: 480027
URL: http://svn.apache.org/viewvc?view=rev&rev=480027
Log:
Updating tiles dependencies; Using revision specific snapshot
Modified:
struts/struts2/trunk/assembly/pom.xml
struts/struts2/trunk/plugins/tiles/pom
Author: ddewolf
Date: Thu Nov 30 19:21:53 2006
New Revision: 481136
URL: http://svn.apache.org/viewvc?view=rev&rev=481136
Log:
Fixing freemarker showcase and adding freemarker standard tag showcase
Added:
struts/struts2/trunk/apps/showcase/src/main/java/org/apache/struts2/show
Author: ddewolf
Date: Wed Dec 6 04:51:19 2006
New Revision: 483061
URL: http://svn.apache.org/viewvc?view=rev&rev=483061
Log:
Properly closing input stream in PropertiesSettings; WW-1541, Thank you Rickard
Oberg
Modified:
struts/struts2/trunk/core/src/main/java/org/apache/struts2/co
Author: ddewolf
Date: Wed Dec 6 04:59:50 2006
New Revision: 483062
URL: http://svn.apache.org/viewvc?view=rev&rev=483062
Log:
Adding exception to warn message
Modified:
struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/PropertiesSettings.java
Modified:
struts/str
Author: ddewolf
Date: Wed Dec 6 13:22:08 2006
New Revision: 483237
URL: http://svn.apache.org/viewvc?view=rev&rev=483237
Log:
WW-1545; Preventing null pointer from log message
Modified:
struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/xslt/BeanAdapter.java
Modi
Author: ddewolf
Date: Fri Dec 8 07:02:24 2006
New Revision: 484626
URL: http://svn.apache.org/viewvc?view=rev&rev=484626
Log:
Providing a mechanism which allows only portions of the action to be
exposed/converted to XML by the XSLT result
Added:
struts/struts2/trunk/apps/showcase/src/
Author: ddewolf
Date: Fri Dec 8 07:03:59 2006
New Revision: 484628
URL: http://svn.apache.org/viewvc?view=rev&rev=484628
Log:
Adding license to new class
Modified:
struts/struts2/trunk/apps/showcase/src/main/java/org/apache/struts2/showcase/xslt/JVMAction.java
Modified:
struts/str
Author: ddewolf
Date: Wed Dec 13 12:24:14 2006
New Revision: 486826
URL: http://svn.apache.org/viewvc?view=rev&rev=486826
Log:
Moving TilesAccess to API; Implementing decoration filter to reduce the amount
of configuration required
Added:
struts/sandbox/trunk/tiles/tiles-api/src/main/
Author: ddewolf
Date: Wed Dec 13 12:53:57 2006
New Revision: 486835
URL: http://svn.apache.org/viewvc?view=rev&rev=486835
Log:
Adding TilesDispathServlet to allow direct invocation of a tile without a jsp
or api invocation. This can be used to simplify deployment
Added:
struts/san
Author: ddewolf
Date: Wed Dec 13 13:08:41 2006
New Revision: 486838
URL: http://svn.apache.org/viewvc?view=rev&rev=486838
Log:
Introducing ComponentContextMutator to allow for pluggable approach to context
manipulation
Added:
struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/ap
Author: ddewolf
Date: Mon Dec 18 13:54:38 2006
New Revision: 488435
URL: http://svn.apache.org/viewvc?view=rev&rev=488435
Log:
adding flexibility to apply different tiles to different subtrees
Modified:
struts/sandbox/trunk/tiles/tiles-api/src/main/java/org/apache/tiles
Author: ddewolf
Date: Tue Dec 19 06:12:02 2006
New Revision: 488686
URL: http://svn.apache.org/viewvc?view=rev&rev=488686
Log:
Small tweaks to the defaults to make it more obvious what they provide and how
they interact with the context.
Modified:
struts/sandbox/trunk/tiles/tiles-core
Author: ddewolf
Date: Tue Dec 19 06:23:58 2006
New Revision: 488689
URL: http://svn.apache.org/viewvc?view=rev&rev=488689
Log:
Small tweaks to the defaults to make it more obvious what they provide and how
they interact with the context.
Modified:
struts/sandbox/trunk/tiles/tiles-core
Author: ddewolf
Date: Tue Dec 19 06:31:58 2006
New Revision: 488690
URL: http://svn.apache.org/viewvc?view=rev&rev=488690
Log:
Fixing 2 of three factory tests via easymock
Modified:
struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/factory/TilesContainerFactoryTest.
Author: ddewolf
Date: Tue Dec 19 09:35:06 2006
New Revision: 488734
URL: http://svn.apache.org/viewvc?view=rev&rev=488734
Log:
Fixing easymock test for container factory
Modified:
struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/factory/TilesContainerFactoryTest.
Author: ddewolf
Date: Tue Dec 19 10:07:22 2006
New Revision: 488747
URL: http://svn.apache.org/viewvc?view=rev&rev=488747
Log:
Updating tiles plugin to use most recent tiles snapshot
Modified:
struts/struts2/trunk/plugins/tiles/pom.xml
struts/struts2/trunk/plugins/tiles/src/main/
Author: ddewolf
Date: Wed Dec 27 07:25:48 2006
New Revision: 490514
URL: http://svn.apache.org/viewvc?view=rev&rev=490514
Log:
WW-1575 Allowing Result parameters to be set on auto config actions
Modified:
struts/struts2/trunk/core/src/main/java/org/apache/struts2/co
Author: ddewolf
Date: Tue Jan 2 18:03:33 2007
New Revision: 492007
URL: http://svn.apache.org/viewvc?view=rev&rev=492007
Log:
WW-1591 OptionTransferSelect doubleSize not used
Modified:
struts/struts2/trunk/apps/showcase/src/main/java/org/apache/struts2/show
Author: ddewolf
Date: Tue Jan 2 18:55:43 2007
New Revision: 492030
URL: http://svn.apache.org/viewvc?view=rev&rev=492030
Log:
WW-1557, Example of how to use the select value with multiple=true
Modified:
struts/struts2/trunk/apps/showcase/src/main/java/org/apache/struts2/show
Author: ddewolf
Date: Fri Jan 5 03:27:27 2007
New Revision: 492987
URL: http://svn.apache.org/viewvc?view=rev&rev=492987
Log:
WW-1596 Fixing DatePicker and TimePicker. Thanks Musachy
Modified:
struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/datepicker/index.jsp
struts/str
Author: ddewolf
Date: Mon Jan 8 13:55:49 2007
New Revision: 494210
URL: http://svn.apache.org/viewvc?view=rev&rev=494210
Log:
Adding up down attributes to optiontransferselect
Modified:
struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/jsp/ui/OptionTransferSelectTag.
Author: ddewolf
Date: Thu Jan 11 05:57:55 2007
New Revision: 495228
URL: http://svn.apache.org/viewvc?view=rev&rev=495228
Log:
adding default param for stream result so that it can be used with auto-config
annotated results
Modified:
struts/struts2/trunk/core/src/main/java/org/ap
Propchange:
struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/ui/InputTransferSelectTagTest.java
--
svn:eol-style = native
Propchange:
struts/struts2/trunk/core/src/test/java/org/apache/struts2/vie
Author: ddewolf
Date: Thu Jan 11 11:25:30 2007
New Revision: 495341
URL: http://svn.apache.org/viewvc?view=rev&rev=495341
Log:
Adding license headers to files
Modified:
struts/struts2/trunk/apps/showcase/src/main/java/org/apache/struts2/showcase/MoreSelectsAction.java
struts/str
Author: ddewolf
Date: Thu Jan 25 19:41:19 2007
New Revision: 500131
URL: http://svn.apache.org/viewvc?view=rev&rev=500131
Log:
Implementing a couple of tests; Slowly getting ready to add additional tags to
the java simple theme
Added:
struts/sandbox/trunk/struts2-javatemplates-plugin
75 matches
Mail list logo