added "Find Users," including back-end functionality and some bugfixes
This commit is contained in:
@@ -75,6 +75,12 @@ public class StdObject
|
||||
|
||||
} // end if
|
||||
|
||||
public Object getProperty(ObjectProvider obj, String namespace, String name)
|
||||
{
|
||||
return PropertyUtils.getPropertyNoErr(obj,namespace,name);
|
||||
|
||||
} // end getProperty
|
||||
|
||||
public String renderObject(Object obj) throws IOException, RenderingException
|
||||
{
|
||||
BufferTextRenderControl bufctrl = new BufferTextRenderControl(m_control);
|
||||
|
||||
Reference in New Issue
Block a user