You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2003/12/21 23:46:27 UTC

cvs commit: jakarta-struts/web/exercise-taglib html-setters.jsp html-select.jsp html-multibox.jsp html-link.jsp

husted      2003/12/21 14:46:27

  Modified:    web/exercise-taglib html-setters.jsp html-select.jsp
                        html-multibox.jsp html-link.jsp
  Log:
  Use action form of html:link
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-struts/web/exercise-taglib/html-setters.jsp
  
  Index: html-setters.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/exercise-taglib/html-setters.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- html-setters.jsp	7 Mar 2001 04:50:54 -0000	1.1
  +++ html-setters.jsp	21 Dec 2003 22:46:27 -0000	1.2
  @@ -16,7 +16,7 @@
   is redisplayed.  Press "Save" to update, or "Cancel" to return to the
   main menu.
   
  -<html:form action="html-setters.do">
  +<html:form action="/html-setters">
   <table border="0" width="100%">
   
     <tr>
  
  
  
  1.9       +1 -1      jakarta-struts/web/exercise-taglib/html-select.jsp
  
  Index: html-select.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/exercise-taglib/html-select.jsp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- html-select.jsp	9 Oct 2002 05:09:35 -0000	1.8
  +++ html-select.jsp	21 Dec 2003 22:46:27 -0000	1.9
  @@ -53,7 +53,7 @@
   --%>
   <jsp:useBean id="testbean" scope="session" class="org.apache.struts.webapp.exercise.TestBean"/>
   
  -<html:form action="html-select.do">
  +<html:form action="/html-select">
   <table border="0" width="100%">
   
     <tr>
  
  
  
  1.2       +2 -2      jakarta-struts/web/exercise-taglib/html-multibox.jsp
  
  Index: html-multibox.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/exercise-taglib/html-multibox.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- html-multibox.jsp	7 Mar 2001 04:50:54 -0000	1.1
  +++ html-multibox.jsp	21 Dec 2003 22:46:27 -0000	1.2
  @@ -14,10 +14,10 @@
   
   Whatever changes you make to properties should be reflected when the page
   is redisplayed.  When first started, all of the listed checkboxes should
  -be selected.  Press "Save" to update, or "Cancel" to return to the
  +be clear (not selected).  Press "Save" to update, or "Cancel" to return to the
   main menu.
   
  -<html:form action="html-multibox.do">
  +<html:form action="/html-multibox">
   <table border="0" width="100%">
   
     <tr>
  
  
  
  1.5       +1 -1      jakarta-struts/web/exercise-taglib/html-link.jsp
  
  Index: html-link.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/exercise-taglib/html-link.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- html-link.jsp	29 Dec 2002 17:01:24 -0000	1.4
  +++ html-link.jsp	21 Dec 2003 22:46:27 -0000	1.5
  @@ -31,7 +31,7 @@
   
   </p>
   
  -<html:form action="html-link.do">
  +<html:form action="/html-link">
   <table border="0" width="100%">
   
     <tr>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org