Hi All,
I can't render the contents in a List using tacos:AjaxDirectLink,
I have used the Tapestry For loop to iterate the content in the List.

The HTML code is as follows

# TESTING 


<div  border=1 jwcid="[EMAIL PROTECTED]"  id="ajaxTableDiv" 
style="width:100px;height:100px;overflow: scroll; background-color: #99CCFF;
layer-background-color: #99CCFF; border: 1px none #000000;">
<p>The output is</p>
    <span jwcid="[EMAIL PROTECTED]" source="ognl:books" keyExpression="rowId"
index="ognl:rowIndex"
             value="[EMAIL PROTECTED]:book"  evenOdd="ognl:page.beans.evenOdd" 
element="div">

                        <p>
                                <span  jwcid="@Any" value="ognl:rowIndex" />
                                <span  jwcid="@Any" id="ognl:rowIndex" 
value="ognl:book.removable"/>
                        </p>
                        <p><span  jwcid="@Any"  value="ognl:book.rowId" /></p>
                        <p><span  jwcid="@Any"  value="ognl:book.name" /></p>
                        <p><span  jwcid="@Any" value="ognl:book.author" /></p>
                        <p><span  jwcid="@Any"  value="ognl:book.type" /></p>
                        <p><span  jwcid="@Any"  value="ognl:book.pages" /></p>

        </span>

-- 
View this message in context: 
http://www.nabble.com/tacos%3AAjaxDirectLink-tf2792316.html#a7790423
Sent from the tacos-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Tacos-devel mailing list
Tacos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to