husted      2003/12/21 14:49:11

  Modified:    web/validator index.jsp
  Log:
  Use action form of html:link
  
  Revision  Changes    Path
  1.5       +5 -5      jakarta-struts/web/validator/index.jsp
  
  Index: index.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/validator/index.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.jsp 24 Sep 2003 03:43:17 -0000      1.4
  +++ index.jsp 21 Dec 2003 22:49:11 -0000      1.5
  @@ -47,7 +47,7 @@
         <bean:message key="typeForm.description"/>
      </li>
      <li>
  -      <html:link page="/editJsType.do"><bean:message 
key="jsTypeForm.title"/></html:link> -
  +      <html:link action="/editJsType"><bean:message 
key="jsTypeForm.title"/></html:link> -
         <bean:message key="jsTypeForm.description"/>
      </li>
   </ul>
  @@ -56,17 +56,17 @@
   
   <h3>Change Language | Changez Le Langage</h3>
   <ul>
  -   <li><html:link page="/locale.do?language=en">English | Anglais</html:link></li>
  +   <li><html:link action="/locale?language=en">English | Anglais</html:link></li>
      <li>
  -      <html:link page="/locale.do?language=fr">French | Francais</html:link> - 
  +      <html:link action="/locale?language=fr">French | Francais</html:link> -
         <bean:message key="localeForm.fr"/>
      </li>
      <li>
  -      <html:link page="/locale.do?language=fr&country=CA">French Canadian | 
Francais Canadien</html:link> - 
  +      <html:link action="/locale?language=fr&country=CA">French Canadian | Francais 
Canadien</html:link> -
         <bean:message key="localeForm.frCA"/>
      </li>
      <li>
  -      <html:link page="/locale.do?language=ja">Japanese | Japonais</html:link> - 
  +      <html:link action="/locale.?language=ja">Japanese | Japonais</html:link> -
         <bean:message key="localeForm.ja"/>
      </li>
   </ul>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to