jeremy@apache.org wrote:
>
> + * + * name="myproject"
> + * class="org.apache.cocoon.components.modules.input.ProjectPathModule">
> + * my/project/
> + *
> + * Using 'projectpath:path' would have given you: /some/folder/page.html
> + * Using 'projectpath:folder' would have given you: /some/folder/
Umm, bugs in javadoc? Should it be:
+ * Using 'myproject:path' would have given you: my/project/path
?
Vadim