added "Find Users," including back-end functionality and some bugfixes

This commit is contained in:
Eric J. Bowersox
2003-05-31 02:27:09 +00:00
parent 4f62066e6b
commit 3fa600206e
25 changed files with 1053 additions and 11 deletions

View File

@@ -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);