Author: jmitchell
Date: Thu Apr 13 14:34:29 2006
New Revision: 393948
URL: http://svn.apache.org/viewcvs?rev=393948&view=rev
Log:
fix hard coded value, now works for any port
Modified:
struts/action/trunk/apps/strutsel-exercise-taglib/src/main/webapp/WEB-INF/struts-config.xml
Modified:
struts/action/trunk/apps/strutsel-exercise-taglib/src/main/webapp/WEB-INF/struts-config.xml
URL:
http://svn.apache.org/viewcvs/struts/action/trunk/apps/strutsel-exercise-taglib/src/main/webapp/WEB-INF/struts-config.xml?rev=393948&r1=393947&r2=393948&view=diff
==============================================================================
---
struts/action/trunk/apps/strutsel-exercise-taglib/src/main/webapp/WEB-INF/struts-config.xml
(original)
+++
struts/action/trunk/apps/strutsel-exercise-taglib/src/main/webapp/WEB-INF/struts-config.xml
Thu Apr 13 14:34:29 2006
@@ -21,7 +21,7 @@
<forward name="redirectForward"
path="/logic-redirect.jsp?redirectType=forward&param1=index"/>
<forward name="redirectHref"
-
path="/logic-redirect.jsp?redirectType=href&param1=http://localhost:9090/strutsel-exercise-taglib/index.jsp"/>
+
path="/logic-redirect.jsp?redirectType=href&param1=/strutsel-exercise-taglib/index.jsp"/>
<forward name="redirectPage"
path="/logic-redirect.jsp?redirectType=page&param1=/index.jsp"/>
</global-forwards>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]