Author: tmjee Date: Sun Apr 9 07:34:50 2006 New Revision: 392737 URL: http://svn.apache.org/viewcvs?rev=392737&view=rev Log: changed jsp taglib uri from /webwork to /struts-action and prefix from ww to saf
Modified: incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/pages/hellomatrix.jsp incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/pages/home.jsp Modified: incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/pages/hellomatrix.jsp URL: http://svn.apache.org/viewcvs/incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/pages/hellomatrix.jsp?rev=392737&r1=392736&r2=392737&view=diff ============================================================================== --- incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/pages/hellomatrix.jsp (original) +++ incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/pages/hellomatrix.jsp Sun Apr 9 07:34:50 2006 @@ -1,4 +1,4 @@ -<%@ taglib prefix="ww" uri="/webwork" %> +<%@ taglib prefix="saf" uri="/struts-action" %> <html> <head> @@ -10,10 +10,10 @@ <p> <fieldset> <legend>Matrix Form</legend> - <ww:form name="helloWorldForm" action="helloMatrixSubmit"> - <ww:textfield name="hello" label="Enter your name" /> - <ww:submit /> - </ww:form> + <saf:form name="helloWorldForm" action="helloMatrixSubmit"> + <saf:textfield name="hello" label="Enter your name" /> + <saf:submit /> + </saf:form> </fieldset> </p> </body> Modified: incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/pages/home.jsp URL: http://svn.apache.org/viewcvs/incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/pages/home.jsp?rev=392737&r1=392736&r2=392737&view=diff ============================================================================== --- incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/pages/home.jsp (original) +++ incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/pages/home.jsp Sun Apr 9 07:34:50 2006 @@ -1,4 +1,4 @@ -<%@ taglib prefix="ww" uri="/webwork" %> +<%@ taglib prefix="saf" uri="/struts-action" %> <html> <head> @@ -11,8 +11,8 @@ <fieldset> <legend>Example action</legend> <p> - <ww:url id="helloURL" action="helloMatrix" /> - <ww:a href="%{helloURL}">Enter the matrix</ww:a> + <saf:url id="helloURL" action="helloMatrix" /> + <saf:a href="%{helloURL}">Enter the matrix</saf:a> </p> </fieldset> </p> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]