Author: jmitchell Date: Fri Apr 7 14:24:50 2006 New Revision: 392409 URL: http://svn.apache.org/viewcvs?rev=392409&view=rev Log: move el exercise sources so that HtmlSettersAction (any any future borrowed code) doesn't conflict with same name in apps/examples. It's bad enough to have duplicate classes, but each one does something different....which I'll defer that to someone else
Added: struts/action/trunk/el/src/exercise-taglib/org/apache/struts/webapp/el/ struts/action/trunk/el/src/exercise-taglib/org/apache/struts/webapp/el/exercise/ - copied from r392388, struts/action/trunk/el/src/exercise-taglib/org/apache/struts/webapp/exercise/ Removed: struts/action/trunk/el/src/exercise-taglib/org/apache/struts/webapp/exercise/ Modified: struts/action/trunk/el/web/exercise-taglib/WEB-INF/struts-config.xml Modified: struts/action/trunk/el/web/exercise-taglib/WEB-INF/struts-config.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/el/web/exercise-taglib/WEB-INF/struts-config.xml?rev=392409&r1=392408&r2=392409&view=diff ============================================================================== --- struts/action/trunk/el/web/exercise-taglib/WEB-INF/struts-config.xml (original) +++ struts/action/trunk/el/web/exercise-taglib/WEB-INF/struts-config.xml Fri Apr 7 14:24:50 2006 @@ -29,7 +29,7 @@ <action-mappings> <action path="/html-link" - type="org.apache.struts.webapp.exercise.HtmlSettersAction" + type="org.apache.struts.webapp.el.exercise.HtmlSettersAction" name="testbean" scope="session" validate="false"> @@ -37,7 +37,7 @@ </action> <action path="/html-multibox" - type="org.apache.struts.webapp.exercise.HtmlSettersAction" + type="org.apache.struts.webapp.el.exercise.HtmlSettersAction" name="testbean" scope="session" validate="false"> @@ -45,7 +45,7 @@ </action> <action path="/html-radio" - type="org.apache.struts.webapp.exercise.HtmlSettersAction" + type="org.apache.struts.webapp.el.exercise.HtmlSettersAction" name="testbean" scope="session" validate="false"> @@ -53,7 +53,7 @@ </action> <action path="/html-button" - type="org.apache.struts.webapp.exercise.HtmlSettersAction" + type="org.apache.struts.webapp.el.exercise.HtmlSettersAction" name="testbean" scope="session" validate="false"> @@ -61,7 +61,7 @@ </action> <action path="/html-file" - type="org.apache.struts.webapp.exercise.HtmlSettersAction" + type="org.apache.struts.webapp.el.exercise.HtmlSettersAction" name="testbean" scope="session" validate="false"> @@ -69,7 +69,7 @@ </action> <action path="/html-input" - type="org.apache.struts.webapp.exercise.HtmlSettersAction" + type="org.apache.struts.webapp.el.exercise.HtmlSettersAction" name="testbean" scope="session" validate="false"> @@ -77,7 +77,7 @@ </action> <action path="/html-select" - type="org.apache.struts.webapp.exercise.HtmlSettersAction" + type="org.apache.struts.webapp.el.exercise.HtmlSettersAction" name="testbean" scope="session" validate="false"> @@ -85,7 +85,7 @@ </action> <action path="/html-setters" - type="org.apache.struts.webapp.exercise.HtmlSettersAction" + type="org.apache.struts.webapp.el.exercise.HtmlSettersAction" name="testbean" scope="session" validate="false"> @@ -99,7 +99,7 @@ <forward name="success" path="/bean-dyna.jsp"/> </action> <action path="/html-indexed" - type="org.apache.struts.webapp.exercise.HtmlSettersAction" + type="org.apache.struts.webapp.el.exercise.HtmlSettersAction" name="testbean" scope="session" validate="false"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]