Re: Required a sample program in Tapestry 4.1.3 which demonstrates AJAX Functionality

2011-04-12 Thread LLTYK
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

Re: Required a sample program in Tapestry 4.1.3 which demonstrates AJAX Functionality

2011-04-11 Thread Josh Kamau
Kindly use Tapestry 5 . AFAIK, tapestry4 has been deprecated. Josh

Required a sample program in Tapestry 4.1.3 which demonstrates AJAX Functionality

2011-04-11 Thread nazarhussain_s
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