[Struts Wiki] Update of "StrutsMaintenanceWebsite" by WendySmoak
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by WendySmoak: http://wiki.apache.org/struts/StrutsMaintenanceWebsite -- * [http://jira.codehaus.org/browse/MSITE-153 Paragraphs after list being "dropped" by site generation] * NOTE: [http://sourceforge.net/tracker/index.php?func=detail&aid=1483561&group_id=93991&atid=606303 The taglib plugin requires JDK 1.5] + * TODO: Test v2.3 of the taglib plugin which should no longer require JDK 1.5 === Edit === * Edit the src/site/site.xml and src/site/xdoc/*.xml files.
svn commit: r432978 [2/4] - in /struts/struts2/trunk: ./ apps/blank/src/main/webapp/WEB-INF/pages/ apps/mailreader/src/main/webapp/pages/ apps/mailreader/src/main/webapp/pages/registration/ apps/portl
Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/validation/fieldValidatorsExample.jsp URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/validation/fieldValidatorsExample.jsp?rev=432978&r1=432977&r2=432978&view=diff == --- struts/struts2/trunk/apps/showcase/src/main/webapp/validation/fieldValidatorsExample.jsp (original) +++ struts/struts2/trunk/apps/showcase/src/main/webapp/validation/fieldValidatorsExample.jsp Sun Aug 20 08:24:09 2006 @@ -5,7 +5,7 @@ @version $Date: 2006/01/13 16:23:43 $ $Id: fieldValidatorsExample.jsp,v 1.4 2006/01/13 16:23:43 rainerh Exp $ --%> -<[EMAIL PROTECTED] prefix="s" uri="/tags" %> +<[EMAIL PROTECTED] prefix="s" uri="/struts-tags" %> Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/validation/footer.jsp URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/validation/footer.jsp?rev=432978&r1=432977&r2=432978&view=diff == --- struts/struts2/trunk/apps/showcase/src/main/webapp/validation/footer.jsp (original) +++ struts/struts2/trunk/apps/showcase/src/main/webapp/validation/footer.jsp Sun Aug 20 08:24:09 2006 @@ -1,4 +1,4 @@ - <[EMAIL PROTECTED] prefix="s" uri="/tags" %> + <[EMAIL PROTECTED] prefix="s" uri="/struts-tags" %> Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/validation/index.jsp URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/validation/index.jsp?rev=432978&r1=432977&r2=432978&view=diff == --- struts/struts2/trunk/apps/showcase/src/main/webapp/validation/index.jsp (original) +++ struts/struts2/trunk/apps/showcase/src/main/webapp/validation/index.jsp Sun Aug 20 08:24:09 2006 @@ -5,7 +5,7 @@ @version $Date: 2006/01/13 16:23:44 $ $Id: index.jsp,v 1.4 2006/01/13 16:23:44 rainerh Exp $ --%> -<[EMAIL PROTECTED] prefix="s" uri="/tags" %> +<[EMAIL PROTECTED] prefix="s" uri="/struts-tags" %> Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/validation/nonFieldValidatorsExample.jsp URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/validation/nonFieldValidatorsExample.jsp?rev=432978&r1=432977&r2=432978&view=diff == --- struts/struts2/trunk/apps/showcase/src/main/webapp/validation/nonFieldValidatorsExample.jsp (original) +++ struts/struts2/trunk/apps/showcase/src/main/webapp/validation/nonFieldValidatorsExample.jsp Sun Aug 20 08:24:09 2006 @@ -6,7 +6,7 @@ --%> -<[EMAIL PROTECTED] prefix="s" uri="/tags" %> +<[EMAIL PROTECTED] prefix="s" uri="/struts-tags" %> Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/validation/quiz-ajax.jsp URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/validation/quiz-ajax.jsp?rev=432978&r1=432977&r2=432978&view=diff == --- struts/struts2/trunk/apps/showcase/src/main/webapp/validation/quiz-ajax.jsp (original) +++ struts/struts2/trunk/apps/showcase/src/main/webapp/validation/quiz-ajax.jsp Sun Aug 20 08:24:09 2006 @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/validation/quiz-basic.jsp URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/validation/quiz-basic.jsp?rev=432978&r1=432977&r2=432978&view=diff == --- struts/struts2/trunk/apps/showcase/src/main/webapp/validation/quiz-basic.jsp (original) +++ struts/struts2/trunk/apps/showcase/src/main/webapp/validation/quiz-basic.jsp Sun Aug 20 08:24:09 2006 @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/validation/quiz-client-css.jsp URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/validation/quiz-client-css.jsp?rev=432978&r1=432977&r2=432978&view=diff == --- struts/struts2/trunk/apps/showcase/src/main/webapp/validation/quiz-client-css.jsp (original) +++ struts/struts2/trunk/apps/showcase/src/main/webapp/validation/quiz-client-css.jsp Sun Aug 20 08:24:09 2006 @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/validation/quiz-client.jsp URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/validation/quiz-client.jsp?r
svn commit: r432978 [4/4] - in /struts/struts2/trunk: ./ apps/blank/src/main/webapp/WEB-INF/pages/ apps/mailreader/src/main/webapp/pages/ apps/mailreader/src/main/webapp/pages/registration/ apps/portl
Propchange: struts/struts2/trunk/core/src/main/resources/META-INF/struts-tags.tld -- svn:eol-style = native Modified: struts/struts2/trunk/core/src/site/site.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/site.xml?rev=432978&r1=432925&r2=432978&view=diff == --- struts/struts2/trunk/core/src/site/site.xml (original) +++ struts/struts2/trunk/core/src/site/site.xml Sun Aug 20 08:24:09 2006 @@ -51,6 +51,9 @@ name="Release Notes" href="http://cwiki.apache.org/WW/release-notes-200.html"; /> + + + + + http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/template/test/checkbox.jsp?rev=432978&r1=432977&r2=432978&view=diff == --- struts/struts2/trunk/core/src/test/resources/template/test/checkbox.jsp (original) +++ struts/struts2/trunk/core/src/test/resources/template/test/checkbox.jsp Sun Aug 20 08:24:09 2006 @@ -1,4 +1,4 @@ -<%@ taglib prefix="s" uri="/tags" %> +<%@ taglib prefix="s" uri="/struts-tags" %> checked="checked" name="" Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=432978&r1=432977&r2=432978&view=diff == --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Sun Aug 20 08:24:09 2006 @@ -38,7 +38,7 @@ http://struts.apache.org/struts2 Apache Struts Action Framework 2 -2006 +2000
[Struts Wiki] Update of "StrutsActionRelease200" by TedHusted
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by TedHusted: http://wiki.apache.org/struts/StrutsActionRelease200 The comment on the change is: Move 2.0.0 release plan to Confluence wiki -- - = Struts 2.0.0 Release = + [http://cwiki.apache.org/confluence/display/WW/Release+Plan+2.0.0 THIS PAGE HAS MOVED.] - * Struts 2.0.0 is preparing a "early adopter" build. - * Codebase seems feature-complete. - * Documentation issues remain. - * Example issues remain. - * Assembly/distribution issues remain. - See also [https://issues.apache.org/struts/secure/IssueNavigator.jspa?mode=hide&requestId=10681 Struts 2.0.0 TODO] in the issue tracker. - - == Overall Status == - - || Initial rename of packages and configuration files || Complete || - || Pass Web``Work2 codebase through the Incubator || Complete || - || [http://issues.apache.org/struts/browse/SITE-3 Setup Nightly Builds] || Pending || - || [http://issues.apache.org/struts/browse/WW-1340 Update WW2 documentation for Struts 2] || Step 3 of 4 || - || [http://issues.apache.org/struts/browse/WW-1341 Utilize Cookbook format for Showcase and add Struts-Examples use cases] || - || - || [http://issues.apache.org/struts/browse/WW-1342 Remove deprecated members (IoC components)] || Complete || - || [http://issues.apache.org/struts/browse/WW-1343 Deprecate selected legacy API members (e.g. Around``Interceptor, "do" clause)] || Complete || - || [http://issues.apache.org/struts/browse/WW-1344 Update Javadoc to match new package and configuration naming] || Complete || - || Implement selected new features and Struts 1 features (infra) || Complete || - || [http://issues.apache.org/struts/browse/WW-1345 Add Struts 1 and WW2 Migration Guides] || Initial draft added || - || [http://issues.apache.org/struts/browse/WW-1346 Develop routine for exporting wiki to HTML/PDF] || Pending || - || [http://issues.apache.org/struts/browse/WW-1378 Develop Maven assembly to create distribution] || Pending || - || Second documentation review || - || - || Complete standard release plan || - || - || - || - || - - == Documentation Status == - - [http://confluence.twdata.org/display/WW/Home Confluence Space] - - || Step 1 - Setup new Confluence instance || Complete || - || Step 2 - Initial pass to update nomenclature and remove obsolete material || Complete || - || Step 3 - Update "snippets" to reference ASF repository || Pending || - || Step 4 - Complete tutorials and other "TODO" sections || Pending || - - == Info == - - 1. Apache Struts [http://struts.apache.org/releases.html#Releases Release Guidelines] - - 2. [http://wiki.apache.org/incubator/SigningReleases Signing Releases] - - 3. Apache [http://apache.org/dev/mirrors.html Mirroring Guidelines] - - == Release Manager == - - The release manager is '''Ted Husted'''. - - == See Also == - - * [http://issues.apache.org/struts/browse/WW-1349 Struts 2.0.0 omnibus ticket] - * [http://issues.apache.org/struts/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolution=-1&pid=10030&fixfor=21510 Issue Tracker] - * [http://wiki.apache.org/struts/StrutsTi Struts Ti Proposal] - * [http://wiki.apache.org/struts/StrutsAction2 Migration Issues] - * [http://wiki.apache.org/struts/RoughSpots Struts 2 Rough Spots] - * [http://svn.apache.org/viewcvs.cgi/struts/action2/trunk/action-api Public API Whiteboard] - * [http://retroweaver.sourceforge.net/documentation.html Retroweaver] - - == Special Issues == - - Struts 2.0 is based on the Web``Work 2.2 codebase. Essentially, Struts 2.0 will be the technical equivalent of Web``Work 2.3. (The Web``Work2 codebase was accepted into the Struts project through the [http://incubator.apache.org/projects/webwork2.html Apache Incubator].) - - For Struts 2.0, the core goals are to repackage the codebase as an Apache Struts product and to provide migration resources for Struts 1 and WW 2 developers. A few legacy API elements will be removed, and a few new features will be added. - - The Struts 2.0 release is following the [http://wiki.apache.org/struts/StrutsTi Struts Ti Proposal]. Struts 2.0 is Phase 1 of the proposal. A subsequent Struts release series (either Struts 2.1 or Struts 3.0) will address Phase 2 of the proposal. - - Struts 2.0.0 is targeting August 2006 as a relaxed release date. - - The platform for Struts 2.0.x is Java 1.5, with Java 1.4 compatibity provided by [http://retroweaver.sourceforge.net/documentation.html Retroweaver]. - - See also [StrutsAction2 Struts 2]. - - == New Features Under Consideration == - - This initial list of new features is taken from the [http://wiki.apache.org/struts/RoughSpots SAF2 Rough Spots] page. - - Review and Refinement - - * Separate classes that most applications need to use. Isolate cla
[Struts Wiki] Trivial Update of "StrutsReleasePlans" by TedHusted
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by TedHusted: http://wiki.apache.org/struts/StrutsReleasePlans -- '''NOTE''' For info on cutting a release see [http://struts.apache.org/releases.html#Releases Struts Release Guidelines] and StrutsMavenRelease. = 2.0.x = - * StrutsActionRelease200 - ''Struts Version 2.0.0'' + * [http://cwiki.apache.org/confluence/display/WW/Release+Plan+2.0.0 Struts Version 2.0.0] = 1.3.x = * StrutsClassicRelease130 - ''Struts Version 1.3.0''
svn commit: r433103 - in /struts/struts2/trunk/apps: mailreader/src/main/java/mailreader2/ mailreader/src/main/java/mailreader2/service/ mailreader/src/main/resources/ mailreader/src/main/webapp/pages
Author: husted Date: Sun Aug 20 17:29:52 2006 New Revision: 433103 URL: http://svn.apache.org/viewvc?rev=433103&view=rev Log: WW-1353 Move the MailReader iBATIS code to the sandbox, until it is ready. Removed: struts/struts2/trunk/apps/mailreader/src/main/java/mailreader2/AppData.java struts/struts2/trunk/apps/mailreader/src/main/java/mailreader2/AppService.java struts/struts2/trunk/apps/mailreader/src/main/java/mailreader2/service/ struts/struts2/trunk/apps/mailreader/src/test/java/mailreader2/ struts/struts2/trunk/apps/mailreader/src/test/resources/ Modified: struts/struts2/trunk/apps/mailreader/src/main/java/mailreader2/MailreaderSupport.java struts/struts2/trunk/apps/mailreader/src/main/java/mailreader2/Welcome.java struts/struts2/trunk/apps/mailreader/src/main/resources/applicationContext.xml struts/struts2/trunk/apps/mailreader/src/main/webapp/pages/Welcome.jsp struts/struts2/trunk/apps/showcase/src/main/resources/struts.properties Modified: struts/struts2/trunk/apps/mailreader/src/main/java/mailreader2/MailreaderSupport.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/src/main/java/mailreader2/MailreaderSupport.java?rev=433103&r1=433102&r2=433103&view=diff == --- struts/struts2/trunk/apps/mailreader/src/main/java/mailreader2/MailreaderSupport.java (original) +++ struts/struts2/trunk/apps/mailreader/src/main/java/mailreader2/MailreaderSupport.java Sun Aug 20 17:29:52 2006 @@ -51,32 +51,7 @@ * avoids creating unnecessary local properties. Pick your poison. */ public class MailreaderSupport extends ActionSupport -implements SessionAware, ApplicationAware, ModelDriven { - -private AppService appService; - -public AppService getAppService() { -return appService; -} - -public void setAppService(AppService appService) { -this.appService = appService; -} - -private AppData appData = new AppData(); - -public Object getModel() { -return appData; -} - -public void setAppData(AppData appData) { -this.appData = appData; -} - -public AppData getAppData() { -return appData; -} - +implements SessionAware, ApplicationAware { /** * Return CANCEL so apropriate result can be selected. Modified: struts/struts2/trunk/apps/mailreader/src/main/java/mailreader2/Welcome.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/src/main/java/mailreader2/Welcome.java?rev=433103&r1=433102&r2=433103&view=diff == --- struts/struts2/trunk/apps/mailreader/src/main/java/mailreader2/Welcome.java (original) +++ struts/struts2/trunk/apps/mailreader/src/main/java/mailreader2/Welcome.java Sun Aug 20 17:29:52 2006 @@ -7,12 +7,7 @@ /** * Verify that essential resources are available. */ -public class Welcome extends MailreaderSupport implements Preparable { - -public void prepare() throws Exception { -List value = getAppService().getLocaleList(); -getAppData().setLocale_list(value); -} +public class Welcome extends MailreaderSupport { public String execute() { @@ -33,5 +28,4 @@ return SUCCESS; } } - } Modified: struts/struts2/trunk/apps/mailreader/src/main/resources/applicationContext.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/src/main/resources/applicationContext.xml?rev=433103&r1=433102&r2=433103&view=diff == --- struts/struts2/trunk/apps/mailreader/src/main/resources/applicationContext.xml (original) +++ struts/struts2/trunk/apps/mailreader/src/main/resources/applicationContext.xml Sun Aug 20 17:29:52 2006 @@ -2,10 +2,5 @@ http://www.springframework.org/dtd/spring-beans.dtd";> - - - - - Modified: struts/struts2/trunk/apps/mailreader/src/main/webapp/pages/Welcome.jsp URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/src/main/webapp/pages/Welcome.jsp?rev=433103&r1=433102&r2=433103&view=diff == --- struts/struts2/trunk/apps/mailreader/src/main/webapp/pages/Welcome.jsp (original) +++ struts/struts2/trunk/apps/mailreader/src/main/webapp/pages/Welcome.jsp Sun Aug 20 17:29:52 2006 @@ -24,7 +24,6 @@ - -Language Options - - - - Modified: struts/struts2/trunk/apps/showcase/src/main/resources/struts.properties URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/resources/struts.properties?rev=433103&r1=433102&r2=433103&view=diff == --- struts/struts2/trunk/apps/showcase/src/main/resources/struts.properties (original) +++ struts/struts2/trunk/apps/showca
svn commit: r433114 - in /struts/site/src/site/xdoc: announce.xml downloads.xml index.xml
Author: husted Date: Sun Aug 20 18:17:15 2006 New Revision: 433114 URL: http://svn.apache.org/viewvc?rev=433114&view=rev Log: Add link to 1.3.5 beta and 2.0.0 snapshot Modified: struts/site/src/site/xdoc/announce.xml struts/site/src/site/xdoc/downloads.xml struts/site/src/site/xdoc/index.xml Modified: struts/site/src/site/xdoc/announce.xml URL: http://svn.apache.org/viewvc/struts/site/src/site/xdoc/announce.xml?rev=433114&r1=433113&r2=433114&view=diff == --- struts/site/src/site/xdoc/announce.xml (original) +++ struts/site/src/site/xdoc/announce.xml Sun Aug 20 18:17:15 2006 @@ -37,9 +37,11 @@ Struts 1.3.5 is available in a full distribution, or as separate library, source, example and documentation distributions. -http://struts.apache.org/download.cgi#struts135 +http://struts.apache.org/download.cgi#struts135";> +http://struts.apache.org/download.cgi#struts135 -It is also available in the central Maven repository under Group ID "org.apache.struts". +It is also available in the central Maven repository under Group ID +"org.apache.struts". Major changes since Struts 1.2 include Modified: struts/site/src/site/xdoc/downloads.xml URL: http://svn.apache.org/viewvc/struts/site/src/site/xdoc/downloads.xml?rev=433114&r1=433113&r2=433114&view=diff == --- struts/site/src/site/xdoc/downloads.xml (original) +++ struts/site/src/site/xdoc/downloads.xml Sun Aug 20 18:17:15 2006 @@ -76,16 +76,6 @@ -Alpha Releases - - -http://cvs.apache.org/dist/struts/shale/v1.0.2";> -Struts Shale 1.0.2 (now Apache Shale) - - - - - Older Releases are available from the @@ -122,7 +112,7 @@ If the community feel that a build requires more testing, then it may be marked with "Beta" status. - + @@ -149,6 +139,14 @@ Be sure to check the Release Notes for a nightly build, so you have a better idea of what you are getting! + + +Snapshot builds of +http://people.apache.org/builds/struts/2.0.0";> +Struts 2.0.0 + +are now available for early testing. + Modified: struts/site/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/struts/site/src/site/xdoc/index.xml?rev=433114&r1=433113&r2=433114&view=diff == --- struts/site/src/site/xdoc/index.xml (original) +++ struts/site/src/site/xdoc/index.xml Sun Aug 20 18:17:15 2006 @@ -149,6 +149,19 @@ + + + + + +A BETA distribution of Struts 1.3 is +available. +Struts 1.3 offers several new features, +including a composable request processor. + + + +