I am trying to create a iui list using tapestry. I used -

                <ul xml:space="preserve">
                    <li t:id="portraitSrGrid" t:type="loop" t:source="SRs" 
t:value="SR"
include="id,service">
                                <t:pagelink page="app/service/SaveMobile"
context="SR.id">${SR.id}</t:pagelink>
                         http://${hostName}/go/${SR.service} <t:outputraw
t:value="SR.service" /> 
                        </li>
                </ul>


But this is still renders as a table. How do I "turned off" the table
rendering? And just let the output be a unordered list?



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/How-to-avoid-ul-turning-into-table-tp5715372.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to