Is there an example using ajax with tapestry to refresh a table?

2008-01-28 Thread James Lin
Hi: I want to see a very simple example show how to update a table using ajax. But I could not find one in the tapestry source. Do anyone have a sample for this? thanks in advance! James _ Climb to the top of the charts! Pl

How do I get parameter from URL in Tapestry 5 ?

2007-10-28 Thread James Lin
dear all: I have read one sample from Tapestry website http://wiki.apache.org/tapestry/Tapestry5ObtainingHttpServletRequest @Inject private RequestGlobals requestGlobals; public void onActivate(Object context) { HttpSession session = requestGlobals.getHTTPServletRequest().getS

RE: How do I get parameter from URL in Tapestry 5 ?

2007-10-28 Thread James Lin
ervices.RequestGlobals; > import org.apache.tapestry.annotations.Inject; > > > James Lin-3 wrote: > > > > dear all: > > > > I have read one sample from Tapestry website > > http://wiki.apache.org/tapestry/Tapestry5ObtainingHttpServletRequest > > > > @Inject >

How do I get parameter from URL in Tapestry 5 ?

2007-10-28 Thread James Lin
dear all: I have read one sample from Tapestry website http://wiki.apache.org/tapestry/Tapestry5ObtainingHttpServletRequest @Inject private RequestGlobals requestGlobals; public void onActivate(Object context) { HttpSession session = requestGlobals.getHTTPServletRequest().getSe