xpages-extlib

Type Mismatch when trying to connect multi-value field to Java Bean with XPages

╄→尐↘猪︶ㄣ 提交于 2021-02-16 12:56:41
问题 I have this code: <xe:formTable id="formTable1" formTitle="User Roles"> <xe:formRow id="formRow1" label="Category Admin"> <xe:djextNameTextBox id="edtCatAdmin" multipleSeparator="," value="#{exhibitorInfo.categoryAdmin}" /> <xe:namePicker id="namePicker1" for="edtCatAdmin"> <xe:this.dataProvider> <xe:namePickerAggregator> <xe:this.dataProviders> <xe:dominoNABNamePicker addressBookSel="first" groups="false" people="true" /> <xe:dominoViewNamePicker labelColumn="mailinName" viewName="lkp_MailIn

Dynamic Content Control in Extlib flips out after rebuild

和自甴很熟 提交于 2020-01-25 20:20:14
问题 I have an issue with the dynamic content control in ExtLib. Every time I compile my xpage the dynamic content control flips out if I do not reload the page. I need a way to control this, like an onerror event on the control. this is wahat's happening I open my webpage, the dynamic content control works fine I do some changes to my xpages and build (webpage still open) I click a link on my webpage to reload the content in the dynamic content control. the webpage flips out and starts to reload

Xpages xe:namePicker only returns the first 50 names in the selection dialog

↘锁芯ラ 提交于 2020-01-07 05:05:11
问题 I am using the xe:namepicker for some time and setting the source as a xe:dominoViewNamePicker as follows: <xe:namePicker id="namePicker5" for="SiteAdm" dialogTitle="Add one Site Administrator"> <xe:this.dataProvider> <xe:dominoViewNamePicker viewName="CoordinatorsByEmail" labelColumn="CoordEmail"> </xe:dominoViewNamePicker> </xe:this.dataProvider> </xe:namePicker> The problem I am having is the returned list of names is being cut off at 50. Users can use the search box in the dialog to start

Xpages xe:namePicker only returns the first 50 names in the selection dialog

对着背影说爱祢 提交于 2020-01-07 05:05:02
问题 I am using the xe:namepicker for some time and setting the source as a xe:dominoViewNamePicker as follows: <xe:namePicker id="namePicker5" for="SiteAdm" dialogTitle="Add one Site Administrator"> <xe:this.dataProvider> <xe:dominoViewNamePicker viewName="CoordinatorsByEmail" labelColumn="CoordEmail"> </xe:dominoViewNamePicker> </xe:this.dataProvider> </xe:namePicker> The problem I am having is the returned list of names is being cut off at 50. Users can use the search box in the dialog to start

How to get XPages and JSON to not put variable names in Uppercase

此生再无相见时 提交于 2020-01-06 03:26:06
问题 I'm trying to do the following update using XPages Extension Library. #{javascript:var mydata = { product: getComponent("inputProduct").getValue() }; var params = [1, 2];, @JdbcUpdate("mssql","table_name",mydata,"order_no=? AND order_line_no=?",params)}; I get the error: Error while executing JavaScript action expression Script interpreter error, line=6, col=1: Error while executing function '@JdbcUpdate' Invalid column name 'PRODUCT'. The problem is that XPages when it converts the JSON it

Control language/localization in ExtLib controls?

限于喜欢 提交于 2020-01-05 06:28:00
问题 I am currently creating a web layout for an old database based on XPages. The users are Danish - and I want to ensure that they see a correct layout of dates and Danish labels on the pagers etc. For the standard pager I am using the "custom" type and translate the "Previous" and "Next" labels (put it on a custom control and reuse that on all the pages). I did try to set the language on the pager, however, that does not change anything...? Well, now I am also using the "pagerExpand" control

Can't remove the value entered in the djFilteringSelect dojo control in xPages

我的梦境 提交于 2020-01-05 04:16:15
问题 I am using the djFilteringSelect control to show values in a dropdown as user type a value. The lookup and typehead is working fine. The user type a letter and the dropdown allow the user to select a value which is then displayed in the dropdown field. If the user now decide to remove the value first selected so that the combobox is empty and leave the field, then the first value in the list is now automatically filled in. The consequence of this is that if the user have added a value there

error 500 http web server: command not handled exception

廉价感情. 提交于 2019-12-25 16:20:48
问题 I think this topic a lot of ppl post it already. I also look for lot of thread in stack overflow and some ibm page. They do give some comment of how to solve this problem. But i still facing the same problem, it still give this error. Case start : Actually one of my customer, they have facing this error during running on webpages and also notes ~ error 500 http web server: command not handled exception Action taken but not solve: The user id signing/creating the XPages allowed to run XPages

Xpages, Bootstrap and Data Views

一个人想着一个人 提交于 2019-12-25 09:57:26
问题 I have a Data View in an Xpage application which is using the Bootstrap theme. I started to use a View, but could never get the pagers lines up, and the data view is working better. But I do not understand where to put my table class css. For example, if I want a stripped table I enter "table table-striped" in the styleClass of the view (or maybe it is the dataStyleClass). If I do that in the styleClass of the data view, I do not get strips. I tried the suggestion from Mark below, but

Xpages Extension lib installation

橙三吉。 提交于 2019-12-25 05:11:44
问题 After installing the extenstion lib latest version for 8.5.3 Notes Designer, I see only the tags I do not see the pictoreal representation of the tags.. any idea why ? 回答1: Check Database properties so the extension library is checked there. How to enable Ext Lib And also chech the top of the xpage there should be 2 name spaces defined there.Ext Lib Name Space 回答2: Check which update site of the Extension Library you installed. There is a specific update site that includes Domino Designer