RE: Dynamic menu problem!

"Matt Raible" <lists-T7vlz3gD7BdF/EzeuO4KJwC/[email protected]>
Newsgroups gmane.comp.java.struts-menu.user
Organization Raible Designs, Inc.
Message-ID <[email protected]>
I'll answer the API question since it's a quick one and I don't have
time to look at your files right now.

The Javadocs for Struts Menu (as well as cross-linked source code can be
found at http://struts-menu.sf.net) under Project Reports.

http://struts-menu.sourceforge.net/apidocs/index.html
http://struts-menu.sourceforge.net/xref/index.html

Matt

> -----Original Message-----
> From: struts-menu-user-admin-TtF/[email protected] 
> [mailto:struts-menu-user-admin-TtF/[email protected]] On Behalf Of Eje 
> Thorarinsson (@home)
> Sent: Thursday, April 08, 2004 7:00 AM
> To: struts-menu-user-TtF/[email protected]
> Subject: [struts-menu] Dynamic menu problem!
> 
> 
> Hi!
> 
> Wonder if I could get some help with my attempts to write a 
> dynamic menu 
> using the example from 
> http://demo.raibledesigns.com/appfuse/dynamicMenu.jsp.
> 
> A call is made from a JSP page to a bean which basically replaces the 
> database in the example mentioned, and  includes the calls to 
> the Struts 
> Menu api. I only get the Parent  menu item displayed and no 
> child menu 
> item. No matter what I do, nothing turns up.
> 
> The JSP page includes the following:
> 
>  <body>
>     <h2>Test av Struts Menu.... </h2><br>
>     
>     <!-- Skapa Dynamisk Meny -->
>     <%
>       // Dynamisk meny som skapas utifrån en bean
>       MenyBean meny = new MenyBean(application);
>       meny.setMeny("Parent", null, "Dynamisk Förälder", "Dynamisk 
> Förälder Tooltip", null);
>       meny.setMeny("Child", "Parent", "Dynamiskt Barn", 
> "Dynamiskt Barn 
> Tooltip", "http://www.google.com");
>       meny.skapaMeny();
>     %>
>    
>     <!-- Visa dynamisk meny -->
>     <menu:useMenuDisplayer name="ListMenu" repository="repository">
>       <menu:displayMenu name="Parent"/>
>     </menu:useMenuDisplayer>
>    
>   </body>
> 
> I attach the JSP page and Bean for generating the menus. Thankful for 
> any help with this :)
> 
> BTW...Is there any API documentation around?
> 
> Thanks, and happy easter!
> /Eje Thorarinsson, Sweden
> 




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.