Re: [Catalyst] Jemplate and AJAX woes... [Bump -anyone??]

2008-08-18 Thread Robert Krimen
On Sat, Aug 16, 2008 at 2:52 PM, Robert Krimen [EMAIL PROTECTED]wrote: On Sat, Aug 16, 2008 at 12:45 PM, Ian Tegebo [EMAIL PROTECTED] wrote: BTW, it appears Catalyst::View::Jemplate broke after Jemplate = 0.21 changed the behaviour of Jemplate::runtime_source_code (see RT 35609, 37813).

Re: [Catalyst] Jemplate and AJAX woes... [Bump -anyone??]

2008-08-16 Thread Ian Tegebo
On Wed, Aug 13, 2008 at 3:26 PM, Robert Krimen [EMAIL PROTECTED] wrote: On Wed, Aug 13, 2008 at 2:39 PM, [EMAIL PROTECTED] wrote: 2) I have been looking (googling) for Jemplates and got no luck really. Most of the AJAX tutes do not talk about Catalyst enough (what more of Jemplates)... Any

Re: [Catalyst] Jemplate and AJAX woes... [Bump -anyone??]

2008-08-16 Thread Robert Krimen
On Sat, Aug 16, 2008 at 12:45 PM, Ian Tegebo [EMAIL PROTECTED] wrote: After a friend had recommend jQuery, I've found I really like it but had been under the impression that I wouldn't be able to use Jemplate at the same time. No, Jemplate WILL COEXIST with any other javascript you may be

Re: [Catalyst] Jemplate and AJAX woes... [Bump -anyone??]

2008-08-14 Thread kakimoto
I have managed to get Jon Rockway's AddressBook application (from chapter 7 of the book) to work (ie i managed to log in as I put in the SQLs for User,UserRole and Role tables). I tried to edit an address and 1) it does not work (ie. the webpage did not change and present a form for edit) 2)

[Catalyst] Jemplate and AJAX woes... [Bump -anyone??]

2008-08-13 Thread kakimoto
hi, guys, I think Ajax is cool. With Jemplate, it sounds good that Javascript templating is possible. I tried to go chapter 7 of Jon Rockway's book. Looks good. For my system, I just needed something very basic. === 1) Load up a data input form 2) user

Re: [Catalyst] Jemplate and AJAX woes... [Bump -anyone??]

2008-08-13 Thread Robert Krimen
On Wed, Aug 13, 2008 at 2:39 PM, [EMAIL PROTECTED] wrote: 2) I have been looking (googling) for Jemplates and got no luck really. Most of the AJAX tutes do not talk about Catalyst enough (what more of Jemplates)... Any good tutorials for Jemplates especially in terms of what I want to

[Catalyst] Jemplate and AJAX woes...

2008-08-12 Thread kakimoto
hi, guys, I think Ajax is cool. With Jemplate, it sounds good that Javascript templating is possible. I tried to go chapter 7 of Jon Rockway's book. Looks good. For my system, I just needed something very basic. === 1) Load up a data input form 2) user