Re: Dynamic include of a CSS stylesheet

2008-09-03 Thread Chris Pratt
es not endorse distribution to any party other than intended recipient. > Sender does not necessarily endorse content contained within this > transmission. > > > > From: [EMAIL PROTECTED] > > To: user@struts.apache.org > > Subject: Re: Dynamic include

Re: Dynamic include of a CSS stylesheet

2008-09-03 Thread Jeromy Evans
Al Sutton wrote: Any reason not to use; or did I miss something? Al. That had never occurred to me! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Dynamic include of a CSS stylesheet

2008-09-03 Thread Al Sutton
Any reason not to use; or did I miss something? Al. Dave Newton wrote: --- On Wed, 9/3/08, Martin Gainty wrote: I'd be worried if that test failed. Dave - To unsubscribe, e-mail: [EMAIL PROT

RE: Dynamic include of a CSS stylesheet

2008-09-03 Thread Dave Newton
--- On Wed, 9/3/08, Martin Gainty wrote: > I'd be worried if that test failed. >href="${pageContext.request.contextPath}/css/main.css"> Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

RE: Dynamic include of a CSS stylesheet

2008-09-03 Thread Martin Gainty
distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: Re: Dynamic include of a CSS stylesheet > Date: Wed, 3 Sep 2008 14:02:10 +0300 >

Re: Dynamic include of a CSS stylesheet

2008-09-03 Thread Jeromy Evans
Roger wrote: I often use: where ${initParam.css} refers to an init param in web.xml (useful if it needs to change with the deployment, such as a version number) Could you point me at some code examples on how to set this up. I've a need to load a different style sheet depending upon

Re: Dynamic include of a CSS stylesheet

2008-09-03 Thread Roger
> > I often use: > > > href="${pageContext.request.contextPath}/css/main.css"> > > > where ${initParam.css} refers to an init param in web.xml (useful if it > needs to change with the deployment, such as a version number) > Could you point me at some code examples on how to set this up. I've a

Re: Dynamic include of a CSS stylesheet

2008-09-02 Thread Jeromy Evans
Alexander Baetz wrote: Hi, ok, this is not really a struts question but we came to it while creating tiles pages. it might be that i'm thinking wrong. scenario: in writing a tiles template. there i want to include an external stylesheet x. when an action (domain/namespace/myAction.action) is

Dynamic include of a CSS stylesheet

2008-09-01 Thread Alexander Baetz
Hi, ok, this is not really a struts question but we came to it while creating tiles pages. it might be that i'm thinking wrong. scenario: in writing a tiles template. there i want to include an external stylesheet x. when an action (domain/namespace/myAction.action) is executed the result cr