You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by Eloi Burgués <el...@gmail.com> on 2006/05/29 13:33:24 UTC

velocitycount

here's my problem:

I have a table with a variable number of rows, the number of rows is given
as value in a hidden input in html code

the thing i need to do is a loop from 1 to input_name.value and in every
iteration i put one row of the table

I have tried the foreach with the default velocitycount (in
velocity.propierties), but I haven't had the good results

Thanks