* attribute name
* @param attributeValue
* attribute value
*/
public void setLookupAttribute(String attributeName, String attributeValue) {
AttributeModifier attributeModifier = new AttributeModifier(
attributeName, true, new Model(attributeValue));
lookupLink.add(attributeModifier);
}