I'm trying to create a list within a jelly script to
be used by the tablemodel tag. The list needs to
contain several items. I've been using the 'uselist'
tag. I don't know how to put multiple strings via the
'items' attribute. I've also tried the following:
        <j:set var="item2" value="string2"/>
        <j:useList var="mylist">
                <j:expr value="string1"/>
                <j:expr value="${item2}"/>
        </j:useList>
Thanks,
Serge

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to