You should use
http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/corelib/components/Loop.htmlwhich
works similar to Grid but does not imply rows or cells. Your source
and value parameters are still correct, and you no longer need the include
parameter.

- P

On Mon, Aug 13, 2012 at 5:05 PM, TG <tapestry...@hotmail.com> wrote:

> 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