xpages

Using .properties Resource File ResourceBundle in an XPage

雨燕双飞 提交于 2019-12-11 11:57:25
问题 We have data that is fairly static, and we load that data into an XPage for attributes or label names or combo/radio/pull-down dataValues. Using Resource Files in the Resources section is fast and simple EL syntax. But how to dynamically update the data in the Resource File became the challenge. This is how we gotter' done: First, accessing a Resource File containing manually pasted key=value,[n]; paired-data, just to prove we can; we did like this: <xp:this.resources> <xp:bundle src="

Can we bind multiple checkBox controls to a single Domino data field?

懵懂的女人 提交于 2019-12-11 11:38:30
问题 I'm asked to create multiple <xp:checkbox> controls all of them need to be bound to the same Domino data field. If this was an ordinary case I would use a <xp:checkBoxGroup> control, but here the checkboxes need to be spread all over the page. I.e.: there will be <xp:panel> controls between the various <xp:checkbox> instances. So if user selects say the first of three checkboxes the resulting Domino field will contain the value " false " if the " uncheckValue " property is left empty, since

How to get pager back to first page on click event

醉酒当歌 提交于 2019-12-11 10:54:46
问题 I have an xpage with a dynamic view panel named dynamicViewPanel1 which changes depending on the radio button group selection between Views of Cancelled records and Not Cancelled records. The page includes a pager to advance to next pages etc. This all works fine. However, what I want is to have the pager return to the first page when the view is changed via the radio button. I have tried the code below as its all I can find so far on the internet. Basically if a user is on page 2 of the

Xpages falling out of server side cache

孤街浪徒 提交于 2019-12-11 10:46:18
问题 This issue may have to do with a very specific Domino version (see below), so I start with a few technical details: Server in question is a virtualized Windows 2008 R2 64bit machine. Domino release is IBM Domino (r) Server (64 Bit) (Release 9.0.1FP4 HF70 for Windows/64) The latest JVM security patch (9.0.1.4 dated 20150724) is installed. I may be wrong but I feel that the issue started after we installed the latest patches ( FP4 HF70 and JVM ): On an Xpage I have a very simple "Refresh" type

Xpages Calendar View

血红的双手。 提交于 2019-12-11 10:41:31
问题 on my one of my XPages i have to use Calendar view. There is a Notes View. I will use it as XPages Data source then the calendar will Show the data as weekly, Daily and monthly. is there any sample, suggestion? I found this but there is no sample code or the way how to do? https://www.openntf.org/internal/home.nsf/project.xsp?documentId=E78FED69C5D805E0862576C50050D88B Regards C.A. 回答1: Download an ExtLib version from OpenNTF and get the example database " XPagesExt.nsf " from

Domino Web SSO : Invalid username or password was specified

一个人想着一个人 提交于 2019-12-11 10:37:32
问题 I configured a Web sso for my domino server. When I opened the .xsp page, a yellow background HTML log-in form appeared and asked me to type my user name and password. But after I entered the correct user name and password(I'm sure they are correct), this yellow log-in form asked me to type over and over again! I was totally confused. Anybody knows what's the problem? Thanks in advance. 回答1: Check that the hostname specified for the ltpa token in the SSO document matches the hostname you're

onClick Event Banner in Application Layout

风格不统一 提交于 2019-12-11 10:35:11
问题 I have got an application layout with an image as banner. Is it possible to bind an event handler with an onclick event to the image in the banner? <xe:applicationLayout id="applicationLayout1"><xp:this.facets></xp:this.facets> <xp:callback facetName="facetMiddle" id="facetMiddle"></xp:callback> <xe:this.configuration> <xe:oneuiApplication productLogo="/ise_logo.png" productLogoHeight="70px" productLogoWidth="250px"> <xe:this.bannerUtilityLinks> </xe:this.bannerUtilityLinks> <xe:this

Not able to filter data from view for public access user

℡╲_俬逩灬. 提交于 2019-12-11 10:28:53
问题 I need to access and filter data from an nsf file for which I made the access public as per instructions : XPages Public Access Support I am accessing this database from another database. When I put the view on an xpage whithout filtering the data , everything works fine. The anonymous user can see the view all the data. Once I start filtering the data of the view , I get a message : "Notes error: You are not authorized to perform that operation" The filtering is correct since , when I log

How to set the specificity of a css over-ride class for XPages

夙愿已清 提交于 2019-12-11 10:16:08
问题 This starts from a previous question that I asked but I think I know what needs to be done but not the How. I have this block of code that defines a pager in bootstrap and applies the bootstrap style to it: <xp:pager partialRefresh="true" id="pager1" for="repeat1" panelPosition="left" styleClass="bootstrapPager"> <xp:pagerControl type="Previous" id="pagerControl1" styleClass="bootstrapPagerPrevious"> <xp:this.value><![CDATA[«]]></xp:this.value> </xp:pagerControl> <xp:pagerControl type="Group"

xpages on click event from view panel column - pop up dialog forms from views

柔情痞子 提交于 2019-12-11 10:08:20
问题 There are 2 datasources: Cdoc ( the doc. content ) and the Pdoc ( inside a dialog ). These 2 datasources are linked together based on the Cdoc'UNID . My main view panel is like this: [_A_common_field] from Cdoc1 and all Pdocs from Cdoc1 ( this column is categorized ) Cdoc1 Pdoc 1 from Cdoc1 Pdoc 2 from Cdoc1 [_A_common_field] from Cdoc2 and all Pdocs from Cdoc2 ( this column is categorized ) Cdoc2 Pdoc 1 from Cdoc2 How can I compute the target property from my viewPanel1 considering the fact