为了账号安全,请及时绑定邮箱和手机立即绑定

提交后跳转就会报错,怎么回事







<body>

   <jsp:useBean id="myUser1"class="com.po.Users" scope="page"/>

    <h1>setPropert动作元素</h1>

    <!--根据表单自动匹配所有的属性  -->

      <jsp:setProperty name="myUser1" property="*"/>

               用户名:<%=myUser1.getUsername()%>

                 密码:<%=myUser1.getPassword() %>


Servlet.service() for servlet [jsp] in context with path [/JavaBeansDemo] threw exception [/dologin.jsp (line: 24, column: 48) The JSP specification requires that an attribute name is preceded by whitespace] with root cause

org.apache.jasper.JasperException: /dologin.jsp (line: 24, column: 48) The JSP specification requires that an attribute name is preceded by whitespace


正在回答

1 回答

举报

0/150
提交
取消

提交后跳转就会报错,怎么回事

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信