Hi.
Currently, and correct me if I'm wrong, in a single PSP page you can
have one "psp method", i.e. an inverse servlet method which is HTML
with embedded code markup, and 0 or more normal methods (the ones
created with <psp:method>). Is there any reason PSP shouldn't be
extended to allow multiple "psp methods"? For example, something like
this:
<%@ page method="writeContent" %>
<ul>
<%
a= 'blah blah blah blah blah'.split()
for b in a:
self.writeListEntry(b)
%>
</ul>
<%@ page othermethod="writeListEntry" params="b" %>
<li> <b><%= b %></b> <a>blah blah more blah</a> </li>
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss