phoebeching
04-12-2007, 08:06 PM
Hi Good day,
<% String sDepartment = "";
sDepartment = infobean.getDEPARTMENT();
if (sDepartment == "AD")
out.write(sDepartment);
else
out.write("Anything");
%>
I was able to retrieve the data for sDepartment but the comparison was not successfully compared. I already trim the sDepartment and set it to capital letter but it still not working. I did a testing by creating a constant and do a comparison and it works.
Can someone help? Thanks in advanced.
phoebe.
<% String sDepartment = "";
sDepartment = infobean.getDEPARTMENT();
if (sDepartment == "AD")
out.write(sDepartment);
else
out.write("Anything");
%>
I was able to retrieve the data for sDepartment but the comparison was not successfully compared. I already trim the sDepartment and set it to capital letter but it still not working. I did a testing by creating a constant and do a comparison and it works.
Can someone help? Thanks in advanced.
phoebe.