Functions JSP

1999-06-21 Thread Anonymous
Hey all, Did anyone try to implement a function within a JSP page? Is this at all possible? Example: % openDBConnection(); % % void openDBConnection() { out.println("Not implemented"); } %

Re: Functions JSP

1999-06-21 Thread Anonymous
Hi, Functions (methods?) can be implemented within the declaration tag %! void myMethod() {} % -- Mun Wai On Mon, 21 Jun 1999, Lukin Konstantin wrote: Did anyone try to implement a function within a JSP page? === To