Code:
Vector v = new Vector(); v=ctx.getAdminrole().getAttributeMultivalue();
Now i want to use the strings one by one for comparison.
So what type of code or loop i have to use to fetch the values stored in vector.
Any pointers in this regard will be very helpful
Comment