The ucRenderUserPopup method can return a new displayVal string. This will replace the string that ExtraView was to render with the string value returned by this method.
Field Rendering Methods
public String ucRenderUserPopup( SesameSession session, String pGlobal, String fieldName, String layoutType, String selectedVal, String[] vals, HashMap selectedVals, HashMap attributes, int row, boolean multiple)
public String ucRenderUserPopup(SesameSession session, String pGlobal, String fieldName, String layoutType, String selectedVal, String[] vals, HashMap selectedVals, HashMap attributes, int row, boolean multiple) { return null; }