English 中文(简体)
丰富数据 清单
原标题:rich:dataList pagination?

我知道你可以使用<代码><rich:datascroller>。 当你想在<条码>查询时; 表>。 但是,有关<条码>和带的是什么?rich:dataList>或<rich:dataOrderedList>? 是否有任何机制对这些组成部分进行解释? 或者,我是否必须按手法行事?

最佳回答

http://docs.jbos.org/richfaces/latest_3_3_X/en/devguide/html/rich_datascroller.html” rel=“nofollow noreferer”><rich:datascroller> 仅与<代码><rich:data 表>。 因此,我假定它与大多数迭代tag子合作——尝试。

如果出于某种原因,你可以很容易地采用表格(有适当的表格)重新列出名单。

问题回答

It would be very easy to build your own dataScroller. You can use the first and rows attributes on the <rich:dataList> component.

为了完成这项任务,你必须做的是写一个信条,处理属性价值。

<rich:dataList id="myList" first="#{dataScrollerBean.first}" rows="#{dataScrollerBean.rows}">
<a4j:commandButton action="#{dataScrollerBean.prev}" value="< Prev" reRender="myList"/>
<a4j:commandButton action="#{dataScrollerBean.next}" value="Next >" reRender="myList"/>




相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

How can i update div continuously

I have asp.net application where i have a div which showing the value from other site. The value of that site is changing continuously. I want that my div will automatically update in some interval ...

热门标签