In the following code. I am collecting the data from DB n i am displaying.
All this stuff in JSP. That JSP page is refreshed for every 5 seconds. Here
my intention is, i want to show the value 'Available' when breakstatus=1. If
the breakstatus = 2 it show the time(difference between current time and the
time when he started to take break, that means spend time). If that time
exceeded to more than 15 mins. The background color will be changed to red
for the property 'status'.

Kindly find the solution for this one. Pls suggest me.


select * from breakdetails where loginstatus=1 and breakstatus !=0 and TL!=
'Default' and TL!='B. SHASHANK' order by tl










-- 
View this message in context: 
http://old.nabble.com/Kindly-provide-the-solution-for-my-project.-I-am-not-able-to-solve-since-one-month.-tp26679829p26679829.html
Sent from the DisplayTag - General mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to