Re: T5: Equanda feature request

2009-02-17 Thread Inge Solvoll
Sorry for spamming, but here is the JIRA issue. https://issues.apache.org/jira/browse/TAP5-521 On Tue, Feb 17, 2009 at 2:52 PM, Inge Solvoll wrote: > I will add a JIRA issue for adding a parameter in a link with javascript! > > > On Tue, Feb 17, 2009 at 1:58 PM, Joachim Van der Auwera > wrote:

Re: T5: Equanda feature request

2009-02-17 Thread Inge Solvoll
I will add a JIRA issue for adding a parameter in a link with javascript! On Tue, Feb 17, 2009 at 1:58 PM, Joachim Van der Auwera wrote: > Inge Solvoll wrote: > >> The only thing I see that is a little bit "dirty" is the way that equanda >> puts the entered value into the link string. Is there an

Re: T5: Equanda feature request

2009-02-17 Thread Joachim Van der Auwera
Inge Solvoll wrote: The only thing I see that is a little bit "dirty" is the way that equanda puts the entered value into the link string. Is there any way to make it easier to do this kind of thing natively in T5? Perhaps through a different approach entirely? Ideally, the tapestry js should

Re: T5: Equanda feature request

2009-02-17 Thread Joachim Van der Auwera
Inge Solvoll wrote: Don't know if this is a bad thing to ask about here, you just tell me if I should take this business elsewhere... :) Either here or using the equanda-user mailing list. Both are fine. In equanda-tapestry5 I discovered a very nice and useful component, TextField, which up

Re: T5: Equanda feature request

2009-02-16 Thread Inge Solvoll
I just went ahead and created the mixin based on the equanda TextField component, as far as I can see, it works nicely. The mixin lets any event on any component update a zone. The only requirement is that the HTML element has a "value" attribute. This limitation could easily be erased as well, I g

T5: Equanda feature request

2009-02-16 Thread Inge Solvoll
Don't know if this is a bad thing to ask about here, you just tell me if I should take this business elsewhere... :) In equanda-tapestry5 I discovered a very nice and useful component, TextField, which updates a zone through the onchange event of a regular textfield. This is excactly what I've bee