well ,you know, there maybe two ways to import a component in page tml.

first way,
<t:yourcomponent t:perameter="xxx"/>, I can put two same components which are using in two places in one page.

and second way,

<div t:id="your component define in your page "/>, well this way I could handle the it in page class.

the problem is if I do the first way, how to handle the component ???


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to