RE: Struts-Menu Struts2

2011-07-07 Thread stanilas
hi when put localeWW_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 Nabble.com

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 div id=menu class=menu menu:useMenuDisplayer name=TabbedMenu bundle=Global locale=WW_TRANS_I18N_LOCALE menu:displayMenu name=Global.Home / menu:displayMenu name=Global.About

struts-menu I18N struts2

2011-07-07 Thread max max
=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) net.sf.navigator.menu.MenuContextListener

RE: Struts-Menu Struts2

2011-07-07 Thread stanilas
-namestruts2/filter-name url-pattern/*/url-pattern /filter-mapping listener listener-classnet.sf.navigator.menu.MenuContextListener/listener-class /listener -- View this message in context: http://struts.1045723.n5.nabble.com/Struts-Menu-Struts2-tp3497566p4560788.html

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 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, CHRIS [mailto:chris.cranf

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

2009-01-12 Thread Lukasz Lenart
2009/1/13 ECLIPSE + CVS anishpis...@gmail.com: 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

Re: struts menu problem

2008-07-16 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-16 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

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-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 fix this! Does anyone? Probably you have

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, which works provided

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, have you

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 version 2.0.11. I am using struts menu, which works provided

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 ... Please see screenshot of issue here

dynamic menu: struts-menu or s:tree

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 s:tree tag. Your input is greatly appreciated. Lucie -- View this message in context

RE: Struts2, SiteMesh and Struts Menu

2008-04-18 Thread Matthew Seaborn
- 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; filter filter-namestruts

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: Struts2, SiteMesh and Struts Menu

2008-04-10 Thread Al Sutton
-namesitemesh/filter-name url-pattern/*/url-pattern/filter-mappingfilter-mapping filter-namestruts/filter-name url-pattern/*/url-pattern/filter-mapping Other filters here .and for Struts Menu I use the listener; listener listener-classnet.sf.navigator.menu.MenuContextListener/listener-class

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]

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

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
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
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 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 struts-menu FAQ

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 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 look to struts-menu

RE: struts menu

2007-07-16 Thread Prashant Desai
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 it was never present in Struts 1.x (except of Tiles menu's [in 1.1 version], but I don't

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=69FORM=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 to struts menu. Can anybody please help

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

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/ Antonio

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 found

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* ?xml version=1.0 encoding=UTF-8 ? MenuConfig Displayers Displayer name=TabbedMenu type=net.sf.navigator.displayer.TabbedMenuDisplayer/ /Displayers Menus Menu name=contactMenu

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=48726package_id=44658 the backend jsps are missing but you can easily create those M-- This email message

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

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=48726package_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

Struts Menu Websphere

2006-06-16 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 SRVE0026E

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

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
be: 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

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
for displaytag:table .../ 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

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
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-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-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/index.jsp 3

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

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-menu

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
( 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 find it works well

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: how to use struts menu in shale?

2005-12-23 Thread Marco Mistroni
] 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: 044 24678000 extn:418

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 web frameworks (at least I

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 existing name@3i

Re: Struts Menu Vs Struts Layout

2005-12-21 Thread Agnisys
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 spam? Yahoo! Mail has the best spam protection around http

Re: Struts Menu Vs Struts Layout

2005-12-19 Thread Agnisys
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 spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: Struts Menu Vs Struts Layout

2005-12-19 Thread Frank W. Zammetti
- On 12/18/05, Agnisys [EMAIL PROTECTED] wrote: 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

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: Struts Menu Vs Struts Layout

2005-12-18 Thread Yves Sy
). 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 spam? Yahoo! Mail has the best spam protection around http

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: 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
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

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 variable name in a class. Last

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 any

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 - 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 -

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.sourceforge.net/security.html

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 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

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: taglib taglib-uri/WEB-INF/struts-menu/taglib-uri taglib-location/WEB-INF/struts-menu.tld/taglib-location /taglib You should only need

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: taglib taglib-uri/WEB-INF/struts-menu

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: taglib taglib-uri/WEB-INF/struts-menu/taglib-uri taglib-location/WEB-INF/struts-menu.tld/taglib-location /taglib If you are still having problems, check out the application https://workeffort.dev.java.net

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: taglib taglib-uri/WEB-INF/struts-menu/taglib-uri taglib-location/WEB-INF/struts-menu.tld/taglib-location /taglib You should only need this if the URI in your JSP

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 ?xml version=1.0 encoding=UTF-8 ? menuConfig Displayers Displayer name=ListMenu type=net.sf.navigator.displayer.ListMenuDisplayer/ /Displayers Menus !-- FM Options

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 under WEB-INF

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 correct

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 does work. Also when I

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

2004-12-24 Thread Niall Pemberton
, 2004 7:13 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 Application Sever

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: Menu name=UserMenu title

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 resource

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 days now