Re: [Catalyst] Getting relative path to methods

2009-12-15 Thread Derek Wueppelmann
On Tue, 2009-12-15 at 11:13 -0800, J. Shirley wrote: > $c->uri_for returns a URI object. If you look at the pod there, > you'll see the ->path method which returns exactly what you want. That's just what I was looking for. Thanks. -- o) Derek Wueppelmann (o (D . dwuep...@gmail.c

Re: [Catalyst] Getting relative path to methods

2009-12-15 Thread J. Shirley
On Tue, Dec 15, 2009 at 10:51 AM, Derek Wueppelmann wrote: > Hello all, > > I'm currently using FormBuilder to generate some forms to be used in my > Catalyst Application. However FormBuilder wants to have the same method > handle the submit as well as the display. For certain reasons this isn't >

[Catalyst] Getting relative path to methods

2009-12-15 Thread Derek Wueppelmann
Hello all, I'm currently using FormBuilder to generate some forms to be used in my Catalyst Application. However FormBuilder wants to have the same method handle the submit as well as the display. For certain reasons this isn't what I want. So I'm trying to set the action of the form to the corre