<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Using the Paginator Tag"]]></title>
		<link>http://forum.mentaframework.org/posts/list/1.page</link>
		<description><![CDATA[Latest messages posted in the topic "Using the Paginator Tag"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Using the Paginator Tag</title>
				<description><![CDATA[ Example: http://paginator.mentaframework.org/

Sources: http://www.mentaframework.org/examples/PaginatorTag.war

<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
&lt;mtw:paginator size="5" value="myList"&gt;

    &lt;mtw:hasPrevious&gt;
        
        &lt;a href="/HelloPaginator.mtw?page=&lt;mtw:out /&gt;"&gt;&lt;b&gt;Prev&lt;/b&gt;&lt;/a&gt;&nbsp;&nbsp;
        
    &lt;/mtw:hasPrevious&gt;
    
    &lt;mtw:pageNumbers pagesToShow="3"&gt; &lt;!-- x x x X x x x --&gt;
    
        &lt;mtw:isCurrPage&gt;
            &lt;mtw:out /&gt;&nbsp;&nbsp; &lt;!-- no link for curr page --&gt;
        &lt;/mtw:isCurrPage&gt;
        
        &lt;mtw:isCurrPage negate="true"&gt;
            &lt;a href="/HelloPaginator.mtw?page=&lt;mtw:out /&gt;"&gt;&lt;mtw:out /&gt;&lt;/a&gt;&nbsp;&nbsp; &lt;!-- show link for other pages --&gt;
        &lt;/mtw:isCurrPage&gt;
    
    &lt;/mtw:pageNumbers&gt;
    
    &lt;mtw:hasNext&gt;
        
        &lt;a href="/HelloPaginator.mtw?page=&lt;mtw:out /&gt;"&gt;&lt;b&gt;Next&lt;/b&gt;&lt;/a&gt;
        
    &lt;/mtw:hasNext&gt;
    
    &lt;br&gt;&lt;br&gt;
    
    &lt;font color="blue"&gt;
    
    &lt;mtw:loop&gt;
    
        &lt;mtw:out /&gt;&lt;br&gt; &lt;!-- loop through the elements of this page --&gt;
        
    &lt;/mtw:loop&gt;
    
    &lt;/font&gt;

&lt;/mtw:paginator&gt;
</pre>
		</div>]]></description>
				<guid isPermaLink="true">http://forum.mentaframework.org/posts/list/500.page#3469</guid>
				<link>http://forum.mentaframework.org/posts/list/500.page#3469</link>
				<pubDate><![CDATA[Fri, 1 Sep 2006 14:43:32]]> GMT</pubDate>
				<author><![CDATA[ saoj]]></author>
			</item>
	</channel>
</rss>