5,454 questions
0
votes
1
answer
49
views
XPages, how to validate the number of entries in a multi-value field/control?
I have an xp:list control with the multiple property set to true. I want to set a limit to the number of items the user may select, for example maximum 3 entries. But what kind of validator should I ...
0
votes
1
answer
75
views
Xpages UpdateSite Issue CWPPR0031W
I've just updated my hcl domino client from v10 to v12 and now have errors in some NSF's about unable to build Xpages as the following library is not installed. Not an issue, I've had this in the past ...
0
votes
1
answer
94
views
How to implement XPages FileUpload control multiple files option
I have added the attribute to allow multiple file selections in the file upload control as described here:
https://domino-ideas.hcltechsw.com/ideas/DDXP-I-431
When I select more than 1 file the ...
0
votes
0
answers
35
views
Xpages Dojo Charts tooltips values thousand separator problem
I used dojo chart sample by Paul Withers blog https://www.intec.co.uk/dojox-charting-update-part-two/
I want to get values with thousand seperator but its not coming to bar chart seperated
<xc:...
-1
votes
1
answer
110
views
After upgrade Domino 14, xpages poi give Error 403
I upgraded my Domino Server 12.0.2 FP5 to 14 FP1 and have problem with POI 1.3
I can export xls but when I want to import xls give error
Error 403
HTTP Web Server: You are forbidden to perform this ...
0
votes
1
answer
48
views
How to compare Notes Item on Type using OpenNTF Domino API?
I am applying the OpenNTF Domino API to an existing application.
In my code I get a lot of warnings that the method getType is depricated. I have no idea how to rewrite the code.
The code is as ...
1
vote
2
answers
136
views
HCL Domino - Xpage content parsed to PDF
I have an XPage designed to serve as a training sheet for users. I need to style it to resemble an A4 format paper sheet. The page contains up to 15 editable fields, but ultimately, the end user ...
0
votes
1
answer
113
views
HCL Domino XPages - adding custom validation to field
I'm facing an issue related to additional validation for my field. I have 2 fields in form, User and Replacement (for this user). User has default value of current user, and I want to validate if User ...
0
votes
2
answers
70
views
re-use regular expression on clientside for onkeyup event
For my xpages/jsf application I have setup for an xe:input control the following validation:
<xp:this.validators>
<xp:validateConstraint
regex="${application.regex_email}&...
0
votes
1
answer
57
views
XPages - validator not throwing a message to the screen
I have set up a validator class for an xp:input control:
<xp:inputText
id="inpTeamName"
title="${strings.label_name_team_title}"
value="#{teamBean.team.name}&...
0
votes
0
answers
109
views
XPages REST Service and concurrent calls
I am investigating some issues with an old Notes application that uses the XPages REST Service control to provide an API to an external application. The XPage utilises a SSJS script library that ...
0
votes
1
answer
76
views
Custom Control - How to get compositeData in onClientLoad
After a timeout I logout the user and redirect to Login as described here:
NotesSpeak
A part of this code is executed in onCliendLoad().
var thisUrl = window.location.pathname;
var finalPath = ...
1
vote
1
answer
74
views
XPages - delay before second button click takes place
I have a form with two rich text fields used to hold attachments and an XPage that contains two file download controls (one for each field) and two buttons.
The buttons call a method in a Java class ...
0
votes
2
answers
135
views
XPages - At automatic Logout set ReasonType in $$LoginUserForm
I'm a newbie in XPages und I try to learn.. ;-)
I use a timeout to logout the user and to redirect to the login site ($$LoginUserForm).
URL + "?Logout&redirectto=" + Url + "?...
0
votes
1
answer
141
views
xPages HowTo handle incoming FORM POST punchOutOrderMessage (POOM)
I'm setting up the Byer-Side of a PunchOut solution.
https://punchoutcommerce.com/guides/punchout/cxml-punchout-setup-request/
Everything works fine until the actual "Cart-PunchOut".
(...