You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by sg...@apache.org on 2001/03/12 12:55:50 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/de EditAccount.jsp NewAccount.jsp ConfirmRegistration.jsp

sgala       01/03/12 03:55:50

  Modified:    webapp/WEB-INF/templates/jsp/screens/html EditAccount.jsp
                        NewAccount.jsp
               webapp/WEB-INF/templates/jsp/screens/html/en EditAccount.jsp
                        ConfirmRegistration.jsp NewAccount.jsp
               webapp/WEB-INF/templates/jsp/screens/html/de EditAccount.jsp
                        NewAccount.jsp ConfirmRegistration.jsp
  Log:
  Solved problem for i18n of input in html forms. accept-charset was wrong.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/EditAccount.jsp
  
  Index: EditAccount.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/EditAccount.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- EditAccount.jsp	2001/02/08 12:30:07	1.1
  +++ EditAccount.jsp	2001/03/12 11:55:30	1.2
  @@ -32,7 +32,7 @@
   <td>
     <h2><u>Edit your account details</u></h2>
   
  -  <form accept-charset="UNKNOWN" 
  +  <form accept-charset="UTF-8, ISO-8859-1" 
           method="POST" 
           action="<jetspeed:dynamicUri screen="Home" />" 
           enctype="application/x-www-form-urlencoded">
  
  
  
  1.2       +1 -1      jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/NewAccount.jsp
  
  Index: NewAccount.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/NewAccount.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NewAccount.jsp	2001/02/08 12:30:08	1.1
  +++ NewAccount.jsp	2001/03/12 11:55:31	1.2
  @@ -17,7 +17,7 @@
     Enter the confirmation key that you received in the email on the next screen in order to confirm your registration with the system. <br />
     <b>A valid email address is required!</b><br/>
   
  -  <form accept-charset="UNKNOWN" 
  +  <form accept-charset="UTF-8, ISO-8859-1" 
           method="POST" 
           action="<jetspeed:link template="ConfirmRegistration" />" 
           enctype="application/x-www-form-urlencoded">
  
  
  
  1.2       +1 -1      jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/en/EditAccount.jsp
  
  Index: EditAccount.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/en/EditAccount.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- EditAccount.jsp	2001/03/08 16:24:51	1.1
  +++ EditAccount.jsp	2001/03/12 11:55:37	1.2
  @@ -32,7 +32,7 @@
   <td>
     <h2><u>Edit your account details</u></h2>
   
  -  <form accept-charset="UNKNOWN" 
  +  <form accept-charset="UTF-8, ISO-8859-1" 
           method="POST" 
           action="<jetspeed:dynamicUri screen="Home" />" 
           enctype="application/x-www-form-urlencoded">
  
  
  
  1.2       +2 -1      jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/en/ConfirmRegistration.jsp
  
  Index: ConfirmRegistration.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/en/ConfirmRegistration.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ConfirmRegistration.jsp	2001/03/08 16:24:51	1.1
  +++ ConfirmRegistration.jsp	2001/03/12 11:55:38	1.2
  @@ -7,7 +7,8 @@
   
   <div align="left">
   
  -<form accept-charset="UNKNOWN" method="POST" 
  +  <form accept-charset="UTF-8, ISO-8859-1" 
  +      method="POST" 
         action="<jetspeed:dynamicUri screen="Home" />" 
         enctype="application/x-www-form-urlencoded">
       <input name="username" type="hidden" value="<%= rundata.getParameters().getString("username", "") %>">
  
  
  
  1.2       +1 -1      jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/en/NewAccount.jsp
  
  Index: NewAccount.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/en/NewAccount.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NewAccount.jsp	2001/03/08 16:24:50	1.1
  +++ NewAccount.jsp	2001/03/12 11:55:39	1.2
  @@ -17,7 +17,7 @@
     Enter the confirmation key that you received in the email on the next screen in order to confirm your registration with the system. <br />
     <b>A valid email address is required!</b><br/>
   
  -  <form accept-charset="UNKNOWN" 
  +  <form accept-charset="UTF-8, ISO-8859-1" 
           method="POST" 
           action="<jetspeed:link template="ConfirmRegistration" />" 
           enctype="application/x-www-form-urlencoded">
  
  
  
  1.2       +1 -1      jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/de/EditAccount.jsp
  
  Index: EditAccount.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/de/EditAccount.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- EditAccount.jsp	2001/03/08 16:19:30	1.1
  +++ EditAccount.jsp	2001/03/12 11:55:43	1.2
  @@ -32,7 +32,7 @@
   <td>
     <h2><u>Pers�nliche Daten bearbeiten</u></h2>
   
  -  <form accept-charset="UNKNOWN" 
  +  <form accept-charset="UTF-8, ISO-8859-1" 
           method="POST" 
           action="<jetspeed:dynamicUri screen="Home" />" 
           enctype="application/x-www-form-urlencoded">
  
  
  
  1.2       +1 -1      jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/de/NewAccount.jsp
  
  Index: NewAccount.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/de/NewAccount.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NewAccount.jsp	2001/03/08 16:19:29	1.1
  +++ NewAccount.jsp	2001/03/12 11:55:44	1.2
  @@ -17,7 +17,7 @@
     Diesen Schl�ssel m�ssen Sie dann auf der folgenden Seite eintragen, um Ihren neuen Zugang endg�ltig einzurichten. <br />
     <b>Eine g�ltige Email-Adresse ist daher zwingend n�tig!</b><br/>
   
  -  <form accept-charset="UNKNOWN" 
  +  <form accept-charset="UTF-8, ISO-8859-1" 
           method="POST" 
           action="<jetspeed:link template="ConfirmRegistration" />" 
           enctype="application/x-www-form-urlencoded">
  
  
  
  1.2       +2 -1      jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/de/ConfirmRegistration.jsp
  
  Index: ConfirmRegistration.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/de/ConfirmRegistration.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ConfirmRegistration.jsp	2001/03/08 16:19:30	1.1
  +++ ConfirmRegistration.jsp	2001/03/12 11:55:45	1.2
  @@ -7,7 +7,8 @@
   
   <div align="left">
   
  -<form accept-charset="UNKNOWN" method="POST" 
  +  <form accept-charset="UTF-8, ISO-8859-1" 
  +      method="POST" 
         action="<jetspeed:dynamicUri screen="Home" />" 
         enctype="application/x-www-form-urlencoded">
       <input name="username" type="hidden" value="<%= rundata.getParameters().getString("username", "") %>">
  
  
  

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