[Catalyst] searching for a catalyst coach

2007-07-12 Thread Hans Ophüls
Hi list, is a anybody interested to be a catalyst coach ? We are planing to use catalyst for future applications, but we need help to understand the hole thing at a serious level. For our planed application DBIx::Class and a javascript/ajax Framework (which is not specified today) is

AW: [Catalyst] CRUD Question. How to update a record.

2007-03-05 Thread Hans Ophüls
But something goes wrong with Umlaut i.e. üäö . They are stored in the database as Unicode. Also all Pages are deliverd with utf-8 charset. But in the update form those characters are not displayed correctly (In the product list they are displayed correctly). It seems to me that something

RE: [Catalyst] CRUD Question. How to update a record.

2007-02-19 Thread Hans Ophüls
But I have a problem with implementing an update function. It schould select a record from the database and insert the data into a widget. sub hw_update : Local { my ($self, $c, $id) = @_; # Search for the product c-model('MyAppDB::Product')-search({id = $id}); #

[Catalyst] CRUD Question. How to update a record.

2007-02-18 Thread Hans Ophüls
Hello, I have just started with catalyst. I have worked through the tutorial and every thing works fine yet. But I have a problem with implementing an update function. It schould select a record from the database and insert the data into a widget. sub hw_update : Local { my ($self, $c, $id)