RE: Struts-Menu & Struts2

2011-07-07 Thread stanilas
quot; %> <%@ taglib prefix="sx" uri="/struts-dojo-tags" %> <%@ taglib prefix="menu" uri="http://struts-menu.sf.net/tag-el"%> my strutsmenu.xml my web.xml:

struts-menu I18N struts2

2011-07-07 Thread max max
hi strut people :) i have a problem with strutsmenu and I18N with struts2 i read somthing about this problem see: the old comment: 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

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: Creating menu bar based on session information

2011-04-15 Thread Christian Grobmeier
>> Yeah > > Actually, you added a spelling mistake (+e on Privileg).  However, the > previous example would work fine.  So a hybrid of the two: Actually I had the spelling typo before, but now saw that in english it is with +e > Yeah You are right, this works. After all I am not sure why I hav

RE: Creating menu bar based on session information

2011-04-15 Thread Biesbrock, Kevin
> Yeah Actually, you added a spelling mistake (+e on Privileg). However, the previous example would work fine. So a hybrid of the two: Yeah is sufficient. Beez - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org F

Re: Creating menu bar based on session information

2011-04-15 Thread Christian Grobmeier
> Login The correct syntax is: Yeah I really would enjoy some more debugging help in this area Cheers - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Creating menu bar based on session information

2011-04-15 Thread Christian Grobmeier
> you could do something like this: > ... where (bool) > hasPrivilege(List,...) is a function in your action. sounds good. I actually have now that signature in an AbstractAction from which all the other extend: public boolean hasPrivileg(String role) { ... } In my JSP: Login I did not unders

Re: Creating menu bar based on session information

2011-04-15 Thread Markus Demetz
you could do something like this: ... where (bool) hasPrivilege(List,...) is a function in your action. Markus Am 15.04.2011 13:57, schrieb Christian Grobmeier: Hi all, this is probably a trivial question, but I am unsure how to solve it best. I have an object User user. It has the properti

Creating menu bar based on session information

2011-04-15 Thread Christian Grobmeier
Hi all, this is probably a trivial question, but I am unsure how to solve it best. I have an object User user. It has the properties name, password and List roles. Now I would like to create a navigation bar in my struts 2.2.1 jsp pages. I wanted to avoid huge chunks of logic in my code. Theref

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 ge

Re: [Struts 2] Menu with tabs: Dojo, Ajax or jQuery tag ?

2009-04-24 Thread Paweł Wielgus
Hi Fernandes, this question has no good answer. I think the best option is to use something You know, so if it's JQuery, than use it, or anything else You prefer. Best greetings, Paweł Wielgus. 2009/4/24 Fernandes Celinio : > Hi, > I need to make a screen with several tabs. > I am wondering what

[Struts 2] Menu with tabs: Dojo, Ajax or jQuery tag ?

2009-04-24 Thread Fernandes Celinio
Hi, I need to make a screen with several tabs. I am wondering what is the best solution. I know the Dojo tag that comes with truts 2 : tabbedpanel. It seems to work rather well, but Dojo tags are deprecated i believe ? Are there any other solutions ? With jQuery ? Pure Ajax ? I am using Struts 2

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: Strut Menu question....

2009-01-12 Thread Lukasz Lenart
2009/1/12 ECLIPSE + CVS : > Currently i am using struts 1.3.8 for my project and i am planning to use > the latest struts version (2.4) . Here my question is whether this latest Struts 2.4 ? > version of struts menu is compatible with struts 1.3 ? and > is there any drawback f

Re: Strut Menu question....

2009-01-12 Thread Paweł Wielgus
Hi, S1.x is something compleatly different than S2.x So i encourage You to read more about S2 first, before You will decide to migrate. Best greetings, Paweł Wielgus. 2009/1/12 ECLIPSE + CVS : > > Hi, > > I want to create one horizontal menu for my project. I searched a lot and i &g

Strut Menu question....

2009-01-12 Thread ECLIPSE + CVS
Hi, I want to create one horizontal menu for my project. I searched a lot and i can found so many .css based menus. But i think controlling the css menus based on the user roles is not that much easy. I found there is project in struts called struts-menu for creating and handling menus in strtus

Re: What is the Struts way to construct this menu?

2008-12-03 Thread Dave Newton
--- On Tue, 12/2/08, Andreas Mähler wrote: > > Normally, you would go for the ordinary > -Tag [1], but I am not using it, because it > is buggy[2]. You can also do it "by hand" like I > do: > > [2] https://issues.apache.org/struts/browse/WW-2758 Just as a point of clarification for the original p

Re: What is the Struts way to construct this menu?

2008-12-02 Thread Andreas Mähler
Andreas Mähler schrieb: Normally, you would go for the ordinary -Tag [1], but I am not using it, because it is buggy[2]. You can also do it "by hand" like I do: Sorry - forgot the refs: [1] http://struts.apache.org/2.1.2/docs/select.html [2] https://issues.apache.org/struts/browse/WW-2758

Re: What is the Struts way to construct this menu?

2008-12-02 Thread Andreas Mähler
Hello laredotornado, laredotornado schrieb: I have a single select menu on my search page. What is the struts way to construct this menu such that when the user is redirected to this search page, the menu is pre-selected with what they selected from the original search? Thanks, - Dave

What is the Struts way to construct this menu?

2008-12-02 Thread laredotornado
Hi, I have a single select menu on my search page. What is the struts way to construct this menu such that when the user is redirected to this search page, the menu is pre-selected with what they selected from the original search? Thanks, - Dave

RE: International Menu Help

2008-09-30 Thread Dave Newton
--- On Tue, 9/30/08, Williams, Marlon wrote: > Your solution works great! Syntax issue, bad on me. Thanks very much! No problem. > DAN IS THE GREATEST! Singing the praises. Who's Dan? Dave - To unsubscribe, e-mail: [EMAIL PR

RE: International Menu Help

2008-09-30 Thread Williams, Marlon
Your solution works great! Syntax issue, bad on me. Thanks very much! DAN IS THE GREATEST! Singing the praises. From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2008 2:22 PM To: Struts Users Mailing List Subject: Re: International Menu Help --- On Tue, 9/30/08

Re: International Menu Help

2008-09-30 Thread Dave Newton
--- On Tue, 9/30/08, Williams, Marlon wrote: > Menu ts_login = new Menu(); > ts_login.setId("1102"); > //ts_login.setLabel("Login"); > // This is hard coding > ts_login.setLabel("menu.login"); >/

International Menu Help

2008-09-30 Thread Williams, Marlon
I am trying to build and use a Yahoo UI menu in my struts2 / tiles2 application. The menu I am creating is a static 'logged out' menu created in the action triggerd by the web app 'index.jsp'. The menu is a List collection and is added to the session, e.g. se

RE: Include menu action with sitemesh

2008-09-10 Thread Matthew Seaborn
Found the solution: http://struts.apache.org/2.x/docs/action.html -Original Message- From: Matthew Seaborn Sent: 08 September 2008 17:12 To: Struts Users Mailing List Subject: RE: Include menu action with sitemesh Whenever I try to us s:include or jsp:include to access a Struts 2 action

RE: Include menu action with sitemesh

2008-09-08 Thread Matthew Seaborn
: Struts Users Mailing List Subject: RE: Include menu action with sitemesh Hi Wes, Thanks for your reply. Am using Struts 2.0.11, so I tried: Since I think sx tags only work with the Dojo plugin in Struts 2.1. However, I'm not getting any error (Java or JS), but the DIV remains desperately

RE: Include menu action with sitemesh

2008-09-02 Thread David Loup
Got it. Works way better with theme="ajax" in the s:div tag... -Original Message- From: David Loup Sent: 02 September 2008 14:22 To: Struts Users Mailing List Subject: RE: Include menu action with sitemesh Yup, firebug doesn't report any errors. When looking at the Net ta

RE: Include menu action with sitemesh

2008-09-02 Thread David Loup
55 To: Struts Users Mailing List Subject: Re: Include menu action with sitemesh You're right, tag look like? Have you tried loading up in Firebug? -Wes On Tue, Sep 2, 2008 at 7:54 AM, David Loup <[EMAIL PROTECTED]> wrote: > Hi Wes, > > Thanks for your reply. > > Am

Re: Include menu action with sitemesh

2008-09-02 Thread Wes Wannemacher
only work with the Dojo plugin in Struts 2.1. > > However, I'm not getting any error (Java or JS), but the DIV remains > desperately empty. > > Any idea? > > > -Original Message- > From: Wes Wannemacher [mailto:[EMAIL PROTECTED] > Sent: 02 September 2008 0

