Re: Another IllegalAccessError in 5.2 alpha [bug?]

2010-08-16 Thread Michal Gruca
I'm not everyday Tapestry user but I try to 'evangelize' in my neighborhood. In April I given presentation about Tapestry on tricity JUG and in next couple of weeks I'm planning to do another one. During first presentation I told that T5 won't change in a way that will affect existing code and

Re: Why would I choose JQuery?

2010-08-16 Thread Nikola Milikic
Hi all, One more reason in favor of supporting jQuery (exclusively or among other js libraries) could be recent announcements from the jQuery team about releasing mobile version of the library: http://jquerymobile.com/ And since it will be supported by iOS and Android native browsers (among

Re: tapestry-jersey

2010-08-16 Thread Borut Bolčina
I cloned the trunk of the tapestry-jersey and run it against simple T5.1.0.5 (and T5.2) project, but without success. My tiny test webapp is not responding at http://localhost:8080/myjerseytest/rest/helloworld http://localhost:8080/myjerseytest/rest/helloworld-Borut dep tree: [INFO] The

Re: tapestry-jersey

2010-08-16 Thread Borut Bolčina
Fount the solution: You have to configure the jetty not to use default context path ( artifactId) like so: plugin groupIdorg.mortbay.jetty/groupId artifactIdmaven-jetty-plugin/artifactId version6.1.22/version configuration contextPath//contextPath requestLog

Re: tapestry-jersey

2010-08-16 Thread Andreas Andreou
Probably JerseyRequestFilter.java needs a fix so that it makes use of the current context... I guess you can add an issue to http://github.com/yunglin/tapestry-jersey or even better fork it On Mon, Aug 16, 2010 at 23:04, Borut Bolčina borut.bolc...@gmail.com wrote: Fount the solution: You have

Re: Custom Validation Bubbles

2010-08-16 Thread Rich M
Hi, a somewhat related question. It's now possible thanks to the Decorator for my webapp to display validation bubbles after a form submit. I'd also like to be able to set an error somewhere in the beginning of the rendering process and have it show. I'm having a hard time figuring out how

Eclipse Galileo, Maven and Tapestry

2010-08-16 Thread Everton Agner
Hello Tapestry friends, it's been a while since I last posted on this list... I'm very sorry to ask this here, but I can't find the answer anywhere... I'm using Eclipse Galileo and Maven 2.2.1, but when I create a new Maven Project based on Tapestry 5.1.0.5 quickstart, I cannot add it to

[T5.2] Problem with nested Ajax Updates

2010-08-16 Thread Pierce Wetter
I found a cool Safari Extension called Better Source that helped me get closer on this problem, I'm hoping someone can help me beyond this. . Basically, the idea is that I want a grid that is initially hidden. Clicking on a button reveals a grid, clicking on an item in the grid reveals a

Re: [T5.2] Problem with nested Ajax Updates

2010-08-16 Thread Thiago H. de Paula Figueiredo
Hi! Provide the zones' ids explicitly and you don't probably have more problems. There was a recent similar discussion here: http://tapestry.1045711.n5.nabble.com/Component-with-a-Zone-and-ActionLink-in-a-loop-td2634998.html#a2634998, but with zones inside a loop. -- Thiago H. de Paula

Re: [T5.2] Problem with nested Ajax Updates

2010-08-16 Thread Pierce Wetter
On Aug 16, 2010, at 6:50 PM, Thiago H. de Paula Figueiredo wrote: Hi! Provide the zones' ids explicitly and you don't probably have more problems. There was a recent similar discussion here:

Re: [T5.2] Problem with nested Ajax Updates

2010-08-16 Thread Thiago H. de Paula Figueiredo
On Mon, 16 Aug 2010 23:51:00 -0300, Pierce Wetter pie...@paceap.com wrote: Ah, just found that in Jira. So shouldn't setting t:id set the id as well? They're different ids: t:id is server-side, id is client-side, so I really don't know if that would be a good idea all the time. You

GSOC 2010 project is finishing

2010-08-16 Thread Pablo dos Reis
Hi everyone, My GSOC 2010 project is finishing Then I uploaded the code example in my tapestry wiki page [0] There are a link called App Example[1] to code In this project I created - Drag and Drop palette (component) - AutoCompleteSelect (mixin) - AutoCompleteObject and