JSP setProperty第一种形式获取不到值
你可能没有写这一句:
<jsp:useBean id="MyUsers" class="com.po.Users" scope="page"/>
实例化JAVABEAN对象了么