> > <img src="http://my.app/createcaptcha" /> > > ...where "createcaptcha" is the controller calling the Plugin::Captcha > method. I see! <img src="[% c.uri_for('captcha') -%]" /> works for me. Thanx for good hint! Tomas