Something like this :

...
<t:loop source="families" value="family">
<script type="text/javascript">
<!--
Add_Family_In_Array('${family.property}');
// -->
</script>
</t:loop>
...

Fco.Manzano

Oliver Lee wrote:
> hi,all good day!
>
> I have a java List in my Page,each object in the list has a String property,
>
> i want assign the String property value to a javascript array
>  
> by Looping the List in html template,how to achieve that?!
>
> thanks a lot !
>
>
>
> Oliver Lee
> 2008-06-24
>
>   


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

Reply via email to