Re: [struts-menu] using struts-menu in struts2 problem

2008-01-15 Thread Matt Raible
I would suggest using a different menuing system as Struts Menu does not currently support Ajax. You could add support, but it doesn't ship with the current version. Matt On Jan 15, 2008, at 7:55 PM, selvaraju wrote: > > Thanks,we are developing ecommerce website using Struts2.0.11 and > e

Re: [struts-menu] using struts-menu in struts2 problem

2008-01-15 Thread selvaraju
Thanks,we are developing ecommerce website using Struts2.0.11 and ejb3.0.So my menu should be very attractive look and feel when user browse our categories,products and other things to purchase,Also we are maintaining 3 levels in categories of Products.using the link,we can display 1st level of ca

Re: [struts-menu] using struts-menu in struts2 problem

2008-01-15 Thread Matt Raible
It sounds like you're looking for some Ajax functionality where the sublist is fetched from the database when an item is clicked. There currently are no menus in Struts Menu that support this. If you want your entire menu loaded at once, you might checkout the following demo: http://demo.ra

Re: [struts-menu] using struts-menu in struts2 problem

2008-01-15 Thread selvaraju
thanks, i got that.And same time i need some ideas, how to display dynamic tree menu,for example first initially i brought some menus,when we click that menu link, i need to display sub menus,which is get from database as list. -- View this message in context: http://www.nabble.com/struts-menu%2

Re: [struts-menu] using struts-menu in struts2 problem

2008-01-15 Thread selvaraju
Thanks for quick reply. i am new to struts2.x.can you suggest me some guide links to do that. or else code tips.In google search,i couldnt find required links. Matt Raible-3 wrote: > > You should be able to use the MenuContextListener to load the menu > definition in a Struts 2 environment.

Re: [struts-menu] using struts-menu in struts2 problem

2008-01-15 Thread Matt Raible
You should be able to use the MenuContextListener to load the menu definition in a Struts 2 environment. Matt On Jan 15, 2008, at 5:50 PM, selvaraju wrote: > > > Hello all, > anybody used struts menu in Struts2.x.i need some details,to use > struts menu in Struts2. > where to write plugi

[struts-menu] using struts-menu in struts2 problem

2008-01-15 Thread selvaraju
Hello all, anybody used struts menu in Struts2.x.i need some details,to use struts menu in Struts2. where to write plugin definition.In struts1.x version we can write into Struts-config.xml. when i tried to include plugin def in Struts.xml.it gives error.Please give me sample codes. -- Vi