日期:2014-05-19  浏览次数:21609 次

usebean标签undefined type 未定义类型
<jsp:useBean id="category" class="businessBean.GetCategory" scope="session"/>
  <% category.getCategory(); %>
class那块显示undefined type 未定义类型businessBean.GetCategory

------解决方案--------------------
category.getCategory()返回值类型是什么? string? 如果你要显示这个数据,用out.print();试一下