thank you Francisco !



Oliver Lee
2008-06-24



发件人: Francisco Manzano
发送时间: 2008-06-24 15:26:52
收件人: Tapestry users
抄送: 
主题: Re: How to assign java object's property value to javascript variablein 
html?

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