On Jan 31, 2008 2:59 PM, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote:
> This looks like a definite error. We modified the ViewRenderer to use
> Zend_Filter_Inflector for the 1.5 release, and it looks like we didn't
> take into account directory separators as part of inflection -- a pretty
> major regression.
>
> I've taken the liberty of creating an issue in our tracker for you:
>
>     http://framework.zend.com/issues/browse/ZF-2535
>
> Please update with any other information you find relevant.

adding "\/" to ViewRenderer.php resolves my issues but i found no way
to comment (i was logged in) on issue page
line 270 >> ':action'     => array('Word_CamelCaseToDash', new
Zend_Filter_PregReplace('/[^a-z0-9\/]+/i', '-'), 'StringToLower'),

Aljosa

Reply via email to