on 7/21/2000 3:34 PM, "Michael Shackleford" <[EMAIL PROTECTED]> wrote:
> java.lang.NullPointerException
> at org.apache.ecs.HtmlColor.convertColor(HtmlColor.java:781)
> at org.apache.ecs.html.Table.setBgColor(Table.java:257)
> at org.apache.jyve.screens.DisplayProjects.doBuild(Compiled Code)
Ok, so it is clear that the color string that is getting passed into
HtmlColor.convertColor from DisplayProjects.doBuild() is a null value. Since
this is something that I think is defined in a properties file, obviously
you are missing that property.
The property that you are missing is:
jyve.display.color.table.background
This is documented in the INSTALL document for Jyve.
-jon
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]