Re: GSOC 2010 project is finishing

2010-08-16 Thread Katia Aresti Gonzalez
congratulations pablo ! 2010/8/17 cleverpig > really cool~ > > On Tue, Aug 17, 2010 at 11:32 AM, Pablo dos Reis > wrote: > > 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 c

Re: GSOC 2010 project is finishing

2010-08-16 Thread cleverpig
really cool~ On Tue, Aug 17, 2010 at 11:32 AM, Pablo dos Reis wrote: > 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

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 MixinAutoComp

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 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 can force a client

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: > http://tapestry.1045711.n5.nabble.com/Component-with-a-Zone-and-ActionLink-in-a-loop-td2634

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

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

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 Tomcat's

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 to

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 wrote: > Fount the solution: > > You have to configure the jet

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 ( ) like so: org.mortbay.jetty maven-jetty-plugin 6.1.22 / true And now the Jersey responds at: http://localhost:8080/rest/helloworld -Borut 2010/8/16 Borut Bolčina > I cloned the "trunk" of the tapestr

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 -Borut dep tree: [INFO] The follo

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 othe