RE: [Catalyst] Extra characters inserted into PDF output

2008-12-02 Thread Supra, Morne
Hi all I only saw this post now, so maybe what I am about to say has already been said: The !-- sequence of characters are used in commenting out code in xml and html: xml tag 1data/tag 1 !--tag 2data gain/tag 2-- /xml So, maybe there is something commented out in the input? Regards Morne

RE: [Catalyst] Pushing data to Catalyst powered web page

2008-09-18 Thread Supra, Morne
framework Subject: Re: [Catalyst] Pushing data to Catalyst powered web page On Fri, Sep 12, 2008 at 02:15:23PM +0200, Supra, Morne wrote: The problem that I have is that I have no idea how to push the data to a web page instead of pulling. Pull with an AJAX update, perhaps. -- Bill Moseley [EMAIL

RE: [Catalyst] Pushing data to Catalyst powered web page

2008-09-14 Thread Supra, Morne
:[EMAIL PROTECTED] Sent: 12 September 2008 02:41 PM To: catalyst@lists.scsys.co.uk Subject: Re: [Catalyst] Pushing data to Catalyst powered web page Supra, Morne wrote: sub notifier : Private { my ( $self, $c ) = @_; #$c-stash-{template} = 'notifier.tt2'; $c-stash

[Catalyst] Pushing data to Catalyst powered web page

2008-09-12 Thread Supra, Morne
Good afternoon all I am busy with a project where I need to read an RFID tag, get the data associated with the tag and then push the data to a web page for a security person to monitor. I can successfully read the tag by using LogicAlloy's ALE server. It then calls my Catalyst application at