摘要:
今天又搞了下jsp +servlet 的代码样例,感觉虽然搭了好多次,可是每次还是不记得那些参数,都要去网上搜索,索性自己把这次的简单demo给记录下来,供下次使用的时候直接复制吧。这个web逻辑 input.jsp ---->ReportServlet -->output.jsp (在servlet中输入值,将参数传递到output.jsp中)整个文档目录结构如下:相关代码如下:input.jsp:Insert title here seller_id from_date: end_date: output.jspInsert title here resu... 阅读全文
摘要:
转载于 http://stackoverflow.com/questions/12203657/jsf2-myfaces-xhtml-modifications-do-not-affect-until-tomcat-restartMyFaces uses different Facelets caching algorithms than Mojarra and does it more agressively.You need to set the javax.faces.PROJECT_STAGE context parameter in web.xml to Development to 阅读全文