[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Cannot make functions in JSP?????
- To: gnujsp@career.gjt.org
- Subject: Cannot make functions in JSP?????
- From: Nicolás Lichtmaier <nick@debian.org>
- Date: Mon, 13 Sep 1999 23:57:10 -0300
- Mail-followup-to: gnujsp@career.gjt.org
- User-agent: Mutt/1.0pre2i
What if I need to create a similar table all the time in a page. Well, I
make a method.. with <script runat=server> (or the new jsp1.1 method). But
if I do that I loose the ability to write HTML and have the JSP engine
convert it to Java for me...! How can I do?
Is this a flaw in the JSP spec?