Andrew Ballard wrote:
> 
> On Wed, Sep 23, 2009 at 10:54 AM, dennesabing <dennes.b.ab...@gmail.com>
> wrote:
>> I have a zend navigation config via xml and i want to hide some pages by
>> setting the visible to false to a page i want to hide. However, the false
>> visible pages are still showing on the html. How i can hide them. My
>> Account
>> admin account admin:account index Profile Information admin account
>> profile
>> admin:account profile false
> 
> I had to use <visible>0</visible> instead of <visible>false</visible>
> in the XML configuration. I'm not sure if it is supposed to be that
> way or not.
> 
> Andrew
> 
> 

@andrew That solves the problem. In the documentation it says bool and
defaulted to 'TRUE' but it didn't come to my mind to use the int counterpart
as a substitute for bool value.

Thanks man.
-- 
View this message in context: 
http://www.nabble.com/Zend-Navigation-XML-config-page-visibility-problem-tp25531185p25582161.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to