Re: Passing data from tapestry to html

2006-07-09 Thread Nick Westgate
Yes, everything I mentioned works on Tapestry 3. I haven't moved to T4 either. You should consider upgrading to 3.0.4 though. Many bugs were fixed, including some potentially serious multi-threading ones. Cheers, Nick. Peter Dawn wrote: will this work for tap3.0.3. i havent upgraded to 4 yet.

Re: Passing data from tapestry to html

2006-07-09 Thread Peter Dawn
will this work for tap3.0.3. i havent upgraded to 4 yet. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Passing data from tapestry to html

2006-07-09 Thread Nick Westgate
Hi Peter. > is any a built in component and will this work for height, width, > bgcolor or anything else. will look it up in the meantime. Yes, Any is a very useful built in component. Check the docs. Also check out the docs on formal and informal parameters: http://tapestry.apache.org/tapestry4

Re: Passing data from tapestry to html

2006-07-09 Thread Peter Dawn
is any a built in component and will this work for height, width, bgcolor or anything else. will look it up in the meantime. thanks danny. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: Passing data from tapestry to html

2006-07-09 Thread Geoff Callender
Peter Dawn gmail.com> writes: > so i guess the exact question is, how can i pass something to the html > page and put it into the height element, so that the page is displayed > accordingly. how can this element be a place holder for a variable > which i can pass. Try the @Any component. Someth

Re: Passing data from tapestry to html

2006-07-09 Thread Danny Mandel
Hi Peter, I think you want the Any component. Assuming you had a method called getHeight() in your java class you could accomplish what you described as follows: Hope that helps, Danny Peter Dawn wrote: hi all, i want to send a integer variable from my tapestry java page to the tapestry