The simplest example is

page.tml
      <t:fb.like />

page.java
        void onEdgeCreate(@RequestParameter("url") String url) {
                logger.info("edge create {}",url);
        }
        
        void onEdgeRemove(@RequestParameter("url") String url) {
                logger.info("edge remove {}",url);
        }


I have a few more involved pages I wrote to test. I'll check them in
sometime this week.

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

Reply via email to