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] Database contents not displayed after hitting page refresh

2008-09-03 Thread cranky
It's working now. Thanx Emmanuel, that really helped. cranky wrote: Hi, I'm a newbie to catalyst. I have built a small app, similar to the one in catalyst manual (basic CRUD). I have a page wherein a table displays its contents after getting it from the database (SQLite3), the problem

[Catalyst] Database contents not displayed after hitting page refresh

2008-09-02 Thread cranky
Hi, I'm a newbie to catalyst. I have built a small app, similar to the one in catalyst manual (basic CRUD). I have a page wherein a table displays its contents after getting it from the database (SQLite3), the problem is, it doesn't display the contents after I refresh the page. I'm using TT2