Re: Cascading style sheets and tomcat

2007-04-18 Thread Johnny Kewl
" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, April 18, 2007 1:56 AM Subject: Re: Cascading style sheets and tomcat I guess I'm glad I don't use any of that stuff, then ;-D I only have two different styles in my app: data-entry pages and

Re: Cascading style sheets and tomcat

2007-04-17 Thread David Kerber
: "Tomcat Users List" Sent: Tuesday, April 17, 2007 10:51 PM Subject: Re: Cascading style sheets and tomcat David-- I would suggest incorporating style and or styleClass and errorStyle and or errorStyleClass attributes which derive from supplied CSS If your thinking MVC (and Struts specif

Re: Cascading style sheets and tomcat

2007-04-17 Thread Johnny Kewl
o: "Tomcat Users List" Sent: Tuesday, April 17, 2007 11:15 PM Subject: Re: Cascading style sheets and tomcat True but if the css file is used throughout the site, it's fetched once using on the first page view. Every page view after that will just check status, using

Re: Cascading style sheets and tomcat

2007-04-17 Thread Johnny Kewl
I've used css in JSP files no problem javascript also no problem - Original Message - From: "David Kerber" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, April 17, 2007 9:43 PM Subject: Cascading style sheets and tomcat Can I use .css files with .jsp's, particula

Re: Cascading style sheets and tomcat

2007-04-17 Thread Johnny Kewl
Message - From: "Martin Gainty" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, April 17, 2007 10:51 PM Subject: Re: Cascading style sheets and tomcat David-- I would suggest incorporating style and or styleClass and errorStyle and or errorStyleClass att

Re: Cascading style sheets and tomcat

2007-04-17 Thread Johnny Kewl
cat is very good ;) - Original Message - From: "David Smith" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, April 17, 2007 10:23 PM Subject: Re: Cascading style sheets and tomcat Given that jsps are seen on the client as HTML files, yes -- all you want. I would

Re: Cascading style sheets and tomcat

2007-04-17 Thread David Smith
Given that jsps are seen on the client as HTML files, yes -- all you want. I would go further and say it's encouraged as the primary means of decorating your pages. Just do something like this in your jsp to make sure the css is always found: href="${pageContext.request.contextPath}/path/to

Re: Cascading style sheets and tomcat

2007-04-17 Thread David Smith
o the server .. u c tomcat is very good ;) - Original Message - From: "David Smith" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, April 17, 2007 10:23 PM Subject: Re: Cascading style sheets and tomcat Given that jsps are seen on the cl

Re: Cascading style sheets and tomcat

2007-04-17 Thread Martin Gainty
destroy the original message without making a copy. Thank you. - Original Message - From: "Johnny Kewl" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, April 17, 2007 4:09 PM Subject: Re: Cascading style sheets and tomcat I've used

Re: Cascading style sheets and tomcat

2007-04-17 Thread David Kerber
Thanks! David Smith wrote: Given that jsps are seen on the client as HTML files, yes -- all you want. I would go further and say it's encouraged as the primary means of decorating your pages. Just do something like this in your jsp to make sure the css is always found: href="${pageContex