Hello, 
  
I want to be able to build a left-side dynamic navigation bar based on user
permissions. For example, if the user does not have access to the Prices
page, I do not want to show the Prices link on the navigation bar. Also,
since the link will point to a Wicket page, it has to be a Wicket link. 

This is how I would like the NavBar to appear: 

                <div id="mainNav">
                        <ul>
                                <li> Home </li>
                                <li> Prices </li>
                                <li> Contracts </li>
                                <li> Products </li>
                                <li> Transactions </li>
                        </ul>
                </div>

I tried using ListView, but I could not get it to work, as it forces the
wicket id of the line items to be all the same. 


Thanks in advance.
-- 
View this message in context: 
http://www.nabble.com/How-to-build-a-dynamic-navigation-bar-tp18592899p18592899.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to