Cannot use some forms with xPage

I am trying to teach myself xpages, hoping that the documentation had improved since the beta days (not so much–we need a redbook!)

I copied a client based production database that works fine as a base, to try to rebuild the UI in xpages. This db is not very complicated.

When I try to bind an existing form as a data source in the xpage, almost none of the existing forms will display their list of fields in the data palette.

One of the most trivial forms does, and when I create a new form with nothing but test fields on it, it displays.

However, the real forms of the db, which have subforms, shared fields, and collapsable sections, as well as extensive use of tables (not usually nested) on them, nothing comes up in the data pallette.

The execution environment is my home test bed today. The server side is Domino 8.5 running on a virtual server 2008; the client side is Notes 8.5.1 running on Windows 7 (I have MSDN so this is the real Windows 7).

Any insight any one has on this is most welcome. I did try searching, but didn’t find anything useful.

Being able to bind to legacy forms seems like it would be very important.

Subject: fields on subforms, etc. should be showing up

any chance you could send a sample db?

Subject: Yes

I am happy to send a sample db.

What is the mechanism, or to whom?

Can I strip the data?

—S

Subject: I have the same problem…

…on my Windows 7 machine.

I get it for example while using the sample code from this tutorial: https://www6.software.ibm.com/developerworks/education/ls-ddxpages/index.html

Quite a drag because XPages seem really cool1

Subject: Form aliases would also cause this issues

Actually I had the same problem.

As per the suggestions given by the David Leedy (NotesInNineGuy) I am able to resolve it.

I have done the below things.

I have removed all the alias names (Contact | Company | Person) of the

form . I kept to single name as “Person”. Then I populated the data in

the Xpage, By doing this amazing my data pallette is populated with all

the form fields. Now I am able to wrap the fields into the Xpage. ( This

I have done in 8.5 server and 8.5.1 client ). This also woks fine in the

local environment.

Once again my thanks to David.

Narasimha Reddy, Lomadi.