Update of /var/cvs/tests/taglib/jsps
In directory james.mmbase.org:/tmp/cvs-serv14193

Modified Files:
        batches.jsp index.jsp mmb-1730.jspx url.jsp 
Log Message:



See also: http://cvs.mmbase.org/viewcvs/tests/taglib/jsps


Index: batches.jsp
===================================================================
RCS file: /var/cvs/tests/taglib/jsps/batches.jsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- batches.jsp 16 Jan 2006 18:44:07 -0000      1.4
+++ batches.jsp 31 Oct 2008 10:55:21 -0000      1.5
@@ -62,11 +62,9 @@
     <mm:index />: <mm:write /><mm:last inverse="true">, </mm:last>
   </mm:stringlist>
   
-  <p>
-    Problem: mm:index of batches tags have offset 0. This is logical because 
the actual offset for
-    the query can be calculated very easily then. But people like the first 
page to be 1, not 0.
-    - 'indexoffset' attribute on batches tag? - offset attribute on index-tag 
should work differently?
-  </p>
+  <hr />
+  <a href=".">Back</a>
+
   
 </mm:listnodescontainer>
 


Index: index.jsp
===================================================================
RCS file: /var/cvs/tests/taglib/jsps/index.jsp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- index.jsp   9 Jul 2006 12:49:06 -0000       1.10
+++ index.jsp   31 Oct 2008 10:55:21 -0000      1.11
@@ -26,7 +26,7 @@
 </p>
 <p>
   <mm:import id="text">
-    bla bla The cloud-tag is a rather complex thing, it has some attributes
+    The cloud-tag is a rather complex thing, it has some attributes
   which can influence each other.
   Start <a href="<mm:url page="cloud.jsp" />">here for cloud tag
   tests</a>. It will start with a login-popup (don't try with mMbase
@@ -35,7 +35,7 @@
   cookies disabled, and url not encoded, cloud-tag will detect that
   from 1.6 on). http://www.mmbase.org
   </mm:import>
-
+  <mm:link page="cloud.jsp" />
   <mm:write referid="text" escape="links,censor" />
 </p>
 <p>
@@ -65,6 +65,15 @@
 <p>
   <a href="<mm:url page="vars.jsp" />">more vars</a>
 </p>
+<p>
+  <a href="<mm:url page="xml" />">Xinclude</a>
+</p>
+<p>
+  <a href="<mm:url page="fw" />">MMBase Framework</a>
+</p>
+<p>
+  <a href="<mm:url page="mmb-1730.jspx" />">request scoped contexts</a>
+</p>
 
 <hr />
 <p>


Index: mmb-1730.jspx
===================================================================
RCS file: /var/cvs/tests/taglib/jsps/mmb-1730.jspx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- mmb-1730.jspx       31 Oct 2008 10:52:16 -0000      1.3
+++ mmb-1730.jspx       31 Oct 2008 10:55:21 -0000      1.4
@@ -10,12 +10,13 @@
   <html xmlns="http://www.w3.org/1999/xhtml";>
     <body>
 
+      <p>
+        Should write: 'CC':
         <mm:context id="a" scope="request">
           <mm:import id="c">C</mm:import>
           <mm:context id="b" />
         </mm:context>
 
-        <mm:import id="list" vartype="list">x,y,z</mm:import>
 
         <mm:context referid="a" scope="request">
           <mm:context referid="b" />
@@ -23,9 +24,11 @@
         </mm:context>
 
         <mm:include page="mmb-1730-include.jspx" />
+      </p>
 
         <p>
-          should write 'xx,yy,zz':
+        <mm:import id="list" vartype="list">x,y,z</mm:import>
+        Should write 'xx,yy,zz':
           <mm:stringlist referid="list">
             <mm:context id="W" scope="request">
               <mm:remove referid="w" />


Index: url.jsp
===================================================================
RCS file: /var/cvs/tests/taglib/jsps/url.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- url.jsp     11 Jun 2004 08:36:50 -0000      1.1
+++ url.jsp     31 Oct 2008 10:55:21 -0000      1.2
@@ -21,6 +21,11 @@
   <p>
     <mm:url page="index.jsp" referids="b,c,a" />
   </p>
+  <p>
+    <mm:url page="index.jsp" referids="b,c,a">
+      <mm:param name="a">AA</mm:param>
+    </mm:url>
+  </p>
 </body>
 </html>
 </mm:content>
\ No newline at end of file
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to