but been thrown in the deep end a bit with some
JSF stuff!
Can anyone please tell me how to
test for a
string in the following example instead of a int?
<h:graphicImage value="/images/Flag.gif" rendered="#{line.status.ID == 2}"/>
I need to check if line.status = "TEST STRING" then & only then display the image?
thanks ever so much in advance, will sit down when time & learn it properly!