AW: AW: AW: Adding JS to my component combined with using t:If

2015-05-27 Thread Poggenpohl, Daniel
t: Mittwoch, 27. Mai 2015 20:31 An: Tapestry users Betreff: Re: AW: AW: Adding JS to my component combined with using t:If For 5.3.8, you should use ZoneManager to update zones, as that's the JS class which has all the wiring. You just cannot make an AJAX call directly and expect the zone to upd

Re: AW: AW: Adding JS to my component combined with using t:If

2015-05-27 Thread Thiago H de Paula Figueiredo
For 5.3.8, you should use ZoneManager to update zones, as that's the JS class which has all the wiring. You just cannot make an AJAX call directly and expect the zone to update itself. There's one nice example of how to do it in https://issues.apache.org/jira/browse/TAP5-569. // where zoneI

AW: AW: AW: Adding JS to my component combined with using t:If

2015-05-27 Thread Poggenpohl, Daniel
h, 27. Mai 2015 11:38 An: users@tapestry.apache.org Betreff: Re: AW: AW: Adding JS to my component combined with using t:If I think he is not using 5.4 but 5.3.8. The problem is that your ajax call does not process the repsonse (zones to update, scripts to run, ...). What I have done is addin

Re: AW: AW: Adding JS to my component combined with using t:If

2015-05-27 Thread Nathan Quirynen
OST request I generated buggy? How would using the other library help me? Regards, Daniel P. -Ursprüngliche Nachricht- Von: Chris Poulsen [mailto:mailingl...@nesluop.dk] Gesendet: Mittwoch, 27. Mai 2015 11:19 An: Tapestry users Betreff: Re: AW: AW: Adding JS to my component combined with usin

Re: AW: AW: Adding JS to my component combined with using t:If

2015-05-27 Thread Chris Poulsen
T request I generated buggy? How would using > the other library help me? > > Regards, > Daniel P. > > -Ursprüngliche Nachricht- > Von: Chris Poulsen [mailto:mailingl...@nesluop.dk] > Gesendet: Mittwoch, 27. Mai 2015 11:19 > An: Tapestry users > Betreff: Re: AW: AW:

AW: AW: AW: Adding JS to my component combined with using t:If

2015-05-27 Thread Poggenpohl, Daniel
n Tapestry here? Should I use some functions of tapestry.js? > > Am I doing something wrong here or am I on the right track? > > Regards, > Daniel P. > > -Ursprüngliche Nachricht- > Von: Poggenpohl, Daniel > Gesendet: Mittwoch, 27. Mai 2015 09:02 > An: Tapestr

Re: AW: AW: Adding JS to my component combined with using t:If

2015-05-27 Thread Chris Poulsen
functions of tapestry.js? > > Am I doing something wrong here or am I on the right track? > > Regards, > Daniel P. > > -Ursprüngliche Nachricht- > Von: Poggenpohl, Daniel > Gesendet: Mittwoch, 27. Mai 2015 09:02 > An: Tapestry users > Betreff: AW: AW: AW: Addin

AW: AW: AW: Adding JS to my component combined with using t:If

2015-05-27 Thread Poggenpohl, Daniel
---Ursprüngliche Nachricht- Von: Poggenpohl, Daniel Gesendet: Mittwoch, 27. Mai 2015 09:02 An: Tapestry users Betreff: AW: AW: AW: Adding JS to my component combined with using t:If Hi, thank you for helping me. Again I had wording issues, it seems. I did know that event handling methods on

AW: AW: AW: Adding JS to my component combined with using t:If

2015-05-27 Thread Poggenpohl, Daniel
Re: AW: AW: Adding JS to my component combined with using t:If On Tue, 26 May 2015 11:49:20 -0300, Poggenpohl, Daniel wrote: > Hi again, Hi! > Jquery can define arbitrary events that can be triggered. I thought I > could raise a JS event and handle it via "onEVENTNAME" on the Ta

Re: AW: AW: Adding JS to my component combined with using t:If

2015-05-26 Thread Thiago H de Paula Figueiredo
On Tue, 26 May 2015 11:49:20 -0300, Poggenpohl, Daniel wrote: Hi again, Hi! Jquery can define arbitrary events that can be triggered. I thought I could raise a JS event and handle it via "onEVENTNAME" on the Tapestry component side. But of course that doesn't work, probably because no

AW: AW: Adding JS to my component combined with using t:If

2015-05-26 Thread Poggenpohl, Daniel
Hi again, I've since fixed what was of course a bug caused by my inexperience with JavaScript. Since my last post, I've managed to replace specific textareas on the page with the tinyMCE editor via double-click events and via means of a button. I'm also able to remove the editor instance so tha