Links/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="15" id="dataTable1" var="categoryTable"
		value="#{javascript:RetrieveNewNoticeBackingBean.getKeywords()}" style="width:80.0%;background-color:rgb(220,237,237)">
		<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);background-color:rgb(220,237,237);font-weight:bold">
			</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);background-color:rgb(220,237,237);font-weight:bold">
			</xp:pager>
		</xp:this.facets>

		



		<xp:column id="column1">
			<xp:this.facets>
				<xp:label value="Subject" id="topic1" xp:key="header"
					style="font-weight:bold;color:rgb(255,255,128);background-color:rgb(0,64,0);background-repeat:no-repeat;width:250.0px;background-attachment:fixed;height:25.0px;font-size:14pt">
				</xp:label>


			</xp:this.facets>
			
			
			
			
			<xp:link escape="true" text="#{categoryTable.topic}" id="link2"
				title="Testing" value="#{categoryTable.browserURL}">
			</xp:link>



		</xp:column>
		
		


		<xp:column id="column2">
			<xp:this.facets>
				<xp:label value="Category" id="label1" xp:key="header"
					style="font-weight:bold;color:rgb(255,255,128);background-color:rgb(0,64,0);background-repeat:repeat-y;width:254.0px;height:25.0px;font-size:14pt">
				</xp:label>



			</xp:this.facets>
			<xp:text escape="true" id="computedField2"
				value="#{categoryTable.category}" style="color:rgb(64,0,0)">
			</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...