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
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
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
>
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