hi all,

does anyone have experience with struts light from jean noel ribette ? i
have a problem with his menu tag. i have implemented a wonderfull deep
search and want to create a tree-menu with the results now. i have created
the necessary code, but this could not be correctly realized. the struts
light flips out ;-) , when there are two menu items like that:

<layout:html styleClass="FORM" key="Worker Client">
        
        <layout:menu styleClass="FORM" width="0" align="center">
        
                <layout:menuItem key="menu.test.menu1" link="link1.html"/>
                <layout:menuItem key="menu.test.menu2">
                        <layout:menuItem key="menu.test.item1"
link="link2.html"/>
                        <layout:menuItem key="menu.test.item2"
link="link3.html"/>
                </layout:menuItem>

!!!!!!!!!!!!!!!!!!!!!!!!! --> problem start here:                       
1.              <layout:menuItem key="menu.test.menu3">
2.                      <layout:menuItem key="menu.test.menu4">
                                <layout:menuItem key="menu.test.item3"
link="link4.html"/>
                                <layout:menuItem key="menu.test.item4"
link="link5.html"/>
                        </layout:menuItem>
                </layout:menuItem>
                                
        </layout:menu>
        
</layout:html>

the output shows like that:

menu.test.menu1 <link1.html>    
menu.test.menu3 
menu.test.item2 <link3.html>    
menu.test.item2 <link3.html>    
menu.test.menu4 
> menu.test.item4 <link5.html>  
> menu.test.item4 <link5.html>  
menu.test.menu3 
menu.test.item2 <link3.html>    
menu.test.item2 <link3.html>    
menu.test.menu4 
> menu.test.item4 <link5.html>  
> menu.test.item4 <link5.html>  

does anyone have an idea, or the mailaddress from jean? his
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>  is not
availeble now. the example on his page works
(http://struts.application-servers.com/).


thanks
juraj 


Reply via email to