Re: Javascript - looping

2005-07-18 Thread Henrik
Thanks Paul! The scripting worked perfectly after your help! In general i find the support on scripting in tapestry the hardest to find, so I think your answer will be to great help for others as well! Best regards Henrik -

Re: Javascript - looping

2005-07-14 Thread Paul Ferraro
Your .script file should look something like this: Specification 3.0//EN" "http://jakarta.apache.org/tapestry/dtd/Script_3_0.dtd";>

Javascript - looping

2005-07-13 Thread Henrik
Hi I have an object that contains a java.util.List of Question objects. I want to generate an array that is of the size of the question list, and that is populated with questions. I cannot figure out how to do this in a Tapestry script. I want the end result in the client browser to be like