On Jan 10, 2008, at 2:05 PM, Zheng, Xiahong wrote:

1) Layout management: I couldn't find a documented solution to replace
tiles used by the old application.

Not sure on that one, I don't believe there really is anything dealing with layout other than a table.

2) Dynamic attribute value generation: Something like the following you
can do with JSP

                <input type="submit" value="${button. value}"/>

How do I achieve this in Tapestry? Is there a component I can use to generate dynamic content as value for any arbitrary attribute of an HTML
element?

The Any component is what you want, I believe:

<input jwcid="@Any" type="submit" value="ognl:value"/>

-Norman



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to