Hi all,

 Here is the case, I put one component named "xtree" on start page,
then I wrote on method to receive events from this component.

       <div t:id="treebox" t:type="t5/SidePanel" style="height:600px">
               <div t:type="xtree"/>
       </div>


       @OnEvent(value="click", component="xtree")
       void onTreeClick() {
               System.out.println("tree clicked ...");
       }

 but there is no output expected. I want to know where's problem.

 Thanks.

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

Reply via email to