问题:

1:

An error occurred at line: 6 in the generated java file
Only a type can be imported. com.baidu.ueditor.ActionEnter resolves to a package

An error occurred at line: 11 in the jsp file: /jsp/controller.jsp
ActionEnter cannot be resolved to a type
8: 
9:  String rootPath = application.getRealPath( "/" );
10: 
11:  out.write( new ActionEnter( request, rootPath ).exec() );
12: 
13: %>

 解决方式:http://bbs.csdn.net/topics/391000899

相关文章:

猜你喜欢
  • 2022-12-23
  • 2021-10-01
  • 2021-06-23
  • 2021-11-22
相关资源
相似解决方案