bind xPages combobox not working properly

Multi tool use![Creative The name of the picture]()

Clash Royale CLAN TAG#URR8PPPbind xPages combobox not working properly
I have a simple combobox that is bind to some combobox field on Notes form.
The problem is that if I open a document with value that is not in the list it sets the xPage combobox to first available instead of blank. I.e. notes document has value e.g. "Done" in the field. But the combo shows "New" instead of blank when I open it in web.
<xp:comboBox value="#{document1.Status}" id="Status">
<xp:selectItems id="selectItems1">
<xp:this.value><![CDATA[#{javascript:var arr = new Array(" ");
arr.push("New");
arr.push("Opne");
arr.push("Cancel");
arr.push("In Progress");
arr.push("Done");
return arr;
}]]>
</xp:this.value>
</xp:selectItems>
</xp:comboBox>
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
t SI2lCc7PqwiVMl15vTbNf pH7q dibU6,QEI2tEVtnP Hp Jg84pn45 YUJg,g1
Popular posts from this blog
Clash Royale CLAN TAG #URR8PPP Visual Studio Code: How to configure includePath for better IntelliSense results so I am a complete beginner to using Visual Studio Code and I have no clue what I am doing. I've searched around (maybe not enough), but I cant find just a simple explanation for someone like me on how to configure the c_cpp_properties.json file that I am redirected to whenever I click on the yellow lightbulb next to a line that is underlined with a green squiggle. Lightbulb example c_cpp_properties.json I just want to know what to put in the .json to make IntelliSense work properly This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. 2 Answers 2 From: https://code.visualstudio.com/docs/languages/cpp Below you can see that the MinGW C++ include path has been added to browse.path for Windows: { "name": "Win32...
Clash Royale CLAN TAG #URR8PPP Spring cloud config client Could not locate PropertySource My config server use natie file system works fine and the dev profile configured contextPath: /config spring: application: name: dcit-config profiles: active: native management: endpoints: web: exposure: include: info, health, metrics metrics: export: atlas: enabled: true --- spring: profiles: native application: name: dcit-config cloud: config: server: native: searchLocations: classpath:/config/ server: port: 2003 eureka: instance: prefer-ip-address: true lease-renewal-interval-in-seconds: 5 lease-expiration-duration-in-seconds: 20 client: serviceUrl: defaultZone: http://dcit:dcit@localhost:1023/eureka registry-fetch-interval-seconds: 10 --- spring: profiles: dev application: name: dcit-config cloud: config: server: git: uri: http://xxx/gi...
Current 93 Current 93 in 2006 Background information Origin London, England, United Kingdom Genres Apocalyptic folk, experimental, post-industrial, psychedelic folk, progressive folk, Christian music Years active 1982–present Labels Coptic Cat Durtro United Dairies Jnana L.A.Y.L.A.H. Antirecords Beta-lactam Ring Records Members David Tibet Steven Stapleton Michael Cashmore Past members Douglas P. Rose McDowall Christoph Heemann William Breeze Current 93 are a British experimental music group, working since the early 1980s in folk-based musical forms. The band was founded in 1982 [1] by David Tibet (né David Michael Bunting, renamed 'Tibet' by Genesis P-Orridge [2] some time prior to forming the group). Contents 1 Background 2 Discography 2.1 Primary, full-length, Current 93 studio albums 2.2 Full discography 2.3 Compilation appearances 2.4 Current 93 Presents releases 3 Sheet music 4 See also 5 References 6 External links Background Tibet has been the only constan...