Fix for JDK1.2.2/Tomcat3.2

(can't find beanInfo for interfaces which extend other interfaces)
This commit is contained in:
Sam Ruby 2000-07-09 04:09:47 +00:00
parent 423d9f3868
commit 5c13954eed

View File

@ -7,7 +7,7 @@
<h3>Request Parameters Example</h3>
Parameters in this request:<br>
<?php
$e = $request->parameterNames;
$e = $request->getParameterNames();
if (!$e->hasMoreElements()) {
echo "No Parameters, Please enter some";