RE: Include menu action with sitemesh

2008-09-02 Thread David Loup
acher [mailto:[EMAIL PROTECTED] Sent: 02 September 2008 02:21 To: Struts Users Mailing List Subject: Re: Include menu action with sitemesh David, I use S2 tags all the time in my sitemesh decorators. When I first did it, I hadn't put much thought into it (maybe the filter won't be available t

Re: Include menu action with sitemesh

2008-09-01 Thread Wes Wannemacher
I thought maybe it wasn't right. However, it worked fine and I have been happily doing it since. Rather than - Why not use the tag? http://struts.apache.org/2.x/docs/ajax-div-template.html Just be careful that the menu action does not get decorated by Sitemesh, otherwise the result c

Include menu action with sitemesh

2008-09-01 Thread David Loup
Hi there, I'm using sitemesh with struts 2 and am currently applying a decorator to all my actions, including a static menu in a div. So something like menuitem 1 menuitem 2 menuitem 3 What I want to do is make that menu build dynamically to have, in spirit: I have my

Re: What is the struts way to create a navigation menu?

2008-08-27 Thread laredotornado
% } if(allowedTasks!=null && allowedTasks.contains(IMConstants.taskAdmin) || allowedTasks.contains(IMConstants.taskManageGroups)) { %> -1 ? "menuLinkSelected" : "menuLink" %>" href=

Re: What is the struts way to create a navigation menu?

2008-08-27 Thread Dave Newton
--- On Wed, 8/27/08, laredotornado wrote: > Using pre-Struts 2 [...] You mean... Struts 1? > what is the preferred method of creating a navigation menu? There's Struts Menu, and a million other menu techniques. I know of no "preferred way"; it just depends on what you

What is the struts way to create a navigation menu?

2008-08-27 Thread laredotornado
Hi, Using pre-Struts 2, what is the preferred method of creating a navigation menu? I have something that looks like this -- http://screencast.com/t/xmVBY9Te and the desire is that as I click on each nav item it takes me to my page of choice while styling the current menu selection differently

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 >

Re: Using Menu Links In Tiles2 + Struts 2

2008-07-08 Thread Lukasz Lenart
Hi, I'm not sure what the problem you have, links in your menu should be mapped to apropreciated actions and those actions should have defined result type tiles with defined tile's name in tiles.xml configuration. Regards -- Lukasz http://www.len

Re: Using Menu Links In Tiles2 + Struts 2

2008-07-07 Thread Antonio Petrelli
2008/7/8 DEEP JADHAV <[EMAIL PROTECTED]>: > > I am using tiles 2 in struts 2 and I have configured it. I created one > layout containing title,menu,body and footer regions and in each > region I inserted tiles(jsp's). > In menu region I have list of menu links and I want

Re: Using Menu Links In Tiles2 + Struts 2

2008-07-07 Thread DEEP JADHAV
I am using tiles 2 in struts 2 and I have configured it. I created one layout containing title,menu,body and footer regions and in each region I inserted tiles(jsp's). In menu region I have list of menu links and I want 'body' region of layout to be rendered corresponding to the li

Re: Using Menu Links In Tiles2 + Struts 2

2008-07-07 Thread Lukasz Lenart
Hi, Could you provide some more details, maybe some examples? Right now I don't know what kind of problem you have. Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Using Menu Links In Tiles2 + Struts 2

2008-07-07 Thread DEEP JADHAV
Hi everybody, I want list of links in menu region of my layout and I am not getting how to configure it for rendering body region corresponding to particular link. If anybody can solve plz reply..!! Thanks in advance. -- View this message in context: http://www.nabble.com/Using-Menu

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: [S2] Menu Tag Library struts-config.xml problem.

2008-04-06 Thread sassien
oh, I thought it was talking about upgrading from struts 1.x to 2.x using struts-menu... All right then, I'll try to follow the "using struts menu outside of Struts" docmentation... thanks, sassien Laurie Harper wrote: > > That's talking about upgrading from 1.x to 2

Re: [S2] Menu Tag Library struts-config.xml problem.

2008-04-03 Thread Laurie Harper
That's talking about upgrading from 1.x to 2.x of Struts Menu isn't it? I had a quick look at their Getting Started docs, and I think you would want to follow the "Using Struts Menu outside of Struts" documentation. The only thing I see that's Struts 1 specific is the

Re: [S2] Menu Tag Library struts-config.xml problem.

2008-04-03 Thread sassien
Of course, but in this page there is a section "To upgrade from Struts Menu 1.x to Struts Menu 2.x"... So I guess it should work with this. I wouldn't have even tried if there hadn't been this section... Anyway, I think someone managed already, and I would like to know how to

Re: [S2] Menu Tag Library struts-config.xml problem.

2008-04-02 Thread Dave Newton
I don't know about S2/Struts-Menu integration, but I guarantee you that blindly following instructions for an S1 application has no chance of working in a typical S2 application. Dave --- sassien <[EMAIL PROTECTED]> wrote: > > Hello all, > > I am used to JSF, and,

[S2] Menu Tag Library struts-config.xml problem.

2008-04-02 Thread sassien
Hello all, I am used to JSF, and, trying to learn how to handle struts 2, I noticed that there is no integrated tag to create menus (like richFaces, for example). So I found this library: "Struts-menu", which had initially been written for Struts 1. http://struts-menu.sourc

Need help in highlighting a menu item selected!!!!

2008-02-11 Thread poojasreejith
Hi, I am using javascript menu.js to highlight the menu item selected. But the problem is, since I give the link to a url with .do extension (i.e) /HrRecruits/customer/list.do , it doesn't highlight the menu. is there any option to take off the .do, but still it should perform the action

Re: fly-out cross frame menu

2008-01-21 Thread Martin Gainty
From: "Kavita Mehta" <[EMAIL PROTECTED]> To: Sent: Monday, January 21, 2008 4:11 AM Subject: fly-out cross frame menu > Hi, > I have to build a fly out cross frame menu . ...I have come across many > paid products / trial versions but I want to know if struts supports su

fly-out cross frame menu

2008-01-21 Thread Kavita Mehta
Hi, I have to build a fly out cross frame menu . ...I have come across many paid products / trial versions but I want to know if struts supports such development ..and has any tag lib for this . Thanks in advance, Kavita *DISCLAIMER

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
Hi Al. Thank you for your time. Glad to hear that ;) ..So here are a few more targeted questions: 1) how do you integrate? Using Spring or MenuContextListener or else? 2) is there a way to modify the menu links or add/set parameters to the menu links at runtime? Thank you again. Al Sutton

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: CSS / JavaScript menu libraries for Struts 2 Showcase application

