• 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

weird problem..new html wouldn't show

 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I have a MVC application..it contains a html page..everything is working fine..but if i want to change the background color of the html page, it still shows the old settings.i'm testing it on WSAD5.1..I can change the font colors but not the background..My code is correct..any suggestions??. thanks for your help.
 
Ranch Hand
Posts: 1087
Oracle Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
problem doesn't seems to be related with WSAD.

Did you try to check after deleting history of your browser.
 
aliya sharma
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yeah i did that..deleted html file from the history but still its showing me the same thing..Could you please look at my other question in this forum and guide me..I'd really appreciate that.

Aliya
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have similar problem with Apache/WAS setup on Windows 2000 machine. My static published content (from Dreamweaver) doesn't appear until after approx 60 seconds.

I'm thinking its gotta be some kind of refresh timer setting somewhere but where?

Rob Mitchell rob@baseclasstech.com
 
aliya sharma
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My problem is say i have a JSp page and i set the background to "green" ( i know bad choice!). It doesn't show the background color. BUt if i submit the form in it, it displays the result on the same page(thats how i coded it), but this time it shows the background color. I even tried just creating a simple html file and setting the background color to something, still didn't work..I'm usnig WSAD 5.1 test enviornment on windows XP
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I think your propblem lies in the JSP cache then. You can find it in the .metadata directory (just search for the name of your web project) and delete the cache. That is, the classes with the same name as your JSP files.

Grtz,

Endy
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic