Hi,
i use JXTemplate to build an XML file. From the
Flowscript, i pass collection parameters to the
template which are named like table1, table2, tablen.
Then i want to iterate for each table parameter the
contents like ( items="${table{$i}}" doesnt work )
<jx:forEach var="i" items="${tableindex}">
<jx:forEach var="row" items="${table${i}}">
${row.name}
</jx:forEach>
</jx:forEach>
Is it possible to set the name of the collection
object for items parameter using concatenation of
other strings?
okan
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]