2007-08-02 Thread Struts2 Fan
Appfuse uses struts-menu http://struts-menu.sourceforge.net/ James Holmes-2 wrote: > > Anyone know what Matt is using for AppFuse.org? > > Is that the type of menu people would like to see? > > -- View this message in context: http://www.nabble.com/CSS---JavaScript-

Re: CSS / JavaScript menu libraries for Struts 2 Showcase application

2007-08-02 Thread Antonio Petrelli
2007/7/31, Frank W. Zammetti <[EMAIL PROTECTED]>: > is the GPL compatible with the ASL? Absolutely not! Neither for binary releases nor for sources. See: http://people.apache.org/~cliffs/3party.html Antonio - To unsubscribe, e-m

Re: CSS / JavaScript menu libraries for Struts 2 Showcase application

2007-08-02 Thread Rene Gielen
I pretty much like the webfx stuff: http://webfx.eae.net/ They recently changed their license from GPL to ASL2, so no licensing issues here. Note: one of my what-i-would-do-if-i-only-had-time-list point was encapsulating the webfx menu stuff into some s2 tags... Regards, Rene James Holmes

Re: CSS / JavaScript menu libraries for Struts 2 Showcase application

2007-07-31 Thread Frank W. Zammetti
Well, I guess that's that then... dhtmlx components are currently under GPL2. Shame, they're really excellent implementations. Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM/Yahoo: fzammetti MSN: [EMAIL PROTECTED] Author of "Prac

Re: CSS / JavaScript menu libraries for Struts 2 Showcase application

2007-07-31 Thread Musachy Barroso
Whatever it is, it's cool :) musachy On 7/31/07, James Holmes <[EMAIL PROTECTED]> wrote: > Anyone know what Matt is using for AppFuse.org? > > Is that the type of menu people would like to see? > > James > > > On Tue Jul 31 9:10 , James Holmes <[EMAIL P

Re: CSS / JavaScript menu libraries for Struts 2 Showcase application

