Author: mrdon Date: Tue Nov 13 20:51:23 2007 New Revision: 594763 URL: http://svn.apache.org/viewvc?rev=594763&view=rev Log: small cleanups
Modified: struts/sandbox/trunk/struts2-rest-plugin/showcase/src/main/java/org/apache/struts2/rest/example/Order.java struts/sandbox/trunk/struts2-rest-plugin/showcase/src/main/webapp/orders-deleteConfirm.jsp struts/sandbox/trunk/struts2-rest-plugin/showcase/src/main/webapp/orders-show.jsp Modified: struts/sandbox/trunk/struts2-rest-plugin/showcase/src/main/java/org/apache/struts2/rest/example/Order.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-rest-plugin/showcase/src/main/java/org/apache/struts2/rest/example/Order.java?rev=594763&r1=594762&r2=594763&view=diff ============================================================================== --- struts/sandbox/trunk/struts2-rest-plugin/showcase/src/main/java/org/apache/struts2/rest/example/Order.java (original) +++ struts/sandbox/trunk/struts2-rest-plugin/showcase/src/main/java/org/apache/struts2/rest/example/Order.java Tue Nov 13 20:51:23 2007 @@ -1,6 +1,6 @@ package org.apache.struts2.rest.example; -public class Order implements Cloneable { +public class Order { String id; String clientName; int amount; Modified: struts/sandbox/trunk/struts2-rest-plugin/showcase/src/main/webapp/orders-deleteConfirm.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-rest-plugin/showcase/src/main/webapp/orders-deleteConfirm.jsp?rev=594763&r1=594762&r2=594763&view=diff ============================================================================== --- struts/sandbox/trunk/struts2-rest-plugin/showcase/src/main/webapp/orders-deleteConfirm.jsp (original) +++ struts/sandbox/trunk/struts2-rest-plugin/showcase/src/main/webapp/orders-deleteConfirm.jsp Tue Nov 13 20:51:23 2007 @@ -1,8 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - -<[EMAIL PROTECTED] prefix="s" uri="/struts-tags" %> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> Modified: struts/sandbox/trunk/struts2-rest-plugin/showcase/src/main/webapp/orders-show.jsp URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-rest-plugin/showcase/src/main/webapp/orders-show.jsp?rev=594763&r1=594762&r2=594763&view=diff ============================================================================== --- struts/sandbox/trunk/struts2-rest-plugin/showcase/src/main/webapp/orders-show.jsp (original) +++ struts/sandbox/trunk/struts2-rest-plugin/showcase/src/main/webapp/orders-show.jsp Tue Nov 13 20:51:23 2007 @@ -2,8 +2,6 @@ "-//W3C//DTD XHTML 1.1 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<[EMAIL PROTECTED] prefix="s" uri="/struts-tags" %> - <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Order ${id}</title>