Re: Tapestry working with ZK component

2009-06-12 Thread Thiago H. de Paula Figueiredo
Nice! One suggestion: instead of injecting RequestGlobals, you can inject HttpServletRequest directly. ;) -- Thiago - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tap

Tapestry working with ZK component

2009-06-12 Thread Julien Ruchaud
Hi, I played a little bit with ZK and Tapestry this morning and I achieved something quite nice : I succeeded in inserting a ZK component in Tapestry page, and this component can call Tapestry actions. Here is how to do it : 1) Install ZK : 2) The Tapestry Component that allows including any ZK c