On Tue, 4 Jan 2000, Attili Srinivas wrote:

> Hi,
> Does everything inside the <%   %> tags goes into the _jspService( )method ???
> if not, how can we diffrentiate code(when writing JSP code)  that goes into the
> _jspService( )method  and outside the method(say I want to write another
> function abc())
> Thanks
>  Sri

Use <%! %> to generate code outside the _jspService() method; the syntax
card details this.

-----------------------------------------------------------
Joseph B. Ottinger               [EMAIL PROTECTED]
http://cupid.suninternet.com/~joeo      HOMES.COM Developer
PGP Key is : http://cupid.suninternet.com/~joeo/cherem_pgpk

===========================================================================
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