Sorry, but I'm stumped.

I have a component "/detail/image_n.html", a call to which is handled by
/detail/dhandler.  In the dhandler, $m->dhandler_arg is assigned to
$image, the extension is changed and html code sources the image:
   <img src="/images/<% $image %>.jpeg"/>

I would like to replace image_n.jpeg without changing (much) code.  My
problem is that the dhandler output is cached somewhere and I don't know
where.  I can't seem to $m->cache(expire_if => sub {1}) the dhandler or
to $m->cache->Clear() it either.  But by this time I'm pretty much turned
around.

Thanks for any pointers.  (and Happy New Year to all!)

Mark


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to