Re: [struts-menu] contextRelative locations

2004-06-10 Thread Matt Raible
Have you tried using the page attribute? This pre-pends it's value with the contextPath. You can also use forward or action if you're using Struts. Matt On Jun 9, 2004, at 6:46 PM, Brown, James wrote: Is it possible to specify context relative (similar to struts global forward's

RE: [struts-menu] Newbie questions

2004-06-10 Thread Matt Raible
See answers below. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jesus Rodriguez Sent: Monday, June 07, 2004 11:48 AM To: [EMAIL PROTECTED] Subject: [struts-menu] Newbie questions I'm looking at using struts menu in our application, but I

RE: [struts-menu] contextRelative locations

2004-06-10 Thread Matt Raible
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Raible Sent: 2004 June 10 04:13 To: [EMAIL PROTECTED] Subject: Re: [struts-menu] contextRelative locations Have you tried using the page attribute? This pre-pends it's value with the contextPath. You can also use forward or action

RE: [struts-menu] Failure initializing struts-menu: Error parsing resource file -- Help!

2004-05-26 Thread Matt Raible
file -- Help! Tried to send you a war file, but it was too big? Any suggestions? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Matt Raible Sent: Wednesday, May 26, 2004 12:16 AM To: [EMAIL PROTECTED] Subject: RE: [struts-menu] Failure

RE: [struts-menu] java script error

2004-05-11 Thread Matt Raible
Title: Message What version of struts-menu are you using?You might trydownloading the sample app and simply modifying that. Matt -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Tuesday, May 11, 2004 6:22 AMTo:

RE: [struts-menu] Im trying to add a new menu property for use with Velocity.

2004-04-30 Thread Matt Raible
I don't know what the cause of your error is - but what you're trying to do *should* work. The error doesn't look like it has anything to do with your new properties. Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Ketchin Sent:

RE: [struts-menu] TabbedMenu performance problems

2004-03-09 Thread Matt Raible
: Matt Raible [SMTP:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 3:15 PM To: [EMAIL PROTECTED] Subject:RE: [struts-menu] TabbedMenu performance problems Are you saying that when your app is reloaded 5-6 times it starts getting slow? If so, that's typical behavior I

RE: [struts-menu] Create dynamicaly menu itens

2004-02-27 Thread Matt Raible
); } Could you solve this problem and disponibilize a path for us ? Thank's Matt On Fri, 2004-02-27 at 12:34, Matt Raible wrote: Take all the time you need. ;-) Matt On Feb 27, 2004, at 6:01 AM, Gustavo Padial wrote: Ok Matt. I will write. No problem

RE: [struts-menu] Create dynamicaly menu itens

2004-02-27 Thread Matt Raible
: RE: [struts-menu] Create dynamicaly menu itens Hi Matt I make this but the problem continue. I put nodeTree.setParent(menu). I believe the problem is in some place of code interaction. What do you think ? Bye Gustavo Padial On Fri, 2004-02-27 at 14:53, Matt Raible wrote

RE: [struts-menu] Create dynamicaly menu itens

2004-02-26 Thread Matt Raible
); nodeTree.addMenuComponent(infoProject); Thank's Matt Gustavo On Thu, 2004-02-26 at 18:05, Matt Raible wrote: I don't believe I removed or modified anything in MenuComponent b/w 1.3 and 2.1. Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [struts-menu] Struts-Menu for multi-page form

2004-01-19 Thread Matt Raible
I use the menu in a separate tile and it works fine for me. Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Morse Sent: Monday, January 19, 2004 9:33 AM To: [EMAIL PROTECTED] Subject: [struts-menu] Struts-Menu for multi-page form

RE: [struts-menu] A question on struts menus and frames...

2004-01-12 Thread Matt Raible
The only solution is to use Struts Menu 2.0 right now, I'm working on backing out the EL support for 2.2 and making it optional for users. Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pingili, Madhupal Sent: Monday, January 12, 2004 8:35

Re: [struts-menu] attaching 'struts' menu to non-struts apps

2004-01-08 Thread Matt Raible
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Raible Sent: Thursday, January 08, 2004 2:40 PM To: [EMAIL PROTECTED] Subject: Re: [struts-menu] attaching 'struts' menu to non-struts apps I *do* want to de-couple struts-menu from Struts (hence the new

Re: [struts-menu] A question on struts menus and frames...

2004-01-07 Thread Matt Raible
menu:displayMenu name=%=menu%/ /menu:useMenuDisplayer Thanks Reddy Pingili -Original Message- From: Matt Raible [SMTP:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 10:36 AM To: [EMAIL PROTECTED] Subject:Re: [struts-menu] A question on struts menus and frames... Which

Re: [struts-menu] A question on struts menus and frames...

2004-01-07 Thread Matt Raible
] A question on struts menus and frames... I've attached the tabs.vm that I sent to the list a while ago, which includes support for 'target'. Matt Raible wrote: It doesn't look like this Displayer supports a target attribute. You can enter this as a bug if you'd like to see it on there. If you

Re: [struts-menu] A question on struts menus and frames...

2004-01-05 Thread Matt Raible
??? Thanks Reddy Pingili -Original Message- From: Matt Raible [SMTP:[EMAIL PROTECTED] Sent: Monday, January 05, 2004 2:47 PM To: [EMAIL PROTECTED] Subject:Re: [struts-menu] A question on struts menus and frames... Add target=lowerFrameName to your items in menu-config.xml. HTH

RE: [struts-menu] Create tabbed menus dynamically based on user access level

2003-12-28 Thread Matt Raible
on this? Thanks Reddy -Original Message- From: Matt Raible [SMTP:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 2:57 PM To: [EMAIL PROTECTED] Subject:RE: [struts-menu] Create tabbed menus dynamically based on user access level 1. The tabbed menu matches

Re: [struts-menu] Call action from menu item

2003-12-28 Thread Matt Raible
You need to include JSTL's standard-1.0.4 JAR in your WEB-INF/lib folder. I added it to the binary download last night. Matt On Dec 28, 2003, at 12:10 PM, Magnus Heino wrote: btw, I'm using 2.1 downloaded a few days ago. /Magnus Matt Raible wrote: Have you tried specifying action=foo

RE: [struts-menu] RE: Exception thrown by struts-menu tags

2003-12-27 Thread Matt Raible
Title: Message As of Struts Menu 2.1, the tag library does depend on JSTL for _expression_ evaluation. I've updated the documentation and will update the binary distribution shortly. If this presents a problem for you (or your servlet container), please let me know and hopefully we can

[struts-menu] Re: Tabbed menu

2003-12-20 Thread Matt Raible
It's probably a browser issue. What version of IE are you using? I'm sure you could tweak the CSS to get around it. I'm heading out on vacation tomorrow morning, so I doubt I'd be able to fix it, but if you can document the browser version, platform, etc. and submit a bug, hopefully it'll