Hi,
I attempted to create a camino project involving many
pre-existing JSP files. This has lead me to observe the
following problems.
1. Camino does not seem able to parse scriptlets like this:
"<%= something %>"
2. It expects all JSP files to be complete pages, with a <body> and </body>
tags.
Some of our JSP files are not complete pages, but are intended to included
by other
JSP files.
3. It is not possible to re-open a project properly if it is subject to any
such JSP parsing
errors.
Thanks,
Vaughan Jackson.