martinc     2003/06/08 18:50:15

  Modified:    web/exercise-taglib bean-cookie.jsp
  Log:
  Remove the row corresponding to the name of the cookie. It causes problems
  on Tomcat 3.3.1 because of some kind of reflection issue, and isn't really
  necessary to prove that the <bean:cookie> tag works, anyway.
  
  Revision  Changes    Path
  1.2       +0 -5      jakarta-struts/web/exercise-taglib/bean-cookie.jsp
  
  Index: bean-cookie.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/exercise-taglib/bean-cookie.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- bean-cookie.jsp   7 Mar 2001 04:50:54 -0000       1.1
  +++ bean-cookie.jsp   9 Jun 2003 01:50:15 -0000       1.2
  @@ -37,11 +37,6 @@
       <td><bean:write name="sess" property="maxAge"/></td>
     </tr>
     <tr>
  -    <td>name</td>
  -    <td><jsp:getProperty name="sess" property="name"/></td>
  -    <td><bean:write name="sess" property="name"/></td>
  -  </tr>
  -  <tr>
       <td>path</td>
       <td><jsp:getProperty name="sess" property="path"/></td>
       <td><bean:write name="sess" property="path"/></td>
  
  
  

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

Reply via email to