Dear All:
 
Always throw the following exception
org.apache.jasper.JasperException: Cannot find bean aa in any scope
 
 
Here's the code
< %
//Here's add some logic to cater the new request
//Search the record by the server name
RoleDB rdb = new RoleDB();
Role[] roles= rdb.getRole(request.getRemoteUser());
rdb.close();
ServerDB sdb = new ServerDB();
Recorder[] serverNames = sdb.getRecorderList(roles);
request.setAttribute("qq",serverNames);
out.println("total recorder:" + serverNames.length);
sdb.close();
%>
 
< body >
 
  < logic:iterate id="aa" name="qq" type="IAD.Bean.Recorder">
   < bean:write name="aa" property="name"/>
  < /logic:iterate>
 
 
Any suggestion
 
Best regards.
 
                MaFai
                [EMAIL PROTECTED]
                2004-09-14
                34955929
 
 
 
 


= = = = = = = = = = = = = = = = = = = =
 
Best regards. 
 
                MaFai
                [EMAIL PROTECTED]
                2004-09-14
                34955929
 
 
             

Reply via email to