Author: ayanul
Date: 2008-03-24 11:10:44 -0400 (Mon, 24 Mar 2008)
New Revision: 7115
Modified:
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp
trunk/test-applications/jsp/src/main/webapp/Skinning/Skinning.jsp
trunk/test-applications/jsp/src/main/webapp/SortingAndFiltering/SortingAndFiltering.jsp
trunk/test-applications/jsp/src/main/webapp/SuggestionBox/SuggestionBox.jsp
Log:
Modified:
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp
===================================================================
---
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp 2008-03-24
15:10:09 UTC (rev 7114)
+++
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp 2008-03-24
15:10:44 UTC (rev 7115)
@@ -34,7 +34,7 @@
</h:panelGrid>
</h:panelGrid>
<rich:scrollableDataTable id="sdt" var="sdt"
rowKeyVar="key" onRowDblClick="alert('row:#{key}')"
- ajaxSingle="#{scrollableDT.ajaxSingle}"
+ ajaxSingle="#{scrollableDT.ajaxSingle}"
rowKeyConverter="#{dataConverter}"
value="#{scrollableDT.data}" rows="#{scrollableDT.rows}"
width="#{scrollableDT.width}" height="#{scrollableDT.height}"
hideWhenScrolling="#{scrollableDT.hideWhenScrolling}"
Modified: trunk/test-applications/jsp/src/main/webapp/Skinning/Skinning.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Skinning/Skinning.jsp 2008-03-24 15:10:09
UTC (rev 7114)
+++ trunk/test-applications/jsp/src/main/webapp/Skinning/Skinning.jsp 2008-03-24 15:10:44
UTC (rev 7115)
@@ -23,17 +23,6 @@
styleClass="#{skinning.commandLink}"></h:commandLink>
<h:panelGroup>
- <h:outputText value="dataTable "></h:outputText>
- <h:inputText value="#{skinning.dataTable}"
onchange="submit();"></h:inputText>
- </h:panelGroup>
- <h:dataTable value="#{dataOrderedList.defaultArr}" var="def"
- styleClass="#{skinning.dataTable}">
- <h:column>
- <h:outputText value="#{def}"></h:outputText>
- </h:column>
- </h:dataTable>
-
- <h:panelGroup>
<h:outputText value="inputSecret "></h:outputText>
<h:inputText value="#{skinning.inputSecret}"
onchange="submit();"></h:inputText>
</h:panelGroup>
Modified:
trunk/test-applications/jsp/src/main/webapp/SortingAndFiltering/SortingAndFiltering.jsp
===================================================================
---
trunk/test-applications/jsp/src/main/webapp/SortingAndFiltering/SortingAndFiltering.jsp 2008-03-24
15:10:09 UTC (rev 7114)
+++
trunk/test-applications/jsp/src/main/webapp/SortingAndFiltering/SortingAndFiltering.jsp 2008-03-24
15:10:44 UTC (rev 7115)
@@ -34,6 +34,7 @@
</h:panelGrid>
<h:panelGrid columns="1" title="4">
<h:outputText
value="selfSorted='#{sortingAndFiltering.selfSorted}'"></h:outputText>
+ <h:outputText value="filterBy"></h:outputText>
</h:panelGrid>
<h:panelGrid columns="1" title="5">
<h:outputText
value="sortOrder='#{sortingAndFiltering.sortOrder}'"></h:outputText>
Modified: trunk/test-applications/jsp/src/main/webapp/SuggestionBox/SuggestionBox.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/SuggestionBox/SuggestionBox.jsp 2008-03-24
15:10:09 UTC (rev 7114)
+++ trunk/test-applications/jsp/src/main/webapp/SuggestionBox/SuggestionBox.jsp 2008-03-24
15:10:44 UTC (rev 7115)
@@ -9,7 +9,7 @@
<br />
</f:verbatim>
<h:inputText value="#{sb.property}" id="text" />
- <rich:suggestionbox id="suggestionBoxId"
eventsQueue="myEventsQueue" ajaxSingle="#{sb.ajaxSingle}"
dir="#{sb.dir}"
+ <rich:suggestionbox id="suggestionBoxId" frame="below"
param="param:#{result.text}" eventsQueue="myEventsQueue"
ajaxSingle="#{sb.ajaxSingle}" dir="#{sb.dir}"
rendered="#{sb.rendered}" requestDelay="#{sb.requestDelay}"
selfRendered="#{sb.selfRendered}" value="#{sb.value}"
for="text"
var="result" fetchValue="#{result.text}"
suggestionAction="#{sb.autocomplete}" width="#{sb.width}"
height="#{sb.height}"
border="#{sb.border}" zindex="#{sb.zindex}"
rules="#{sb.rules}" cellpadding="#{sb.cellpadding}"
@@ -18,6 +18,7 @@
shadowDepth="#{sb.shadowDepth}" selectValueClass="mousemove"
frequency="#{sb.frequency}" nothingLabel="nothingLabel work! "
entryClass="#{style.entryClass}" popupClass="#{style.popupClass}"
popupStyle="#{style.popupStyle}" style="#{style.style}"
styleClass="#{style.styleClass}"
selectedClass="#{style.selectedClass}"
rowClasses="#{style.rowClasses}"
oncomplete="#{event.oncomplete}" onselect="#{event.onselect}"
onbeforedomupdate="#{event.onbeforedomupdate}"
onsubmit="#{event.onsubmit}">
+
<h:column>
<h:outputText value="#{result.city}" />
</h:column>
Show replies by date