Hi everyone,
I need to incorporate css. files in my jsp pages. At the moment I am having problems doing this. In the webroot path of my project I have placed a folder called “styles” in which I have then placed my css. file, the file being called “admin.css”. In the struts-layout properties I make the following declaration “directory.css = styles”. Then for example, I do the follwing in a jsp page:
<layout:collection
name=”GroupActionForm”
id=”group”
styleClass=”FORM”
property=”groupList”>
However, the style class “FORM” is not applied. Do I have to insert a statement or link or something refering to”admin.css”. This is probably quite simple but I don’t know how this is done.
Thanks for any help,
Ollie