You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by gl...@locus.apache.org on 2000/10/30 00:06:02 UTC

cvs commit: jakarta-taglibs/session/examples/web session.jsp

glenn       00/10/29 15:06:02

  Modified:    session/examples/web session.jsp
  Log:
  Cleanup for release
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-taglibs/session/examples/web/session.jsp
  
  Index: session.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/session/examples/web/session.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- session.jsp	2000/09/24 03:25:39	1.1
  +++ session.jsp	2000/10/29 23:06:02	1.2
  @@ -37,7 +37,7 @@
   <sess:setattribute name="myatt2"><jsp:getProperty name="ss" property="maxInactiveInterval"/></sess:setattribute>
   Now loop through all the attributes
   <sess:attributes id="att">
  -   <jsp:getProperty name="att" property="name"/> = <jsp:getProperty name="att" property="attribute"/>
  +   <jsp:getProperty name="att" property="name"/> = <jsp:getProperty name="att" property="value"/>
   </sess:attributes>
   Now remove the attribute myatt
   <sess:removeattribute name="myatt"/>