You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2002/06/30 18:26:04 UTC

cvs commit: jakarta-commons/latka/src/jelly latka.jelly

dion        2002/06/30 09:26:04

  Added:       latka/src/jelly latka.jelly
  Log:
  Sample script to play with
  
  Revision  Changes    Path
  1.1                  jakarta-commons/latka/src/jelly/latka.jelly
  
  Index: latka.jelly
  ===================================================================
  <?xml version="1.0"?>
  <j:jelly
      xmlns:j="jelly:core"
      xmlns:latka="jelly:org.apache.commons.latka.jelly.LatkaTagLibrary">
      
    <latka:suite>
      <latka:session>
      </latka:session>
    </latka:suite>    
  
  </j:jelly>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>