• 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

DisplayTag works but without colors!?

 
Ranch Hand
Posts: 755
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi guys,

I'm using the displayTag library from: http://displaytag.sourceforge.net/11/install.html

I'm able to see the table on the jsp page (code below) but for some reason, there're no graphics (colors and borders in the table) and it looks empty!

I tried to set it to the look and feel of ITS:
http://displaytag.homeip.net/displaytag-examples-1.1/example-styles.jsp?class=its

but...nothing :-(

any idea?
Thanks

 
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am also having the same problem. Please help
 
Sivaraman Lakshmanan
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I got it. I just linked the screen.css file to my JSP and it showed the graphics.
 
Peter Primrose
Ranch Hand
Posts: 755
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
mmm...

I'm still working on it :-(

could you tell me:

1. Where exactly did you put screen.css file - is it the same below?
2. could you kindly send the jsp code that worked for you?

THANKS!


SCREEN.CSS
 
Sivaraman Lakshmanan
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Add the below line to your JSP page and put the screen.css file inside the css folder. This should work.

 
Peter Primrose
Ranch Hand
Posts: 755
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
FINALLY!!!
ok, I was missing some css files :-(
* in particular the displayTag.css HA!

anyway, it's working...thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic