I have a strange problem - when I write in url action layout doesn't work, I
see only content of view - examples:

it work:
http://localhost:81/library

it doesn't work:
http://localhost:81/library/index

but both adresses are the same (default action is index) - so how is it
possible ?


and here - thi works:
http://localhost:81/index

these don't work:
http://localhost:81/index/index
http://localhost:81/biblioteka/szukaj


So layout doesn't work only then when I write in url action - why (of course
I have actions in controller) ?

-- 
View this message in context: 
http://www.nabble.com/strange-problem-with-layout-tp25508565p25508565.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to