[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

Cannot make functions in JSP?????



 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?