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:
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
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
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
>> 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
> 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
> 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
> 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
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
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
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,
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
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
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
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
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
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
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
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
--- 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
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
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
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
--- 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
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
--- 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");
>/
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
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
: 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
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
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
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
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
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
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
%
}
if(allowedTasks!=null &&
allowedTasks.contains(IMConstants.taskAdmin) ||
allowedTasks.contains(IMConstants.taskManageGroups)) {
%>
-1 ? "menuLinkSelected" : "menuLink" %>"
href=
--- 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
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
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
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
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
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
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 :( :( :(
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
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]
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
>
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
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
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
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
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
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:
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
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,
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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]
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
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-
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
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
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
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
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
--- "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
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
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
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
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
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
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
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
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
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
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
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
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
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
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]
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
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
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
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
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
-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
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
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
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 - 100 of 217 matches
Mail list logo