hi,

thanks for the hint thats the thing iam looking for. unfortunately i cannot run 
the example. i get the following error message: "Index cannot be resolved to a 
type"
there is no method or class names Index...

regards
hubert

private List<MenuItem> buildMenu() {
        //Create one seperator menu item
        MenuItem seperatorMenuItem = new MenuItem(true);
        //Define Primary Menu items (menuText,destinationWebPage)               
        //MenuItem primaryMenu1 = new MenuItem("MENU 1", new Index());
       
  MenuItem primaryMenu1 = new MenuItem("MENU 1", new Index()); << ERROR Index 
cannot be resolved to a type


Am 08.06.2011 um 17:51 schrieb Fatih Mehmet Ucar:

> http://code.google.com/p/wicket-menu/
> 
> Not complete but if you see the source code, it will give you an idea.
> 
> cheers,
> -fatih
> 
> On 8 June 2011 16:28, hubert_hupe <[email protected]> wrote:
>> hi guys,
>> 
>> i have no clue how to create a simple navigation bar like this: 
>> http://net.tutsplus.com/tutorials/javascript-ajax/a-different-top-navigation/
>> if possible i need images for the headlines.
>> when you move the mouse over the menu it drops down - there are millions of 
>> website with this functionality.
>> the problem is: i have to ceate the menu dynamically. the informations which 
>> menuitem should be in the menu comes from the database. so i cannot use a 
>> static javascript code in the html file.
>> is anybody there who can give me a hint or even an example?
>> 
>> best regards
>> 
>> hubert
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 

Reply via email to