[Catalyst] HTML::Widget, callback constraint, and multiple records per form

2006-08-31 Thread Ben Hopkins
Here's what I have:  a table (counties) that has county names in it.  I want to be able to add counties.  Just one county per screen seems pretty dumb, so I want a bunch of counties.  The sole constraint is that a county cannot already be in the database, and I figured the Widgets' constraint metho

Re: [Catalyst] InstantCRUD and Windows

2006-08-31 Thread Jonathan Rockway
Probably a good idea. In the mean time, try Cygwin. It Works For Me (tm). Nilson Santos Figueiredo Junior wrote: > I'm currently starting a new simple Catalyst application and decided > to give InstantCRUD a shot. However, it couldn't even be installed > under Windows since Cache::FastMmap isn't

[Catalyst] InstantCRUD and Windows

2006-08-31 Thread Nilson Santos Figueiredo Junior
I'm currently starting a new simple Catalyst application and decided to give InstantCRUD a shot. However, it couldn't even be installed under Windows since Cache::FastMmap isn't installable under Win32. I don't really know if the authors are aware of this issue, that's why I'm posting this here. M

[Catalyst] Streaming (again)

2006-08-31 Thread Mark Ethan Trostler
Ok saw the previous thread on streaming so this should be drop-dead simple but it's not working - I'm trying to stream plain text (a la 'tail -f') to the browser. I'm using FastCGI in standalone server mode - apache 1.x. Simplified: sub tail : Local { my($self, $c) = @_; $c->res->c

Re: [Catalyst] Catalyst::Engine::POE status

2006-08-31 Thread Pedro Melo
Hi, FYI, Catalyst::Engine::HTTP::POE works very well with the latest Catalyst 5.7001 By, On 2006/08/30, at 23:22, Pedro Melo wrote: > Hi, > > is anybody using the POE engine? I'm doing a standalone web-based > perl App and it seems an excellent choice. > > Thanks in advance, > -- > Pedro Melo

Re: [Catalyst] Generate a URL for a given action

2006-08-31 Thread John Napiorkowski
That was the bit the did the trick. I guess I didn't follow the documentation chain up high enough (I stopped at catalyst::component). However one tricky part, if the action you name is part of a chain you need to make sure you submit the captures arrayref, otherwise $c->uri_for doesn't return

Re: [Catalyst] Generate a URL for a given action

2006-08-31 Thread Bogdan Lucaciu
On Thu, 2006-08-31 at 08:28 -0700, John Napiorkowski wrote: > because I already have the title in the database resultset and I know > right now this controller is rooted to the start of the web server. > What I would really like to know is if there is a programmatic way to > get this stuff. I know

[Catalyst] sorry, didn't mean to spam you

2006-08-31 Thread John Napiorkowski
Justin, My apologies to send this to your private account. --john - Original Message From: Justin Guenther <[EMAIL PROTECTED]> To: John Napiorkowski <[EMAIL PROTECTED]>; The elegant MVC web framework Sent: Wednesday, August 30, 2006 10:57:27 PM Subject: RE: [Catalyst] Generate a URL fo

Re: [Catalyst] Generate a URL for a given action

2006-08-31 Thread John Napiorkowski
Thanks for pointing me in the right direction regarding the chaining stuff. I'm still struggling a bit with the question about getting the uri for an action. [quote] > $c->response->redirect($c->uri_for('templates')); > > Would this work correctly even if this controller ends up > deeply ne

Re: [Catalyst] exempt special pages from caching with Catalyst::Plugin::PageCache

2006-08-31 Thread Kieren Diment
Thanks, that's there now:  http://dev.catalyst.perl.org/wiki/SolvedIssuesOn 30/08/06, Matthias Zeichmann <[EMAIL PROTECTED]> wrote: hey list,actually not a question but a how to, kd on #catalyst asked me to post(he also suggested to ask for someone with access to put it on theSolvedIssues part of