Hello, 

I encountered the same problem. I found using addToBorder rather than add
fixed it though: 

        public NavomaticBorder(final String id) 
        { 
                super(id); 
                addToBorder(new BoxBorder("navigationBorder")); 
                addToBorder(new BoxBorder("bodyBorder")); 
        }

I am using version 1.5
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/navomatic-example-doesnt-t-work-tp3029232p3061760.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to