Author: husted Date: Tue Mar 7 04:51:37 2006 New Revision: 383868 URL: http://svn.apache.org/viewcvs?rev=383868&view=rev Log: Action2 Cookbook * Remove references to RichTextEditor for now. It's not working for me, and there might be licensing issues anyway.
Modified: struts/sandbox/trunk/action2/apps/cookbook/src/webapp/pages/input/Input.jsp struts/sandbox/trunk/action2/apps/cookbook/src/webapp/pages/input/InputResult.jsp Modified: struts/sandbox/trunk/action2/apps/cookbook/src/webapp/pages/input/Input.jsp URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/action2/apps/cookbook/src/webapp/pages/input/Input.jsp?rev=383868&r1=383867&r2=383868&view=diff ============================================================================== --- struts/sandbox/trunk/action2/apps/cookbook/src/webapp/pages/input/Input.jsp (original) +++ struts/sandbox/trunk/action2/apps/cookbook/src/webapp/pages/input/Input.jsp Tue Mar 7 04:51:37 2006 @@ -1,4 +1,4 @@ -<%@ taglib prefix="ww" uri="/webwork" %> +<[EMAIL PROTECTED] prefix="ww" uri="/webwork" %> <html> <head> <title>UI Tags Example</title> @@ -107,13 +107,7 @@ doubleEmptyOption="true" doubleMultiple="true" /> - <ww:richtexteditor - width="700" - label="Your Thougths" - name="thoughts" - tooltip="Enter your thoughts here" /> - - <ww:submit onclick="alert('aaaa');" /> + <ww:submit onclick="alert('Don't Panic! (Just press OK to continue)');" /> </ww:form> </body> Modified: struts/sandbox/trunk/action2/apps/cookbook/src/webapp/pages/input/InputResult.jsp URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/action2/apps/cookbook/src/webapp/pages/input/InputResult.jsp?rev=383868&r1=383867&r2=383868&view=diff ============================================================================== --- struts/sandbox/trunk/action2/apps/cookbook/src/webapp/pages/input/InputResult.jsp (original) +++ struts/sandbox/trunk/action2/apps/cookbook/src/webapp/pages/input/InputResult.jsp Tue Mar 7 04:51:37 2006 @@ -1,5 +1,4 @@ <[EMAIL PROTECTED] prefix="ww" uri="/webwork" %> - <html> <head> <title>Showcase - Non-UI Tag - Example Submited </title> @@ -36,7 +35,6 @@ </ww:iterator> </td> </tr> - <ww:label label="Thoughts" name="thoughts" /> </table> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]