Re: [Catalyst] Catalyst and Moose with "has" many_to_many

2010-11-26 Thread will trillich
Roger that, will comply. Thanks! On Fri, Nov 26, 2010 at 1:03 PM, Tomas Doran wrote: > > On 25 Nov 2010, at 21:57, will trillich wrote: > >> Right. :) These are 'inlined' within the controller that's the only place >> where they're used. E.g. >> >> package Spill::Controller::Spill; >> use Moos

[Catalyst] Re: Converting a GET request to a POST request

2010-11-26 Thread Aristotle Pagaltzis
* Ronald J Kimball [2010-11-23 18:00]: > For what it's worth, the REST methods that I want to expose in > this way are for posting responses to content. There won't be > any deletes. Still, it opens you up to hostile third-party sites injecting 15,000 bogus responses on behalf of a user. > On Mo

Re: [Catalyst] Re: Query : Catalyst forward and relative path in CSS.

2010-11-26 Thread Tomas Doran
On 26 Nov 2010, at 10:44, Rohan M wrote: Hi All, Thanks Tomas and Denny for your reply... I think $c->go is to call a Localized path and the $c->forward for private path. Erm, no. They both call private paths. And >go was never mentioned in your original email?? I'm using the action a

Re: [Catalyst] Catalyst and Moose with "has" many_to_many

2010-11-26 Thread Tomas Doran
On 25 Nov 2010, at 21:57, will trillich wrote: Right. :) These are 'inlined' within the controller that's the only place where they're used. E.g. package Spill::Controller::Spill; use Moose; #... { package Spill::Controller::Incident::IncidentForm; use HTML::FormHandler::Moose; ex

Re: [Catalyst] Re: Trying out FormHandler, running into "maketext" error

2010-11-26 Thread Alexander Hartmaier
Exactly, because the widget class is HTML::FormHandler::Widget::Field::Submit and not HTML::FormHandler::Widget::Field::submit. -- Best regards, Alex On Tue, 2010-11-23 at 19:02 +0100, will trillich wrote: > Not sure what your "case sensitive" remark refers to -- and if it's > looking for somet

[Catalyst] Re: Query : Catalyst forward and relative path in CSS.

2010-11-26 Thread Rohan M
Hi All, Thanks Tomas and Denny for your reply... I think $c->go is to call a Localized path and the $c->forward for private path. I'm using the action as Local so may be this is the reason why $c->forward was not working. .. NOT SURE THOUGH.. For the absolute path (2nd query) --- I used CSPATH