• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Can struts block my css Stylesheet?

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi i would appreciate any suggestions, this is the prob:

I was using the tag <s:file and suddenly my webapp lost the css format, all pages have lost it, ive return the struts.xml to the old version, upload only the basic libraries and restart tomcat and still is not working.

I really donĀ“t know what to do instead of cutting my veins.

I edit:

Css file is reacheable, and all code is perfect, seems to be something about struts 2 or tomcat
 
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check at the browser. Is the link element correct in the rendered HTML?
 
Javier Angulo
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes is correct it reaches the .css file
 
Javier Angulo
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
is so weird because some parts of the css works perfect but all positions are wrong this is the page www.tiestime.com/ttime
 
Marshal
Posts: 28226
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I followed that link and it all looks just fine to me. All of the CSS files were downloaded and (as far as I can see) are working. The only 404 I see is for this URL: http://www.tiestime.com/ttime/resources/imgs/footer-logo.png.
 
reply
    Bookmark Topic Watch Topic
  • New Topic