How to compare strings in jsp?
807603Feb 8 2008 — edited Feb 8 2008I want to compare a string str with the values in drop down menu, if it equals I want some operation to be done..
I have tried all kinds of methods, substring , equals , compareto everything I tried to trim the strings but no luck
Can anybody help me...