TURN OFF HTML EMAIL!
on 3/13/01 9:41 AM, "McKenzie, Kevin" <[EMAIL PROTECTED]> wrote:
> I'm not running Tomcat. :-)
Did you even look at the URL that I sent?
> It is a Collection of EbiDocument objects, which extends
> EbiDirectoryEntry:
>
> Method Summary
> java.lang.String getID() Get the ID of the Directory Entry.
> java.lang.String getKey() Get the key representing this entry in the
> directory list.
> java.lang.String getName() Get the name of the Directory Entry.
> java.lang.String getURL(boolean encode) Get the URL of the Directory
> Entry.
> boolean isDirectory() Determine whether the entry is a directory.
> void setName(java.lang.String name) Set the name of this entry to a new
> value.
So, then that should work.
> I searched the mail archives but could not find any relevant
> information on debugging.
> Can anyone point me in the right direction?
There isn't much to debug other than looking in the log file.
There are also several variables you can add to your velocity.properties
file...they are documented here:
./src/java/org/apache/velocity/runtime/defaults/velocity.properties
As well as on the website:
http://jakarta.apache.org/velocity/developer-guide.html
The documentation for Velocity is quite good. I suggest that you read it.
> I got my code working
Uh. What was the problem?
-jon