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
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 to sitemesh, the action is the decorated page, not the decorator, etc.), I just did it and it worked. It wasn't until later that I thought maybe

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