Tree component in Sun Studio Creator

Hello.

I have a problem with Tree component in Sun Java Studio Creator when i use it.

__

Error:

com.sun.rave.web.ui.appbase.ApplicationException: org.apache.jasper.JasperException: java.net.MalformedURLException: no protocol: /layout/layout.dtd

Please, tell me, how to use this component?

Thank you.

[342 byte] By [whitemikaa] at [2007-10-3 2:21:38]
# 1
> java.net.MalformedURLException: no protocol:> /layout/layout.dtdDid you ever bother to read the error message? It tells you what's wrong, and it tells you how to fix it."/layout/layout.dtd" is not a valid URL. Fix that.
CeciNEstPasUnProgrammeura at 2007-7-14 19:20:36 > top of Java-index,Java Essentials,New To Java...