webwork模块调用
1,<@ww.action id="article" executeResult="true" namespace="/blogArticle" name="getNewBlogArticleList"/>
2,
<@ww.action id="cmt" executeResult="true" namespace="/blogArticle" name="getNewCmtList" ignoreContextParams="true">
<@ww.param name="enityName">image</@ww.param>
</@ww.action>
lunzi
2007-06-16 15:54:13
评论:1
阅读:250
引用:0
@2007-08-29 22:58:23 游客
<#list type1.pageSupport.indexes as index>
<#if ((index_index + 1)> (type1.pageSupport.index-3))&&((index_index + 1)<(type1.pageSupport.index))>
<a href="getMoreArticleList.jhtml?startIndex=${index?if_exists}" class="cDFE2C5">${index_index+1}</a>
</#if>
</#list>
[<font color="red">${type1.pageSupport.index}</font>]
<#list type1.pageSupport.indexes as index>
<#if ((index_index + 1)<= (type1.pageSupport.index+3))&&((index_index + 1)>(type1.pageSupport.index))>
<a h
<#if ((index_index + 1)> (type1.pageSupport.index-3))&&((index_index + 1)<(type1.pageSupport.index))>
<a href="getMoreArticleList.jhtml?startIndex=${index?if_exists}" class="cDFE2C5">${index_index+1}</a>
</#if>
</#list>
[<font color="red">${type1.pageSupport.index}</font>]
<#list type1.pageSupport.indexes as index>
<#if ((index_index + 1)<= (type1.pageSupport.index+3))&&((index_index + 1)>(type1.pageSupport.index))>
<a h
