How to Pass inputText values From datatable
How to Pass inputText values From datatable
ashrafshaida
Posts: 1Questions: 0Answers: 0
Hi Friends,
I am facing a problem using JSF datatable . I have a datatable inside datatable there is inputtext box. I want to do font color. It's working like this onkeyup="this.style.color=(this.value<40)?'red':'green' This javascript is implemented in every inpute text box
It's cheking condition less than 40 it will be red color or else green color But when page is getting refereshed this condition is failed. means it's only displaying one color. So kindly any body know this how to resolve this issue... even page referesh . i will be thanks to him It's urgent so please help
Thanks in Advance
I am facing a problem using JSF datatable . I have a datatable inside datatable there is inputtext box. I want to do font color. It's working like this onkeyup="this.style.color=(this.value<40)?'red':'green' This javascript is implemented in every inpute text box
It's cheking condition less than 40 it will be red color or else green color But when page is getting refereshed this condition is failed. means it's only displaying one color. So kindly any body know this how to resolve this issue... even page referesh . i will be thanks to him It's urgent so please help
Thanks in Advance
This discussion has been closed.
Replies