Author: tmjee Date: Sat Jul 15 08:19:27 2006 New Revision: 422250 URL: http://svn.apache.org/viewvc?rev=422250&view=rev Log: WW-1379 - remove example that uses rich text editor
Removed: struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/lotsOfRichtexteditor.jsp struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/lotsOfRichtexteditorSubmit.jsp Modified: struts/struts2/trunk/apps/showcase/src/main/resources/struts-tags-ui.xml Modified: struts/struts2/trunk/apps/showcase/src/main/resources/struts-tags-ui.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/resources/struts-tags-ui.xml?rev=422250&r1=422249&r2=422250&view=diff ============================================================================== --- struts/struts2/trunk/apps/showcase/src/main/resources/struts-tags-ui.xml (original) +++ struts/struts2/trunk/apps/showcase/src/main/resources/struts-tags-ui.xml Sat Jul 15 08:19:27 2006 @@ -31,16 +31,6 @@ <result name="input">lotsOfOptiontransferselect.jsp</result> <result>lotsOfOptiontransferselectSubmit.jsp</result> </action> - <action name="lotsOfRichtexteditor" class="org.apache.struts2.showcase.LotsOfRichtexteditorAction" method="input"> - <result>lotsOfRichtexteditor.jsp</result> - </action> - <action name="lotsOfRichtexteditorSubmit" class="org.apache.struts2.showcase.LotsOfRichtexteditorAction" method="submit"> - <result name="input">lotsOfRichtexteditor.jsp</result> - <result>lotsOfRichtexteditorSubmit.jsp</result> - </action> - <action name="tooltipExample"> - <result>tooltipExample.jsp</result> - </action> <!-- START SNIPPET: treeExampleDynamicXWorkXml -->