Buttons/Xpages Search Unique Documents (Backing Bean)


<?xml version="1.0" encoding="UTF-8"?>
<xp:view xmlns:xp="http://www.ibm.com/xsp/core">

	<xp:dataTable rows="30" id="dataTable1" var="categoryTable"
		value="#{javascript:RetrieveNewNoticeBackingBean.getKeywords()}" style="width:80.0%;background-color:rgb(217,226,249)">
		<xp:this.facets>
			<xp:pager partialRefresh="true"
				layout="FirstImage PreviousImage SeparatorPage Group NextImage LastImage"
				xp:key="header" id="pager1" for="dataTable1" style="color:rgb(0,64,64)">
			</xp:pager>
			<xp:pager partialRefresh="true"
				layout="FirstImage PreviousImage SeparatorPage Group NextImage LastImage"
				xp:key="footer" id="pager2" for="dataTable1" title="By Category" style="color:rgb(0,64,64)">
			</xp:pager>
		</xp:this.facets>

		<xp:column id="column3">
			<xp:this.facets>
				<xp:label id="label1" xp:key="header"
					style="font-weight:bold;font-family:Arial Black;font-size:14pt;background-color:rgb(192,192,192);color:rgb(128,0,0);width:85.0px;background-repeat:repeat-y"
					for="image1" value="File">
				</xp:label>
			</xp:this.facets>
			<xp:link escape="true" id="link1"
				style="text-align:center;background-position:center center;width:88.0px">
				<xp:this.value>
					<![CDATA[#{javascript:categoryTable.browserURL}]]>
				</xp:this.value>


				<xp:image id="image1" url="/search.gif" alt="View File"
					style="align:center">
				</xp:image>
			</xp:link>


		</xp:column>



		<xp:column id="column1">
			<xp:this.facets>
				<xp:label value="Topic" id="topic1" xp:key="header"
					style="font-weight:bold;font-family:Arial Black;font-size:14pt;background-color:rgb(192,192,192);color:rgb(128,0,0);width:105.0px;background-repeat:repeat-y">
				</xp:label>
			</xp:this.facets>
			<xp:text escape="true" id="computedField3"
				value="#{categoryTable.topic}" style="color:rgb(0,64,64)">
			</xp:text>

		</xp:column>



		<xp:column id="column2">
			<xp:this.facets>
				<xp:label value="Category" id="category1"
					xp:key="header"
					style="font-weight:bold;font-family:Arial Black;font-size:14pt;background-color:rgb(192,192,192);color:rgb(128,0,0);width:137.0px;background-repeat:repeat-y">
				</xp:label>
			</xp:this.facets>
			<xp:text escape="true" id="computedField2"
				value="#{categoryTable.category}" style="color:rgb(0,64,64)">
			</xp:text>
		</xp:column>





	</xp:dataTable>

</xp:view>
All code submitted to OpenNTF XSnippets, whether submitted as a "Snippet" or in the body of a Comment, is provided under the Apache License Version 2.0. See Terms of Use for full details.
No comments yetLogin first to comment...