我已经将RichFaces演示逐字放在了index.jsp页面中。由于演示没有提供任何支持此源代码的支持bean代码,因此我在panelMenu.java中创建了这些方法
public void updateCurrent(String n) {
logger.info("updateCurrent called with " + n);
setCurrent(n);
}
public String getCurrent() {
return current;
}
public void setCurrent(String c) {
curr
我需要添加一些按钮在救生筏的码头酒吧,我不太确定哪个jsp文件是一个。我在/html/taglib/aui/nav_item/end.jsp中添加了这些按钮
结果:身份验证前: dockbar很酷
after authentication: not cool
救生筏-版本:救生筏-门户-6.2-ce-ga2 tomcat-版本: tomcat-7.0.42
我有一个使用"IceFaces“构建的用户界面。并将其部署在使用"LifeRay“构建的门户上。UI应用程序有时会自动从门户中取消部署。日志显示以下错误消息:
javax.servlet.ServletException: java.lang.Exception: javax.faces.FacesException: Problem in renderResponse: /main.jsp Not Found in ExternalContext as a Resource
at com.icesoft.faces.webapp.http.servlet.Ma
当我在Androäd上部署一个war on jetty应用程序时,我得到了这样的消息:
HTTP ERROR 500
Problem accessing /index.jsp.
Reason:
JSP support not configured
如何在Andro JSP上配置Jetty应用程序以接受JSP?