- 浏览: 16395 次
- 性别:
- 来自: 上海
最新评论
-
linux.sir:
http://www.zgsteel.cn
需要baidu hi 的朋友请留下baidu号或email -
jimzhao:
zhaoxiaojun_hj@hotmail.com
需要baidu hi 的朋友请留下baidu号或email -
134564:
<#if listBlogPost?exists &am ...
关于freemarker的list 中的NULL问题 -
linux.sir:
原来是过滤器的问题.
wicket中出现中文的乱码
文章列表
我把网站的二级域名的sitemap,与一级域名sitemap向google提交时,一级域名的sitemap没问题,但二级域名的sitemap出错,怎么办?
如何将APACHE当中的一个虚拟主机重写成另一个虚拟主机的子目录 例如 有虚拟主机A <VirtualHost *:80> ServerName www.aaa.com ProxyIOBufferSize 8192 ProxyRequests Off ProxyVia Full ProxyPass / ajp://www.aaa.com:8009/ smax=5 max=20 ttl=120 retry=300 DirectoryIndex index.jsp index.htm index.html index.do index.actoin ErrorLog logs/www.a ...
iBATIS 3.0 Design Whiteboard
(June 12, 2007) Next month, on July 1st iBATIS will officially be 5 years old, and 2.0 alone will be 3 years long in the tooth. It's time, or perhaps overdue that we start designing and implementing the third version. A lot has changed in 5 years, many best practices are ...
用了这几天的时间完成了一个公司速查,可以进行对公司投票和评论的功能.
铝合金公司-铝材公司-铝材加工厂-塑钢公司-门窗公司-门窗厂-门窗加工厂-幕墙公司-门窗幕墙公司-公司速查-企业速查
尽在 中国门窗幕墙在线 (http://www.dwindow.cn) 公司速查 频道!
- 2007-10-25 23:43
- 浏览 1134
- 评论(0)
freemarker 程序如下:
xml 代码
<#list listBlogPost as blogPost>
<DIV style="MARGIN-TOP: 10px">
.............
</DIV>
</#list>
如果 listBlogPost 为NULL 会报错,我要怎么写才能在listBlogPost 为NULL的情况下不会报错?
TOMCAT 5.0
JDK 5.0
代码:
public class CompanyInfoPage extends WebPage {
private static final long serialVersionUID = 7269806986218893064L;
public CompanyInfoPage(){
super();
//HttpServletRequest request=getWebRequestCycle().getWebRequest().getHttpServletRequest();
//H ...