RE: StrutsMenu 1.2?

2003-06-16 Thread Raible, Matt
Nope. But since it *is* an open source project, feel free to add this feature ;-) Matt -Original Message- From: William Salvucci [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 1:19 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: StrutsMenu 1.2? Can

RE: StrutsMenu 1.2?

2003-06-13 Thread William Salvucci
very viable option. Edgar > -Original Message- > From: Bjorn T Johansen [mailto:[EMAIL PROTECTED] > Sent: Monday, June 09, 2003 6:33 AM > To: 'Struts Users Mailing List' > Subject: StrutsMenu 1.2? > > > I need some kind of dynamic generation of menu i

RE: StrutsMenu 1.2?

2003-06-09 Thread Edgar Dollin
> Sent: Monday, June 09, 2003 6:33 AM > To: 'Struts Users Mailing List' > Subject: StrutsMenu 1.2? > > > I need some kind of dynamic generation of menu items in my > webapp, is StrutsMenu the way to go or should I look into > something else, or implem

RE: StrutsMenu 1.2?

2003-06-09 Thread El Harouchi, Jaafar [IT]
: RE: StrutsMenu 1.2? Whats this Struts Menu ..Where could I find that ?? -Original Message- From: Bjørn T Johansen [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 5:03 PM To: Struts Users Mailing List Subject: StrutsMenu 1.2? I need some kind of dynamic generation of menu items in

RE: StrutsMenu 1.2?

2003-06-09 Thread Nimish Chourey , Tidel Park - Chennai
Whats this Struts Menu ..Where could I find that ?? -Original Message- From: Bjørn T Johansen [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 5:03 PM To: Struts Users Mailing List Subject: StrutsMenu 1.2? I need some kind of dynamic generation of menu items in my webapp, is

RE: StrutsMenu 1.2?

2003-06-09 Thread El Harouchi, Jaafar [IT]
] Sent: Monday, June 09, 2003 7:33 AM To: Struts Users Mailing List Subject: StrutsMenu 1.2? I need some kind of dynamic generation of menu items in my webapp, is StrutsMenu the way to go or should I look into something else, or implement it myself? Regards, BTJ

StrutsMenu 1.2?

2003-06-09 Thread Bjørn T Johansen
I need some kind of dynamic generation of menu items in my webapp, is StrutsMenu the way to go or should I look into something else, or implement it myself? Regards, BTJ -- --- Bjørn T Johansen (BSc

RE: StrutsMenu Coolmenu4 images

2003-03-19 Thread Edgar P. Dollin
;t generate the code required. Since both coolmenus and strutsmenu are open source it shouldn't be too hard to figure out the missing link. My apologies for not being of more help. Edgar > -Original Message- > From: Jack Zakarian [mailto:[EMAIL PROTECTED] > Sent: Wednesday,

RE: StrutsMenu Coolmenu4 images

2003-03-19 Thread Edgar Dollin
age- > From: Jack Zakarian [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2003 8:12 AM > To: '[EMAIL PROTECTED]' > Subject: StrutsMenu Coolmenu4 images > > > Hi, > > > > I'm trying to use images with coolmenu4. I've added

StrutsMenu Coolmenu4 images

2003-03-19 Thread Jack Zakarian
Hi, I'm trying to use images with coolmenu4. I've added image="images/save.gif" to and to lines but it doesn't load. I checked the CoolMenuDisplayer4.java code and it contains the following; private static final String TOP_IMAGE = "cmTopMenuImage"; private static final String

RE: StrutsMenu

2003-03-12 Thread Edgar Dollin
with public and private areas, so end users could keep the public area up while the business processes were restricted. Edgar -Original Message- From: Raible, Matt [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 9:17 AM To: 'Struts Users Mailing List' Subject: RE: StrutsM

RE: StrutsMenu

2003-03-12 Thread Will Etson
L PROTECTED] > Sent: Wednesday, March 12, 2003 7:36 AM > To: [EMAIL PROTECTED] > Subject: RE: StrutsMenu > > > Is there any work being done to generate struts menu's > dynamically? If so, > is there an estimate for when this might be available? > > Thanks, >

RE: StrutsMenu

2003-03-12 Thread Witbeck, Shane
Sent: Wednesday, March 12, 2003 9:41 AM To: 'Struts Users Mailing List' Subject: RE: StrutsMenu You're suggesting that it's generated from a Bean or something like that? Vic mentioned he's interested in it, but the honest truth is that it'll probably be implemented when a

RE: StrutsMenu

2003-03-12 Thread Raible, Matt
ge- > From: Witbeck, Shane [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2003 7:36 AM > To: [EMAIL PROTECTED] > Subject: RE: StrutsMenu > > > Is there any work being done to generate struts menu's > dynamically? If so, > is there an estimate fo

RE: StrutsMenu

2003-03-12 Thread Witbeck, Shane
t' Subject: RE: StrutsMenu All three of the links allow "roles" to be specified in menu-config.xml - this is how the roles are used. For an online example, see: http://raibledesigns.com/struts-menu/rolesMenu.jsp The "dhtml" menus use ListDisplayer, not DropDownDisplaye

RE: StrutsMenu

2003-03-12 Thread Raible, Matt
-Original Message- > From: Edgar P. Dollin [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2003 6:30 AM > To: 'Matt Raible' > Cc: 'Struts Users Mailing List' > Subject: RE: StrutsMenu > > > Matt: > > The links below don't

RE: StrutsMenu

2003-03-12 Thread Edgar P. Dollin
cookies and got the menu's to act consistently from page to page. Thanks again Edgar -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 9:35 PM To: Edgar Dollin Cc: 'Struts Users Mailing List' Subject: RE: StrutsMenu It sh

RE: StrutsMenu

2003-03-11 Thread Matt Raible
1, 2003 6:04 PM To: '[EMAIL PROTECTED]' Cc: 'Struts Users Mailing List' Subject: StrutsMenu Would it be simple to implement roles and permissions on the DropDownDisplayer? I have started to look at it and am not sure of all the touch points. BTW: my solution for restoring a

StrutsMenu

2003-03-11 Thread Edgar Dollin
Would it be simple to implement roles and permissions on the DropDownDisplayer? I have started to look at it and am not sure of all the touch points. BTW: my solution for restoring a menu position on a target page with the same menu as the prior page is sub-optimal. The only solution I could co