标题: jsp struts [打印本页] 作者: 一步步 时间: 2013-11-1 16:17 标题: jsp struts <form action="login.do" method="post">
这句代码显示错误为:
Multiple annotations found at this line:
- Cannot return from outside a function or
method.
Cannot return from outside a function or method.
这是怎么回事啊,求大神帮忙,万分感谢。 作者: ∏艾力克斯※ 时间: 2013-11-1 16:43
如果你的开发工具是myeclipse10,请:
在所建立的工程项目中右键单击,找到myeclipse-->Exclude Form Validation单击一下,打上√号,即可看到奇迹出现哦,错误就没了。