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 I

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

2006-08-31 Thread John Napiorkowski
drooling with envy :) --john - Original Message From: Bogdan Lucaciu [EMAIL PROTECTED] To: John Napiorkowski [EMAIL PROTECTED]; The elegant MVC web framework catalyst@lists.rawmode.org Sent: Thursday, August 31, 2006 12:13:40 PM Subject: Re: [Catalyst] Generate a URL for a given action

[Catalyst] Generate a URL for a given action

2006-08-30 Thread John Napiorkowski
Hi, I'm sure this is a no brainer but I just can't find it anywhere. Basically what I am trying to find out is if there is a programmatic way to discover the url for a given action in controller just by using the action name. Here is the example I am trying to deal with: package

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

2006-08-30 Thread Justin Guenther
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Napiorkowski Sent: August 30, 2006 8:08 PM To: catalyst@lists.rawmode.org Subject: [Catalyst] Generate a URL for a given action Hi, I'm sure this is a no brainer but I just can't find