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:
<td jwcid="@Any" element="td" height="ognl:height">
Hope that helps,
Danny
Peter Dawn wrote:
hi all,
i want to send a integer variable from my tapestry java page to the
tapestry html page, which has an element within a tag. ok i will try
and explain it a bit better. i have a html tag within my html page <td
height="10">. now i want this height element to be whatever i pass
from my tapestry java page.
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.
i hope i have explained my question properly. thanks to all for their
feedback in advance.
cheers.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]