Skip to content

Instantly share code, notes, and snippets.

@zeromancer1972
Created January 28, 2018 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeromancer1972/57e797a47e524825b808b80a644e6106 to your computer and use it in GitHub Desktop.
Save zeromancer1972/57e797a47e524825b808b80a644e6106 to your computer and use it in GitHub Desktop.
xspeditorfail1
<?xml version="1.0" encoding="UTF-8"?>
<xp:view
xmlns:xp="http://www.ibm.com/xsp/core">
<xp:panel
id="panel1">
<xp:viewPanel
rows="30"
id="viewPanel1">
<xp:this.facets>
<xp:pager
partialRefresh="true"
layout="Previous Group Next"
xp:key="headerPager"
id="pager1">
</xp:pager>
</xp:this.facets>
<xp:this.data>
<xp:dominoView
var="view1"
viewName="all">
</xp:dominoView>
</xp:this.data>
</xp:viewPanel>
<xp:eventHandler
event="onClientLoad"
submit="true"
refreshMode="norefresh">
<xp:this.action><![CDATA[#{javascript:alert("foo")}]]></xp:this.action>
</xp:eventHandler>
</xp:panel>
</xp:view>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment