Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

ADD A NEW IDEA

FILTER BY CATEGORY

My ideas: XPages

Showing 97

Remove ClassLoaderUtil.checkProhibitedClasses

This method is called inside the ModuleClassLoader for an XPages application and appears to be designed to stymie developers from accessing certain internal classes. However, beyond that extremely-questionable goal, it's overly broad, blocking all...
over 1 year ago in Domino Designer / XPages 1 Under Consideration

Document the .ibmmodres end points

XPages has a built in feature for handling attachments called .ibmmodres. It has (at least) the following 3 end points: Open attachment for download in a document:/xsp/.ibmmodres/domino/OpenAttachment/<path to database>/<UNID>/$file/&l...
over 2 years ago in Domino Designer / XPages 0 Under Consideration

Default Value overwrites the saved data in Xpages for disabled field

The default value of a field can overwrite a value that has been previously saved. This occurs in the following circumstances 1. User accesses an Xpage with a field with default value. 2. User inputs a value in the field and saves the changes....
about 1 year ago in Domino Designer / XPages 1 Needs Review

Servlet 4, Websocket and asynchronous support for XPages

Server side websocket support (expose endpoints as Springboot can) and client side library to consume, based on standard JS library (socket.io or something) Allow asynchronous operation on XPages server side
almost 5 years ago in Domino Designer / XPages 2 Under Consideration

Replace IBM's proprietary Server-side JavaScript implementation with one that conforms to the latest ECMAScript specification

IBM's proprietary SSJS implementation is far behind the current state of Javascript. It only confirms to the ECMAScript 3 specification. Modern JavaScript development is impossible in SSJS now. It can be replaced with other Java based JavaScript i...
about 4 years ago in Domino Designer / XPages 0 Under Consideration

Compiling XPages projects in Designer 10 with external addons

In designer 10 building xpages project that has a plugin that is attached to the build process has stopped working. There is a workaround but it's better that this is supported right out of the box like in Designer 9.0.1 https://openntf.org/main...
almost 4 years ago in Domino Designer / XPages 1 Under Consideration

Need a responsive calendar control for XPages

No description provided
almost 5 years ago in Domino Designer / XPages 0 Under Consideration

Include more best practice Java libraries plugins out-of-the-box for XPages / DOTS

Some best practice Java libraries like org.apache.commons.lang, client, beanutils etc are available as part of the server and client install in the rcp/eclipse/plugins folder. But because they're not in the shared/eclipse/plugins folder, they cann...
almost 5 years ago in Domino Designer / Java / XPages 2 No Plans to Implement

XPage 'Pager' design element should have option to auto-scroll to top when changing pages

When an XPage has a ViewPanel included in it along with a pager control and the number of rows included in the ViewPanel is large enough that you have to scroll down to get to the last document. If you use the pager to click to the next page of do...
over 1 year ago in Domino Designer / XPages 1 Under Consideration

Make it possible to exchange data between a (LotusScript) agent and an XPages application

In our application we have some agents to execute background jobs. In order to make them report back, we developed an XAgent that the agents can "call" using REST (written in Java), and we put the necessary info in the url. It works, but it's not ...
about 3 years ago in Domino Designer / XPages 0 Under Consideration