Peter Dawn <petedawn <at> 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. Something like... <td jwcid="@Any" height="ognl:myInt" etc I can't remember if you also need the element tag... <td jwcid="@Any" height="ognl:myInt" element="td" etc @Any enables you to use ognl anywhere in the tag. Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]