From: <the...@us...> - 2003-12-17 17:02:27
|
Update of /cvsroot/junk/junk/WEB-INF In directory sc8-pr-cvs1:/tmp/cvs-serv23246 Modified Files: struts-config.xml Log Message: wio Index: struts-config.xml =================================================================== RCS file: /cvsroot/junk/junk/WEB-INF/struts-config.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** struts-config.xml 17 Dec 2003 15:03:22 -0000 1.2 --- struts-config.xml 17 Dec 2003 17:02:24 -0000 1.3 *************** *** 63,67 **** <forward name="error" path="/Error.jsp" /> <forward name="config" path="/Config.do" /> - <forward name="wio" path="/WIO.do" /> </global-forwards> --- 63,66 ---- *************** *** 72,76 **** <action path="/Search" type="org.apache.struts.actions.ForwardAction" parameter="/pages/Search.jsp" /> ! <action path="/WIO" type="org.apache.struts.actions.ForwardAction" parameter="/pages/WhoIsOnline.jsp" /> <action path="/Config" --- 71,77 ---- <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> <action path="/Config" |