From: <the...@us...> - 2003-12-17 21:26:37
|
Update of /cvsroot/junk/junk/WEB-INF In directory sc8-pr-cvs1:/tmp/cvs-serv17738 Modified Files: struts-config.xml Log Message: minor change (yes, i feel guilty) Index: struts-config.xml =================================================================== RCS file: /cvsroot/junk/junk/WEB-INF/struts-config.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** struts-config.xml 17 Dec 2003 17:02:24 -0000 1.3 --- struts-config.xml 17 Dec 2003 21:26:34 -0000 1.4 *************** *** 71,75 **** <action path="/Search" type="org.apache.struts.actions.ForwardAction" parameter="/pages/Search.jsp" /> ! <action path="/WIO" type="junk.controller.WhoIsOnlineAction"> <forward name="wio" path="/pages/WhoIsOnline.jsp" /> </action> --- 71,75 ---- <action path="/Search" type="org.apache.struts.actions.ForwardAction" parameter="/pages/Search.jsp" /> ! <action path="/WhoIsOnline" type="junk.controller.WhoIsOnlineAction"> <forward name="wio" path="/pages/WhoIsOnline.jsp" /> </action> |