Hi all,
i’ ve a problem with datasource in Xpages.
I’ve created an Xpages with a datasource based on a form in my databese.
If i add some new fields in form i can’t see these in the fields list of the datasource, while if a create a new copy of the form and change the reference of the datasource to this new form, all fields are visible.
Same thing also if i add a new alias of my old form, all fields are available.
Can you explain me what’s happen? How can i see all my fields added in a second time?
Thanks a lot for your patience.
Andrea
Subject: SOLVED
Hi all,
solved the problem. I had another form in my database with the same alias. This make problems.
Renaming this all works.
But i don’t know why!!! If domino makes me select both these forms in list of datasource forms, why doesn’t match the correct one even if two forms had the same alias?
Could be a bug?
Thanks a lot for your attention
Andrea
Subject: Xpages and Aliases
I had a similar problem having added a javascript library to an xpage. When I ran the xpage it was trying to load another design element I had (a form or something I think) as the javascript library because it obviously just searches on alias and brings back the first element it finds, regardless of what it is.
Emily