On Wed, Sep 10, 2008 at 02:11:28PM -0700, Mark Elrod wrote:
> Any suggestions on how to avoid this? I tried looking into using the
> component path but sometimes the form is generated in a subcomponent.

use $m->request_comp instead of the current component.

or, substr($r->uri, 0, -length $r->path_info) 
or, $r->path_info(''), then use $r->uri

(both untested, and I don't use mod_perl)

hdp.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to