Re: RenderSupport Scope

2010-05-29 Thread Pablo dos Reis
Hi Thiago, When the Tapestry creates the script. It puts the script inside a other method. Tapestry.onDOMLoaded() in this case. So when I try call it method using a js the method created by RenderSupport is not visible for js. I resolved the following writer.element("script", "language", "Ja

Re: RenderSupport Scope

2010-05-29 Thread Thiago H. de Paula Figueiredo
On Sat, 29 May 2010 23:18:28 -0300, Pablo dos Reis wrote: When I inject javaScript using renderSupport not is possible access the methods created in the class through a js file. Hi, Pablo! I'm not sure what you're talking about, but remember that any JavaScript code added through RenderS

RenderSupport Scope

2010-05-29 Thread Pablo dos Reis
When I inject javaScript using renderSupport not is possible access the methods created in the class through a js file. Are there a way for access a JavaScript method overrided using renderSupport for a classe outside it, in the js for exemple ? -- Pablo Henrique dos Reis

Re: tapx causing runtime error

2010-05-29 Thread Thiago H. de Paula Figueiredo
On Sat, 29 May 2010 20:33:47 -0300, Greg Pagendam-Turner wrote: I've noticed that the tapestry 5.2 snapshot build at: http://tapestry.formos.com/maven-snapshot-repository/org/apache/tapestry/tapestry-core/5.2.0-SNAPSHOT/ last seems to have been run 20 March. Is this where I should be pulling

Re: tapx causing runtime error

2010-05-29 Thread Greg Pagendam-Turner
On 28/05/2010 2:33 PM, Howard Lewis Ship wrote: I've been refactoring the Func stuff in tapestry-ioc and making the corresponding changes in tapx. What you are seeing is the updated tapx before the updated tapestry-ioc hits the Nexus repository. You may be in a situation where you want to do wha

Re: Coercion error in onActivate

2010-05-29 Thread Daniel Henze
Thanks Thiago, thanks a lot, you pointed me into the right direction. I did eliminate everything from the layout and that worked well. So I'll be going through and try to find the erroneous part. Cheers Daniel Am 29.05.2010 16:24, schrieb Thiago H. de Paula Figueiredo: On Sat, 29 May 2010 10:5

Coercion error in onActivate

2010-05-29 Thread Daniel Henze
Dear Tapestry Users, I hope someone can help me with that issue, it's bugging me for a while now and I may not be able to see the obvious. In an edit page I am taking the user id as argument, but when calling the url with proper value "/user/edit/2" I am getting an exception: "Caused by: ja

Re: Coercion error in onActivate

2010-05-29 Thread Thiago H. de Paula Figueiredo
On Sat, 29 May 2010 10:58:55 -0300, Daniel Henze wrote: Dear Tapestry Users, Hi! I found a mail from Uli Staerk (http://osdir.com/ml/users-tapestry-apache/2009-01/msg00170.html) where he figured it was due to a hardcoded CSS file, but that's not the case here (using @IncludeStyleshee

Re: comet implementation issue

2010-05-29 Thread Thiago H. de Paula Figueiredo
On Sat, 29 May 2010 07:24:59 -0300, Robin Komiwes wrote: For information, I think Jetty is powering Google App Engine. See: http://jetty.codehaus.org/jetty/ GAE does use Jetty. By the way, Jetty is an Eclipse project now: http://www.eclipse.org/jetty/ -- Thiago H. de Paula Figueiredo In

Coercion error in onActivate

2010-05-29 Thread Daniel Henze
Dear Tapestry Users, I hope someone can help me with that issue, it's bugging me for a while now and I may not be able to see the obvious. In an edit page I am taking the user id as argument, but when calling the url with proper value "/user/edit/2" I am getting an exception: "Caused by: ja

Re: comet implementation issue

2010-05-29 Thread Robin Komiwes
For information, I think Jetty is powering Google App Engine. See: http://jetty.codehaus.org/jetty/ On Sat, May 29, 2010 at 8:59 AM, rajesh sukumaran wrote: > Thanks for the inputs Peter. > I had done some research on the ill effects of reverse AJAX but the > ad