CSS and Struts

2003-11-12 Thread Ipsita
Hi, I have an application which I want to change to a struts application. All the jsps have css applied. How do I apply the same css if I use html:text property=/ instead of input type=text name= class= Where do I put the css? Thanks in advance -- http://www.fastmail.fm

RE: CSS and Struts

2003-11-12 Thread Manjunath Bhat
html:text property= styleClass=... / -Original Message- From: Ipsita [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 9:16 AM To: Struts Users Mailing List; Struts Users Mailing List Subject: CSS and Struts Hi, I have an application which I want to change to a struts

RE: CSS and Struts

2003-11-12 Thread Ipsita
Users Mailing List Subject: CSS and Struts Hi, I have an application which I want to change to a struts application. All the jsps have css applied. How do I apply the same css if I use html:text property=/ instead of input type=text name= class= Where do I put

Re: Using CSS with struts jsp's

2002-01-24 Thread Martin Fekete
PROTECTED] Sent: Thursday, January 24, 2002 4:27 AM Subject: Re: Using CSS with struts jsp's You can use the html:base tag, and then use relative referneces to stylesheets and other assets. Though, I'm thinking we could really use a tag for specifying stylesheets, since the relative

RE: Using CSS with struts jsp's

2002-01-24 Thread David Bolsover
Hi Why is everyone making this so difficult? !-- @import ./styles/style.css; -- works fine! David Bolsover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 24 January 2002 02:48 To: Struts Users Mailing List Subject: Using CSS with struts jsp's Hi, I am

Using CSS with struts jsp's

2002-01-23 Thread Nitish . Naharas
Hi, I am trying to use CSS with my JSP pages but CSS does not seem to be reachable. It works when I bring up the jsp's by themselves but when invoked through an action, the page does not display with correct fonts. The jsp code I am using is: ___ %@ page

RE: Using CSS with struts jsp's

2002-01-23 Thread matthewr
try using absolute paths... i.e. LINK REL=stylesheet HREF=/css/bowb_style.css TYPE=text/css -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, 24 January 2002 13:48 To: Struts Users Mailing List Subject: Using CSS with struts jsp's Hi, I am trying

Re: Using CSS with struts jsp's

2002-01-23 Thread Ted Husted
You can use the html:base tag, and then use relative referneces to stylesheets and other assets. Though, I'm thinking we could really use a tag for specifying stylesheets, since the relative references can get to be a pain. The idea being you could specify a context relative path, and the tag

error regarding invoking css from struts-template

2001-06-08 Thread Chuck Amadi
Hi, am i correct that the struts- template is a webapp and can i physically move it's content to my struts-bbnpa thus move it up to where tomcat is looking.Thus if this correct must i then constantly only refer to content in my web app named struts-bbnpa. Cheers chuck -- The views expressed by

Re: error regarding invoking css from struts-template

2001-06-08 Thread Ted Husted
There is a sample Web app that demonstrates how to use the struts-template tags, but you don't need to deploy that with your applicaton. Struts-template is one of the custom tag libraries, like bean, html, and logic. All you just need is the stuts-template.tld, same as any of the others. The