Hi,

I want to create comments inside my JSPs. Esp. I have
some JSPs with in-parameters (get/setAttribute). I include these into
other JSPs. I would prefer to have javadoc comments like in Java
classes so I can use javadoc to create HTML documentation:

/**
 * Some comments about my JSP and its parameters here.
 */
public class MyServletWhichIsAJSP
{
}

But I do not know how this is possible with the JSP technology.
And if that is not possible - what is the best way for comments which
can be easily extracted by a javadoc-like tool? Will Tag-Libraries in
the future have a facility to automate this?

TIA
Bernhard

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to