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
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
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
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
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
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
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,
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]
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
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
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
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
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
13 matches
Mail list logo