Facing problem with Time stamp

Hello,

I need a help. I have a requirement, where I have to change the image of a label from "Tradeable" to "Non tradeable" after 15 seconds.

Can anyone please tell me how can I implement it. I am using JSF in my screen.

Thanks & Regards,

RD

[276 byte] By [rnDa] at [2007-11-27 10:43:42]
# 1

Check out the JavaScript pages for a solution. you should be able to load both images into div tags where one is visible and the other hidden. Using a JavaScript time you should then be able to swith the visibilities after a set time has passed. The only problem I for see is some time the page space can be thrown off when you hide and show div tags.

tolmanka at 2007-7-28 20:01:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

Thanks for your suggestion,

But i am actually looking for soem pure java base solution. Can anyone plz give me.

rnDa at 2007-7-28 20:01:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...