Author: konstantin.mishin
Date: 2008-02-25 12:42:21 -0500 (Mon, 25 Feb 2008)
New Revision: 6330
Modified:
trunk/sandbox/samples/sortingFilteringDemo/src/main/webapp/pages/index.jsp
Log:
update demo
Modified: trunk/sandbox/samples/sortingFilteringDemo/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/sandbox/samples/sortingFilteringDemo/src/main/webapp/pages/index.jsp 2008-02-25
17:41:02 UTC (rev 6329)
+++ trunk/sandbox/samples/sortingFilteringDemo/src/main/webapp/pages/index.jsp 2008-02-25
17:42:21 UTC (rev 6330)
@@ -9,7 +9,7 @@
<body>
<f:view>
<h:form>
- <dt:dataTable value="#{jiraService.channel.issues}"
var="issue">
+ <dt:dataTable value="#{jiraService.channel.issues}"
var="issue" rows="10">
<dt:column filterBy="#{issue.key.value}">
<f:facet name="header">
<h:outputText value="Key"></h:outputText>
Show replies by date