Hi,

I'm new to displaytag so please have some patient if I'm making too
obvious questions, I need to have the pagination links in a frame that
isn't the same as in wich the table is, how can I achieve that if
possible?


by now my table is :

<display:table name="listaTTK" pagesize="25" class="its" id="'row'"
style="cursor:hand">
            <ww:iterator value="#refrescaListaTTK.listaColunas">               
                <c:set var="label"><ww:property value="labelColuna" /></c:set>
                <c:set var="valor"><ww:property value="valorColuna" /></c:set>
                <display:column title="${label}" sortable="true"
headerClass="sortable" property="${valor}"></display:column>
            </ww:iterator>
        </display:table>

thanks, Pedro


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to