RE: menu system in front of a J2EE application

2006-01-19 Thread Marco Mistroni
>From menu-config.xml all the time I guess the author (Matt Raible) would know better Regards marco -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Danny Lee Sent: 19 January 2006 11:09 To: user@struts.apache.org Subject: Re: menu system in front o

Re: menu system in front of a J2EE application

2006-01-19 Thread Danny Lee
You can use Struts-Menu, it's sure is a good thing. The only issue is, that you can't generate the first menu level dynamically (or it's not easy). So if you wan't to have something like: Group 1 - Project 1 - Project 2 - Project 3 Group 2 - Project 1 - Project 2 - subproject 1

RE: [OT] Re: Menu in Struts tiles

2005-11-14 Thread Marco Mistroni
Marco PS author of struts Menu code is Matt Raible, in case someone argues that I am using this list To advertise my work :) -Original Message- From: Kanuri, Chand [mailto:[EMAIL PROTECTED] Sent: 14 November 2005 16:16 To: 'Struts Users Mailing List' Subject: RE: [OT] R

Re: [OT] Re: Menu in Struts tiles

2005-11-14 Thread Dave Newton
Kanuri, Chand wrote: thanks for your suggestion but how can i create a list in application scope.can you please guide me with some sample code? Nope. But check out general J2EE documentation and look at the servlet context and setAttribute. It's not a requirement that the list go into the

RE: [OT] Re: Menu in Struts tiles

2005-11-14 Thread Kanuri, Chand
Hi , i managed to set my collection in the application scope, how can i display this collection? cheers. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: 14 November 2005 14:37 To: Struts Users Mailing List Subject: [OT] Re: Menu in Struts tiles Please reply to the

RE: [OT] Re: Menu in Struts tiles

2005-11-14 Thread Kanuri, Chand
Hi Dave, thanks for your suggestion but how can i create a list in application scope.can you please guide me with some sample code? Cheers -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: 14 November 2005 14:37 To: Struts Users Mailing List Subject: [OT] Re: Menu in

[OT] Re: Menu in Struts tiles

2005-11-14 Thread Dave Newton
Please reply to the list rather than me personally. Kanuri, Chand wrote: actually there is no database in my webapp. just want to have a menu which should get menu items from properties file. how can i achieve this?or suggest me if there is any otherway plz. Read the properties file during a

Re: Menu in Struts tiles

2005-11-14 Thread Dave Newton
Kanuri, Chand wrote: can any one suggest me to build the menu in tiles purely using java code? Meaning what, you want the menu items to come from a database? Be held in beans used by the tiles? This e-mail (and any attachments) may contain privileged and/or confidential information. If y

RE: Menu Layout

2005-11-14 Thread Leahy, Kevin
That was quick and clear. Many thanks Kevin -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: 14 November 2005 11:23 To: 'Struts Users Mailing List' Subject: RE: Menu Layout Hello, Might be OT, but have you checked Struts-Menu project (in source

RE: Menu Layout

2005-11-14 Thread Marco Mistroni
truts Users Mailing List' Subject: RE: Menu Layout Does anyone know if the menu elements can be generated dynamically? In my application I have a menu section called 'My Searches'. This section is drawn up from the database looking for the current users saved searches. For each sear

RE: Menu Layout

2005-11-14 Thread Leahy, Kevin
If this struts menu system can do what I want I'd prefer to use that. Can anyone advise on this? -Original Message- From: bib_lucene bib [mailto:[EMAIL PROTECTED] Sent: 12 November 2005 21:36 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Menu Layout Thanks Ted Perfect

Re: Menu Layout

2005-11-12 Thread bib_lucene bib
Thanks Ted Perfect thanks. The only concern I have on this is last release is sept 2004. Is it ok to use it now. bib/- Ted Husted <[EMAIL PROTECTED]> wrote: If this is the sort of thing you mean * http://demo.raibledesigns.com/struts-menu/permissionsForm.jsp then try this * http://struts-m

Re: Menu Layout

2005-11-12 Thread Ted Husted
If this is the sort of thing you mean * http://demo.raibledesigns.com/struts-menu/permissionsForm.jsp then try this * http://struts-menu.sourceforge.net/ -- HTH, Ted. http://www.husted.com/poe/ On 11/12/05, bib_lucene bib <[EMAIL PROTECTED]> wrote: > Hi All > > I looking for a sample to constr

RE: Menu

2005-02-16 Thread Chad Baker
Take a look at this site: http://struts-menu.sourceforge.net/ -Original Message- From: Marcelo Epstein [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 5:49 PM To: Struts Users Mailing List Subject: Menu Hi, I am developing a software for a company using struts. What is the