Here's an example of @EventListener I found floating around. Using the
annotation magically adds a javascript method to a certain div on the page.
@EventListener(elements = "FooJsEventSource", events = "foo")
public void doFoo()
{
log.trace("doFoo");
}
--
View this message
Kindly use Tapestry 5 . AFAIK, tapestry4 has been deprecated.
Josh
Hi,
I am new to Tapestry Web Framework and currently working on
Tapestry 4.1. I need to write a sample Hello World program which accepts any
text and displays Hello "Entered" Text using AJAX functionality.Anybody out
there please help me on this
--
View this message in context:
http://ta