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

2010-11-21 Thread Rohan M
Dear All, I'm trying out the examples and learning Catalyst. Although, the scripts are working but I'm facing two problems - 1) The $c-forward('controller/action') *NOT* working but $c-response-redirect('/controller/action') is working. Any reason ? I do not see any errors on the console.

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

2010-11-21 Thread Denny
On Sun, 2010-11-21 at 21:40 +0530, Rohan M wrote: 2) I'm using relative path in the CSS - e.g background : url(../static/images/header.gif) Now when I try to go to a page something like /person/edit/1 .. I loose the CSS because of the relative path. i) Is there a way to define a

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

2010-11-21 Thread Denny
On Sun, 2010-11-21 at 21:40 +0530, Rohan M wrote: Dear All, I'm trying out the examples and learning Catalyst. Although, the scripts are working but I'm facing two problems - 1) The $c-forward('controller/action') NOT working but $c-response-redirect('/controller/action') is working.

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

2010-11-21 Thread will trillich
Pooh. Still no luck. When we try a more more Moose-y approach, we do get updated database records (stuffing the URL with arguments to affect a form-submit) but still can't render, with the same error as before: undef error - Unable to do maketext on: at

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

2010-11-21 Thread John Anderson
On Nov 21, 2010, at 10:26 PM, will trillich wrote: Pooh. Still no luck. When we try a more more Moose-y approach, we do get updated database records (stuffing the URL with arguments to affect a form-submit) but still can't render, with the same error as before: Have you looked at the docs

[Catalyst] Multiple chain sources?

2010-11-21 Thread Matthew Braid
Hi all, Just wondering - is it possible for an action to have multiple chain paths? I'd like my site to have a path like /user/N/profile (/user/N being a chain path, /profile being an end node off that path), but also have a path like /my/profile (where /my is a chain path that acts as if the