0
votes

I am testing the XPages runtime on Bluemix but have some questions regarding defining the datasources.

So I took the teamroom application as example. In custom control addMember.xsp as Data Source is set a Domino Document. For the application is have selected 'Other' and computed the value as followed:

bluemixContext.getDataService().findDataBaseName()

Unfortunately when I test this code (members.xsp, Add Member button) after submitting no document is created in the database.

What am I doing wrong?

1
databaseName="#{javascript:bluemixContext.getDatabaseService().findDatabaseName()}"Patrick Kwinten
Are you testing this on Bluemix or w/ local web preview?Eric McCormick
i am testing on bluemix. I noticed there is a mixup with the form aliases so I can close this answerPatrick Kwinten
Ah, that'll do it.Eric McCormick

1 Answers

0
votes

there is a mixture in the form aliases