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

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

2008-09-12 Thread cranky
Supra, Morne wrote: sub notifier : Private { my ( $self, $c ) = @_; #$c-stash-{template} = 'notifier.tt2'; $c-stash-{tagdata} = $c-request-params-{tagdata}; open (TagData, 'C:\Eclipse Projects\Asset Tracker\AssetTracker\lib\AssetTracker\tagdata.txt');

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

2008-09-12 Thread Moritz Onken
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

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

2008-09-12 Thread Bill Moseley
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 PROTECTED] Sent from my iMutt

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

2008-09-12 Thread Wade . Stuart
Bill Moseley [EMAIL PROTECTED] wrote on 09/12/2008 02:45:42 PM: 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. Or, if you control