2007-07-31 Thread James Holmes
Anyone know what Matt is using for AppFuse.org? Is that the type of menu people would like to see? James On Tue Jul 31 9:10 , James Holmes <[EMAIL PROTECTED]> sent: >I'm looking into updating the Struts 2 Showcase application with a new menuing >system so that it is easi

Re: CSS / JavaScript menu libraries for Struts 2 Showcase application

2007-07-31 Thread Dave Newton
--- "Frank W. Zammetti" <[EMAIL PROTECTED]> wrote: > so there's the question: is the GPL compatible with > the ASL? Which versions? GPL < v3 is definitely *not* compatible w/ (AFAICT, anyway) any ASL; I'm not familiar with v3 yet. My *impression* is that v3 is not ASLv2 compatible, but... bette

Re: CSS / JavaScript menu libraries for Struts 2 Showcase application

2007-07-31 Thread Frank W. Zammetti
The single best set of web UI components I've found to date is here: http://scbr.com/docs/products.shtml It includes a menu, tabbar (the single best implementation ever IMO), treeview, grid, toolbar, and others. The dhtmlx* components are well-documented, easy to use, lightweight, fe

Re: CSS / JavaScript menu libraries for Struts 2 Showcase application

2007-07-31 Thread Musachy Barroso
g > system so that it is easier to use. Anyone have any recommendations on > existing > CSS / JavaScript libraries? The library will need to be open source and have a > license that is "compatible" with Struts 2. > > I'd like to hear what type of menu people would

CSS / JavaScript menu libraries for Struts 2 Showcase application

2007-07-31 Thread James Holmes
2. I'd like to hear what type of menu people would like to see as well. Should it be a drop down style? Tabs? It would probably be nice if the menu has a built-in mechanism for breadcrumbs or at least support working with them in some way. All feedback is help

RE: struts menu

2007-07-16 Thread Prashant Desai
Thank you Antonio, yeah, I was referring to tiles-menu, which I had used in 1.0 few years back - but it seems you have some reason to not advise that tiles-menu be used ? I need to implement a good menu in my website.. Last week i tried to implement the menu that is given at the site http

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

sub-Menu in struts

2007-05-17 Thread Viplav Kallepu
Hi, I am using struts 1.3.8. I have menu buttons on the left side of the page. What I have to is when I click the menu a submenu should open below it. Can anyone please help me how to do this in struts without refreshing page. Any help is appreciated. Thanks and Regards Viplav Kallepu

[S2] menu

2007-05-16 Thread Stefano Greco
Hello, there is a way to have menu using tags in Struts2 or we must use external tags libraries? Thanks Stefano - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

Re: Tiles Menu Items

2006-11-09 Thread Elie Ciment
ed to handle more): [The first item in the nested putList will be displayed in the top level menu, all subsequent items will be in the su

Tiles Menu Items

2006-11-09 Thread Elie Ciment
Hi, I have an issue with Struts Tiles putList items. I can get all the items in my jsp page fine, with the links and values for each menu item. The problem is, when I try to nest a putList tag within another one, to attempt to create subMenu functionality. I have no way of retrieving the

Re: AW: AW: Action output in new window without menu/toolbar

2006-09-20 Thread Balwinder
-Ursprüngliche Nachricht- Von: Balwinder [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 20. September 2006 14:04 An: Struts Users Mailing List Betreff: Re: AW: Action output in new window without menu/toolbar Martin Kindler wrote: Thanks, but how do I use it with a form? I have i

AW: AW: Action output in new window without menu/toolbar

2006-09-20 Thread Martin Kindler
Re: AW: Action output in new window without menu/toolbar > > > Martin Kindler wrote: > > >Thanks, > >but how do I use it with a form? > > > >I have in my html-code > > > > > >Martin > > > > > > > >>-Ursp

RE: Action output in new window without menu/toolbar

2006-09-20 Thread Patil, Sheetal
For that u have to go for manually in javascript -Original Message- From: Martin Kindler [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 4:38 PM To: 'Struts Users Mailing List' Subject: Action output in new window without menu/toolbar Hi I am using Struts 1.2.x

Re: AW: Action output in new window without menu/toolbar

2006-09-20 Thread Balwinder
without menu/toolbar Martin Kindler wrote: Hi I am using Struts 1.2.x and try to achieve the following: on a page I have a form whose action calls a Struts action. The result shall be displayed in a new window. No problem so far. But: The new window should have no menu- and

  1   2   3   >