RE: Struts-Menu & Struts2

2011-07-07 Thread stanilas
struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts2 /* net.sf.navigator.menu.MenuContextListener -- View this message in context: http://struts.1045723.n5.na

struts-menu I18N struts2

2011-07-07 Thread max max
ages" locale="WW_TRANS_I18N_LOCALE" By doing this allows struts-menu to work with the Struts2 internationalization support. well i do exactly it but application display error :(. GRAVE: Erreur lors de la configuration de la classe d'écoute de l'application (application listener) n

Struts-menu i8N struts 2

2011-07-07 Thread max max
i have a problem with I8N with struts menu and Struts 2 u read about this proble and i use tis code on my jsp but its not working the error is RAVE: Erreur lors de la configuration de la classe d'écoute de l'application (applicatio

RE: Struts-Menu & Struts2

2011-07-07 Thread stanilas
hi when put locale"WW_TRANS_I18N_LOCALE" its not working anymore :/ maybe i have to put default attibut like FR? -- View this message in context: http://struts.1045723.n5.nabble.com/Struts-Menu-Struts2-tp3497566p4560377.html Sent from the Struts - User mailing list archive at

RE: Struts-Menu & Struts2

2010-03-05 Thread CRANFORD, CHRIS
Looks like I have to specify two attributes on the tag: bundle="applicationMessages" locale="WW_TRANS_I18N_LOCALE" By doing this allows struts-menu to work with the Struts2 internationalization support. Chris > -Original Message- > From: CRANFORD,

Struts-Menu & Struts2

2010-03-05 Thread CRANFORD, CHRIS
Besides specifying the bundle attribute on the menu:useDisplayer tag, is there any other way to translate the text from menu-config.xml with struts2? If I specify the bundle as "applicationMessages", it works but always translates to English rather than the other languages such as german. How can

Re: Struts Menu problem

2009-01-12 Thread Lukasz Lenart
2009/1/13 ECLIPSE + CVS : > I am totally new to struts menus and while i am trying to implement one > sample in tomcat 6.0.18; it is showing securiyt exception. I am using the > latest struts menu jar (2.4.3) and struts-core is 1.3. My common collections > version is 3.1 . Is this be

Struts Menu problem

2009-01-12 Thread ECLIPSE + CVS
Hi, I am totally new to struts menus and while i am trying to implement one sample in tomcat 6.0.18; it is showing securiyt exception. I am using the latest struts menu jar (2.4.3) and struts-core is 1.3. My common collections version is 3.1 . Is this because of any jar conflicts

Re: struts menu problem

2008-07-16 Thread nauke .
Hi, Oops sorry wasn't aware of a struts menu mailing list. I will post there, thank you! On Wed, Jul 16, 2008 at 5:57 PM, Antonio Petrelli < [EMAIL PROTECTED]> wrote: > 2008/7/14 nauke. <[EMAIL PROTECTED]>: > > Hi! > > > > I'm using struts versio

Re: struts menu problem

2008-07-16 Thread Alberto A. Flores
This is clearly not a Struts2 question, but a Struts menu question (name is misleading since it can be used outside the context of struts. I'm using it like that). A few thought: - Have you checked the generated HTML code? - Have you checked the generated CSS? - If using velocity, hav

RE: struts menu problem

2008-07-16 Thread Jishnu Viswanath
Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2008 1:58 PM To: Struts Users Mailing List Subject: Re: struts menu problem 2008/7/14 nauke. <[EMAIL PROTECTED]>: > Hi! > > I'm using struts version 2.0.11. > I am using struts menu, whi

Re: struts menu problem

2008-07-16 Thread Antonio Petrelli
2008/7/14 nauke. <[EMAIL PROTECTED]>: > Hi! > > I'm using struts version 2.0.11. > I am using struts menu, which works provided it is not on top of a table ... > Please see screenshot of issue here: > http://mytmpdir.googlepages.com/menu.jpg > > No idea how I can

Re: struts menu problem

2008-07-16 Thread Al Sutton
Have you looked at using the zindex property in your stylesheet? (http://www.w3schools.com/Css/pr_pos_z-index.asp) nauke. wrote: Hi, Thanks for replying. It occurs in firefox too. the customer for this will predominantly use IE so will have to get it working for IE in the end anyway :( :( :(

Re: struts menu problem

2008-07-15 Thread nauke .
Hi, Thanks for replying. It occurs in firefox too. the customer for this will predominantly use IE so will have to get it working for IE in the end anyway :( :( :( On Wed, Jul 16, 2008 at 4:04 PM, Lukasz Lenart <[EMAIL PROTECTED]> wrote: > Try with other browser than IE, it looks like a common p

Re: struts menu problem

2008-07-15 Thread Lukasz Lenart
Try with other browser than IE, it looks like a common problem in IE with layering. Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: struts menu problem

2008-07-15 Thread nauke .
Hi, I don't suppose anyone knows why this issue is occurring ... ? Thanks On Mon, Jul 14, 2008 at 4:30 PM, nauke. <[EMAIL PROTECTED]> wrote: > Hi! > > I'm using struts version 2.0.11. > I am using struts menu, which works provided it is not on top of a table >

dynamic menu: struts-menu or

2008-06-09 Thread Lucie
Hi, I need to generate a dynamic menu (read from database) for a struts 2 application. I used struts-menu for a struts 1.x application, and am wondering if it makes more sense to switch to using struts2's tag. Your input is greatly appreciated. Lucie -- View this message in context:

RE: Struts2, SiteMesh and Struts Menu

2008-04-18 Thread Matthew Seaborn
al Message- From: Al Sutton [mailto:[EMAIL PROTECTED] Sent: 10 April 2008 16:42 To: Struts Users Mailing List Subject: Re: Struts2, SiteMesh and Struts Menu I'm using the combination you mention without any problems. Check the order you're using the servlet filters in, mine is

Re: Struts2, SiteMesh and Struts Menu

2008-04-10 Thread Al Sutton
he.struts2.dispatcher.FilterDispatcher struts-cleanup /* sitemesh /* struts /* Other filters here .....and for Struts Menu I use the listener; net.sf.navigator.menu.MenuContextListener Hope this helps.Al.- Original Message -From: Matthew SeabornTo: 'Struts Users Mailing List'Sent: Thursday,

Struts2, SiteMesh and Struts Menu

2008-04-10 Thread Matthew Seaborn
Has anyone had any experience of using these three together? I have Struts 2 and SiteMesh working together happily, but soon as I add Struts Menu I get the error below. I believe it is due to SiteMesh and not Struts 2 but am not sure on this. Has anyone seen this before? Thanks

RE: Struts 2 and struts-menu

2007-09-24 Thread mraible
I agree that MenuContextListener is the best way to use Struts Menu in a non-Struts 1.x environment. Matt Lead (and only) developer on Struts Menu ;-) Al Sutton-4 wrote: > > 1) I use the MenuContextListener > > 2) I use static menus, but I believe there is something in the strut

Re: Struts 2 and struts-menu

2007-09-24 Thread Roberto Nunnari
Great. Thank you again, Al. :) Best regards. -- Robi Al Sutton wrote: 1) I use the MenuContextListener 2) I use static menus, but I believe there is something in the struts-menu FAQ that will help you. Regards, Al. -Original Message- From: Roberto Nunnari [mailto:[EMAIL PROTECTED

RE: Struts 2 and struts-menu

2007-09-24 Thread Al Sutton
1) I use the MenuContextListener 2) I use static menus, but I believe there is something in the struts-menu FAQ that will help you. Regards, Al. -Original Message- From: Roberto Nunnari [mailto:[EMAIL PROTECTED] Sent: 24 September 2007 15:52 To: Struts Users Mailing List Subject: Re

Re: Struts 2 and struts-menu

2007-09-24 Thread Roberto Nunnari
wrote: Yes. -Original Message- From: Roberto Nunnari [mailto:[EMAIL PROTECTED] Sent: 24 September 2007 15:24 To: Struts Users Mailing List Subject: Struts 2 and struts-menu Hello list. Is anybody successfully using struts-menu with Struts2? Thank you. -- Robi

RE: Struts 2 and struts-menu

2007-09-24 Thread Al Sutton
Yes. -Original Message- From: Roberto Nunnari [mailto:[EMAIL PROTECTED] Sent: 24 September 2007 15:24 To: Struts Users Mailing List Subject: Struts 2 and struts-menu Hello list. Is anybody successfully using struts-menu with Struts2? Thank you. -- Robi

Struts 2 and struts-menu

2007-09-24 Thread Roberto Nunnari
Hello list. Is anybody successfully using struts-menu with Struts2? Thank you. -- Robi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

struts-menu + tiles 1.x + struts 1.x issue

2007-08-25 Thread robinbajaj
Summary: Background: I have a web-app using Struts1.x + tiles 1.x. I am using Struts-menu which is working fine individually (without tiles). I need advice to insert this Struts-menu based page in my tiles definition. ( I have followed this thread http://www.nabble.com/first-struts

RE: struts menu

2007-07-16 Thread Prashant Desai
007 08:57:06 +0200> From: [EMAIL PROTECTED]> To: > user@struts.apache.org> Subject: Re: struts menu> > 2007/7/15, Prashant Desai > <[EMAIL PROTECTED]>:> >> > isn't there a simple menu that was present in > struts 1.0 ?> > > > Present, no, and

Re: struts menu

2007-07-15 Thread Antonio Petrelli
2007/7/15, Prashant Desai <[EMAIL PROTECTED]>: isn't there a simple menu that was present in struts 1.0 ? Present, no, and it was never present in Struts 1.x (except of Tiles menu's [in 1.1 version], but I don't think it is what you want). You may want to take a loo

struts menu

2007-07-15 Thread Prashant Desai
isn't there a simple menu that was present in struts 1.0 ? _ Local listings, incredible imagery, and driving directions - all in one place! Find it! http://maps.live.com/?wip=69&FORM=MGAC01

Re: Struts Menu

2007-06-07 Thread mraible
If you download the example WAR - there's lot of examples in there. You could also look at AppFuse (http://appfuse.org), which has Struts Menu pre-integrated. Matt Antonio Petrelli-3 wrote: > > 2007/6/5, Archer <[EMAIL PROTECTED]>: >> Hi All, >> >> I am new

Re: Struts Menu

2007-06-05 Thread Antonio Petrelli
2007/6/5, Archer <[EMAIL PROTECTED]>: Hi All, I am new to struts menu. Can anybody please help where I can find a good tutorial or suggest me a good place to start work with struts menu. Thanks in advance. Probably at Struts Menu website http://struts-menu.sourceforge.net/ A

Struts Menu

2007-06-05 Thread Archer
Hi All, I am new to struts menu. Can anybody please help where I can find a good tutorial or suggest me a good place to start work with struts menu. Thanks in advance. -- Regards Archer

problem with struts-menu

2007-05-23 Thread Milson Cardona
hi... excuse me the english i'm work with tomcat 4.1.27, struts 1.3.8, struts menu 2.4.2 and windows vista i want add struts-menu to my app.. but, i test a single menu in my jsp, and tomcat display an error... org.apache.jasper.JasperException: The menu repository could not be foun

Problem with struts menu.

2007-05-22 Thread Milson Cardona
Hi the struts version is 1.3.8, and tomcat 4.1.27 i'm newbee with struts menu, i'm have *my Struts-menu.xml* *my struts-config.xml* *...* *my jsp* <[EMAIL PROTECTED] file="taglibs.jsp" %> http://www.w3.org/1999/xhtml"; xm

Struts menu

2007-05-18 Thread Archer
Hi Can anyone please help me to know to get the sub menu under main menu. I am using struts 1.3.8. I am not using struts menu. when a menu is clicked I should get a submenu opened under it. example: mainmenu: menu1 menu2 menu3 when i click menu1 it should open

Re: struts-menu plugin

2007-04-23 Thread Darryl Culverwell
Great! Thanx Martin On Fri, 2007-04-20 at 11:08 -0400, Martin Gainty wrote: > Hi Darryl- > > I would deploy struts-menu-2.4.war > http://sourceforge.net/project/showfiles.php?group_id=48726&package_id=44658 > the backend jsps are missing but you can easily create those &g

Re: struts-menu plugin

2007-04-20 Thread Martin Gainty
Hi Darryl- I would deploy struts-menu-2.4.war http://sourceforge.net/project/showfiles.php?group_id=48726&package_id=44658 the backend jsps are missing but you can easily create those M-- This email message and any files transmitted with it contain confidential information intended only for

struts-menu plugin

2007-04-20 Thread Darryl Culverwell
Has anyone managed to get the struts-menu stuff working in struts 2 -- -=Darryl Culverwell=- Cell: +27 82 494 1678 Phone: +21 21 448 1395 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Struts Menu & Websphere

2006-06-15 Thread Konrad Billewicz
Hi, I'm trying to run a simple Web application with Struts Menu (based on sample struts-menu.war from Struts Menu release). Under Tomcat it works very nice but under Websphere AS 5.1 I'm getting a following exception: SRVE0180I: [ws-menu] [/ws-menu] [Servlet.LOG]: /main.jsp: init

Re: HELP:I've got a new problem when I tried to use struts-menu in my Tiles using display-tag.

2006-05-21 Thread M.Liang Liu
And these css files would apply to the whole site which is NOT I would like. I include the struts menu page namelly menu.jsp and the usingdisplaytag.jsp to my Tiles page definition. I write a post in display-tag userlist to find no replay for two days. If i change the css files,the displaytag

Re: HELP:I've got a new problem when I tried to use struts-menu in my Tiles using display-tag.

2006-05-21 Thread Greg Ludington
: td.menuClass {this style would only be applied to the menu td} td.displayTagClass {this style would only be applied to the display tag td} I have not used either Struts-Menu or DisplayTag, so I do not know if you can specify css classes to use in the HTML they generate. I am guessing that you can, but

Re: HELP:I've got a new problem when I tried to use struts-menu in my Tiles using display-tag.

2006-05-21 Thread M.Liang Liu
Greg Ludington,you've got the point. I tested many times to find it is the CSS file that made the strange rim.The CSS files apply to all the pages using display-tag.I do NOT know how to limit the scope of the CSS files' application areas. I am trying eXtremeComponents following *David G

Re: HELP:I've got a new problem when I tried to use struts-menu in my Tiles using display-tag.

2006-05-20 Thread Greg Ludington
I do not use either Struts-Menu or DisplayTag, but, looking at your screen shot, it looks like both your table and your menu elements may have the same type of outline. Check your css -- it may be that your css applies the same styles (most likely some manner of border style) to elements in

RE: HELP:I've got a new problem when I tried to use struts-menu in my Tiles using display-tag.

2006-05-20 Thread David G. Friedman
Why not try another "table" library instead of DisplayTag? Have you tried struts-menu with any of these: 1) The ValueList taglib: (updated last month) http://valuelist.sourceforge.net 2) eXtremeComponents paging taglib: (updated last week) http://extremecomponents.org/extremesite/in

Re: HELP:I've got a new problem when I tried to use struts-menu in my Tiles using display-tag.

2006-05-20 Thread M.Liang Liu
Pity to notice you that I give up struts-menu to ensure the display-tag can display properly. On 5/20/06, David G. Friedman <[EMAIL PROTECTED]> wrote: Have you asked this question on the struts-menu forum/mailing list at Sourceforge? That list might have more specific experience merging

RE: HELP:I've got a new problem when I tried to use struts-menu in my Tiles using display-tag.

2006-05-19 Thread David G. Friedman
Have you asked this question on the struts-menu forum/mailing list at Sourceforge? That list might have more specific experience merging these packages. See: http://sourceforge.net/forum/forum.php?forum_id=160189 Regards, David -Original Message- From: M.Liang Liu [mailto:[EMAIL

Re: HELP:I've got a new problem when I tried to use struts-menu in my Tiles using display-tag.

2006-05-19 Thread M.Liang Liu
ogger ( org.apache.catalina.session.ManagerBase). log4j:WARN Please initialize the log4j system properly. On 5/20/06, M.Liang Liu <[EMAIL PROTECTED]> wrote: Hi everybody! I've got a new problem when I tried to use struts-menu in my Tiles using display-tag. I put the struts-menu in my Tiles alone and fi

HELP:I've got a new problem when I tried to use struts-menu in my Tiles using display-tag.

2006-05-19 Thread M.Liang Liu
Hi everybody! I've got a new problem when I tried to use struts-menu in my Tiles using display-tag. I put the struts-menu in my Tiles alone and find it works well. However,the problem occurred when I put one page using display-tag in the same Tiles page including struts-menu:The struts

Re: how to use struts menu in shale?

2005-12-23 Thread Alexandre Poitras
You don't need struts menu in shale since JSF is a component framework. Just use the tomahawk menu component. On 12/23/05, Marco Mistroni <[EMAIL PROTECTED]> wrote: > HELLO , > Haven't used shale,but should be no difference from how you > integrate it with other

RE: how to use struts menu in shale?

2005-12-23 Thread Marco Mistroni
PROTECTED] Sent: 23 December 2005 10:45 To: 'Struts Users Mailing List' Subject: how to use struts menu in shale? How can we integrate struts menu in shale framework? Regards, JEEVANANTHAM PARAMASAMY, Software Engineer, 3i - INFOTECH Limited, Alwarpet, Chennai - 600018. Phone: 04

how to use struts menu in shale?

2005-12-23 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
How can we integrate struts menu in shale framework? Regards, JEEVANANTHAM PARAMASAMY, Software Engineer, 3i - INFOTECH Limited, Alwarpet, Chennai - 600018. Phone: 044 24678000 extn:418 Cell no: 09840933967 -- Greetings! ICICI Infotech is now 3i Infotech. The e-mail

Re: Struts Menu Vs Struts Layout

2005-12-21 Thread Agnisys
ROTECTED]> wrote: > > > >> Another option would be SiteMesh. > >> > >> If you like working on the fringes of technology though, I recommend > >> AJAX or > >> OpenLaszlo... > >> > >> Br, > >> -Yves- > >> > >> On

struts menu target

2005-12-21 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
I am using struts menu (TAB). For this how can we set location? I need to call another jsp in the same DIV. [JEEVANATHAM P. /BPCRP/INFOTECH/VASHI] -- Greetings! ICICI Infotech is now 3i Infotech. The e-mail addresses of the company's employees have been changed to @3i-infotec

Re: Struts Menu Vs Struts Layout

2005-12-19 Thread Frank W. Zammetti
sh. >> >> If you like working on the fringes of technology though, I recommend >> AJAX or >> OpenLaszlo... >> >> Br, >> -Yves- >> >> On 12/18/05, Agnisys <[EMAIL PROTECTED]> wrote: >> > >> > Hi, >> > I need t

Re: Struts Menu Vs Struts Layout

2005-12-19 Thread Agnisys
lots of Dynamic GUI features (like > > dynamic number of > > Panes). Which one is more suitable for the job: Struts Menu or Struts > > Layout? > > Or is there a more appropriate 3rd option? > > > > Thanks for any pointers. > > Anupam. > > &g

Re: Struts Menu Vs Struts Layout

2005-12-18 Thread Yves Sy
number of > Panes). Which one is more suitable for the job: Struts Menu or Struts > Layout? > Or is there a more appropriate 3rd option? > > Thanks for any pointers. > Anupam. > > > __ > Do You Yahoo!? > Tired of spa

Struts Menu Vs Struts Layout

2005-12-18 Thread Agnisys
Hi, I need to create an application with lots of Dynamic GUI features (like dynamic number of Panes). Which one is more suitable for the job: Struts Menu or Struts Layout? Or is there a more appropriate 3rd option? Thanks for any pointers. Anupam

RE: Want dynamic menus----struts menu tutorial?

2005-12-14 Thread Torgeir Veimo
On Wed, 2005-12-14 at 23:47 -0500, David G. Friedman wrote: > Is this what you are looking for? > http://struts-menu.sourceforge.net/userguide.html Is struts-menu actively maintained? The source distribution of it doesn't even compile clean because it uses "enum" as var

RE: Want dynamic menus----struts menu tutorial?

2005-12-14 Thread Shivani Sawhney
Mailing List Subject: RE: Want dynamic menusstruts menu tutorial? Is this what you are looking for? http://struts-menu.sourceforge.net/userguide.html Regards, David -Original Message- From: Shivani Sawhney [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 11:39 PM To

RE: Want dynamic menus----struts menu tutorial?

2005-12-14 Thread David G. Friedman
Is this what you are looking for? http://struts-menu.sourceforge.net/userguide.html Regards, David -Original Message- From: Shivani Sawhney [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 11:39 PM To: Struts Users Mailing List Subject: RE: Want dynamic menusstruts menu

RE: Want dynamic menus----struts menu tutorial?

2005-12-14 Thread Shivani Sawhney
Hi, Sorry, if this question has been answered before. Could you please give me a link to the struts menu tutorial? Regards, Shivani -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 13 December, 2005 3:20 PM To: user@struts.apache.org Subject: RE: Want

Re: Struts menu error

2005-11-15 Thread Danny Lee
Download struts-menu.jar and put it into project-path. Then stuff will work. Chez Danny - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Struts menu error

2005-11-15 Thread Kanuri, Chand
hi all, i am using tiles in my webapp. i am using like this at the top of my jsp <%@ taglib uri="http://struts-menu.sf.net/tag"; prefix="menu" %> it throws the following error: org.apache.jasper.JasperException: JSPG0127E: Could not locate TLD META-INF/taglib.tld ay ideas? This e-mail (and an

RE: Struts Menu - PermissionsAdapter

2005-07-21 Thread Marco Mistroni
Hello, Pls check this http://struts-menu.sourceforge.net/security.html regards marco -Original Message- From: Mariano Petrakovsky [mailto:[EMAIL PROTECTED] Sent: 21 July 2005 17:07 To: Lista de correo de Struts Subject: Struts Menu - PermissionsAdapter I make my

Re: Struts Menu - PermissionsAdapter

2005-07-21 Thread Wendy Smoak
From: "Mariano Petrakovsky" <[EMAIL PROTECTED]> > I make my custom class implements permissionAdapter... > How... link my menu with this class ? It sounds like you're talking about Struts Menu. If so, does the information on this page help? http://struts-menu.so

Struts Menu - PermissionsAdapter

2005-07-21 Thread Mariano Petrakovsky
I make my custom class implements permissionAdapter... How... link my menu with this class ? -- Mariano G. Petrakovsky Programmer · Software Factory AXG Tecnonexo - www.tecnonexo.com Development facilities:Av. Maipú 1252 8º (C1006ACT) · Buenos Aires · Argentina. Tel.: (54-11) 4878-0005 - Fax

Re: Struts menu PermissionsAdapter question

2005-05-03 Thread Matt Raible
This should be possible - you just need to implement the PermissionsAdapter interface. http://struts-menu.sourceforge.net/security.html Matt On May 3, 2005, at 10:00 AM, Vinicius Caldeira Carvalho wrote: Hello there! Is it possible to use PermissionAdpter to check a table of given roles instead

Struts menu PermissionsAdapter question

2005-05-03 Thread Vinicius Caldeira Carvalho
Hello there! Is it possible to use PermissionAdpter to check a table of given roles instead of "hard coding" 'em on a xml? If so, any examples? Regards Vinicius - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Struts Menu

2005-03-18 Thread Matt Raible
: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Monday, March 14, 2005 7:32 PM To: Struts Users Mailing List Subject: Re: Struts Menu On Mar 14, 2005, at 5:31 AM, Antony Joseph wrote: Hi Vijaya, You will need an entry in the web.xml similar to the one below: /WEB-INF/struts-menu /WEB-INF

RE: Struts Menu

2005-03-18 Thread Vijaya S
Subject: Re: Struts Menu On Mar 14, 2005, at 5:31 AM, Antony Joseph wrote: > Hi Vijaya, > You will need an entry in the web.xml similar to the one below: > > /WEB-INF/struts-menu > /WEB-INF/struts-menu.tld > You should only need this if the URI in your JSP taglib dec

RE: Struts Menu

2005-03-14 Thread Vijaya S
Hi Matt, Thanks very much for the reply. I use struts-menu version 2.3. My menu-config.xml is The jsp where the menu is incorporated looks like <%@ taglib uri="http://struts-menu.sf.net/tag"; prefix="menu" %> st

Re: Struts Menu

2005-03-14 Thread Matt Raible
On Mar 14, 2005, at 5:31 AM, Antony Joseph wrote: Hi Vijaya, You will need an entry in the web.xml similar to the one below: /WEB-INF/struts-menu /WEB-INF/struts-menu.tld You should only need this if the URI in your JSP taglib declaration points to the URI in your web.xml. 2.3

Re: Struts Menu

2005-03-14 Thread Antony Joseph
Hi Vijaya, You will need an entry in the web.xml similar to the one below: /WEB-INF/struts-menu /WEB-INF/struts-menu.tld If you are still having problems, check out the application https://workeffort.dev.java.net . It uses struts-menu. - Original Message - From: "Vij

Struts Menu

2005-03-13 Thread Vijaya S
Hi, Has anyone successfully implemented Struts Menu in your application? I am getting an error as 'The displayer mapping for the specified MenuDisplayer does not exist'. I have done the following 1. In my struts-config I have included the plugin 2. I have placed my menu-config.xml und

Re: Struts Menu and SSLEXT

2005-02-13 Thread Tim Christopher
I've decided to give struts menu a go anyway, but does anyone know where I can get a dtd for the menu-config.xml file? I'm having problems getting it to work. It refuses to stay anything other than something resembling "???en_GB.Contact???" as the menu name, and the link doe

Struts Menu and SSLEXT

2005-02-13 Thread Tim Christopher
Hi, Can someone tell me if Struts-Menu is compatible with SSLEXT? I've just started to look through a basic tutorial on Struts menu and as links are defined as links are defined in an xml file the sslext tags cannot be used. Is it clever enough to use SSLEXT if I just send it to the co

Re: Error when init struts-menu in WebSphere Application Server 4.0.7

2004-12-24 Thread Niall Pemberton
AM Subject: Error when init struts-menu in WebSphere Application Server 4.0.7 > Hi all, > > I am developing a web application using struts 1.2.4 and struts-menu. > > When I am running in JDeveloper 10g, every thing is ok. But when I deploy > into Test server running WebSphere Ap

Error when init struts-menu in WebSphere Application Server 4.0.7

2004-12-23 Thread dangmp
Hi all, I am developing a web application using struts 1.2.4 and struts-menu. When I am running in JDeveloper 10g, every thing is ok. But when I deploy into Test server running WebSphere Application Sever 4.0.7, I have this error

Struts menu and unicode charcters

2004-09-16 Thread Masoud Kalali
Hi sorry if im out of context Does any one here used Struts Menu ? I have problem in showing unicode characters in menu items It shown characters unicode notation /uxxx instead of original chars. - To unsubscribe, e-mail

Struts-menu question

2004-06-21 Thread Pavlikus
Hi all. Sory for a offtopic, but there are no response from struts-menu mailing list... May be some of you familiar with struts-menu. I try to add PermissionAdapter to my menu. But method is isAllowed was never called. Please point out me my mistakes. Menu-config: Jsp: <%@ tag

Help with error-- Failure initializing struts-menu

2004-05-25 Thread logesons
I am new to struts and am trying to get struts-menu to work in my application. I keep gettting this error and cannot find anything wrong in my menu-config.xml file. Any help with this would be greatly appreciated, since I'm at the end of my rope (been working on this problem for 2 day

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

2004-05-25 Thread logesons
I am new to struts and am trying to get struts-menu to work in my application. I keep gettting this error and cannot find anything wrong in my menu-config.xml file. Here is the error I'm receiving: javax.servlet.ServletException: Failure initializing struts-menu: Error parsing res