ajax component

2009-11-27 Thread Alfonso Quiroga
Hi, this time I want to do an ajax component, just a simple tree where user can open nodes, like.. A B C ..and when user clicks on "A", via ajax the application will show A childrens, like: A X1 X2 B C Is this complicated? I saw examples (jumpstart) and I will start trying to do it with just

Re: T5 loop sort

2009-11-27 Thread Joost Schouten (ml)
In your setupRender method of your page take the Set of beans add them in a List and sort acordingly. Pass the list as the source for the loop. Cheers, Joost Like: @SetupRender private void setup() { Set mySet = ... whereverItComesFrom; List myList = new ArrayList(); myList.addAll(myS

T5 loop sort

2009-11-27 Thread blueboy6
Hi everyone, I have a question, I have a set of beans that I'm parsing to loop component to generate divs and populate them with data and other components that I'm using, now in this beens i have date property. What is best way to sort this set by date??? I was thinking to apply sorter from gr

Re: [T5.2.0] AddRowLink generates incorrect link in conjunction with onPassivate

2009-11-27 Thread Joost Schouten (ml)
I just tested it against 5.1.0.5 and it does *not* have the problem with the double printing of the question mark. There seems to be a problem on the snapshot. Has any work been done on it lately? Ulrich Stärk wrote: I tested it with 5.2.0-SNAPSHOT and 5.1.0.5, but to be 100% sure, I'll clear

Re: [T5.2.0] AddRowLink generates incorrect link in conjunction with onPassivate

2009-11-27 Thread Ulrich Stärk
I tested it with 5.2.0-SNAPSHOT and 5.1.0.5, but to be 100% sure, I'll clear out my local maven repo and test again this evening. Uli Am 27.11.2009 15:21 schrieb Joost Schouten (ml): Ulrich, So in your case the add row url has appended the t:componentformid and t:formid to the parameter list

Re: [T5.2.0] AddRowLink generates incorrect link in conjunction with onPassivate

2009-11-27 Thread Joost Schouten (ml)
Ulrich, So in your case the add row url has appended the t:componentformid and t:formid to the parameter list in the url with the already available activation context param t:ac? And are you using the 5.2.0-SNAPSHOT? This only started happening recently where before all worked fine. Thanks f

Re: What about Tapestry JFly?

2009-11-27 Thread Andreas Andreou
hi, tacos (its dojo components and subproject) are for T4, not T5 I remember there was an announcement here about jfly (which is for T5) some months ago - but haven't heard much since... i'm too wondering how it works behind the scenes + if it (somehow) replaces prototype or works with it On Fri,

Re: [T5.2.0] AddRowLink generates incorrect link in conjunction with onPassivate

2009-11-27 Thread Ulrich Stärk
I'm unable to reproduce any of the behaviour you are experiencing. The URL for the Ajax update generated by tapestry is valid and I don't get any errors. Uli Am 26.11.2009 17:15 schrieb Joost Schouten (ml): Hi, It's not just passivate, its an activate and passivate combination. The page [1]

What about Tapestry JFly?

2009-11-27 Thread Alessandro Bottoni
I was looking for a way to use Ajax (Dojo, actually) with Tapestry 5 and I stomped against this project: http://tapestry-jfly.sourceforge.net/ It looks very interesting, even much more complete and mature than Tacos (at least judging from its own presentation page). Strangely enough, it looks li

RE: blackbird.js amended for Tap 5.1.0.5 - IE background fixed issue

2009-11-27 Thread Jim O'Callaghan
Hi, Any takers on this one? Would be grateful to find out what the implication was of not including blackbird if no advice regarding a proper fix is available. Is it just that error messages related to async javascript etc. will not be displayed properly in the client, or are there other implica

Re: jQuery.noConflict() not working

2009-11-27 Thread Inge Solvoll
Nice, thanks! It actually worked putting jquery-core.js before all other scripts. It is strange, because I have a Struts page with a very similar setup, both prototype and jQuery included and prototype first, and it has no errors in IE8... Thiago: I'm also using a jQuery plugin (jQuery UI datepic

Re: Status of TAP5-729

2009-11-27 Thread Thiago H. de Paula Figueiredo
Em Fri, 27 Nov 2009 05:04:36 -0200, Andrey Larionov escreveu: Nobody can comment on this? I guess (not sure about it) is that Tapestry-IoC constructs proxies based on the service interface, not on the service implementation. -- Thiago H. de Paula Figueiredo Consultor, desenvolvedor e in

Re: [t5] upgrade to java 6 and javassist

2009-11-27 Thread P . Stavrinides
Hi Inge, I am glad that you cleared that up for everyones benefit, but also for the good of Tapestry, as some people need very little excuse to rant. > I believe our earlier problems with javassist were real ... Yes, the problems you mentioned in earlier posts were indeed real, but resolved fo