Repeat controls fail with multiple data sources

I have a custom control in database “A” which uses 3 data sources: 2 from database “A”, and 1 from database “B”, all tied into repeat controls. I then drop that custom control into various xPages in database “A”, which all have their own data sources as well.

It all works very well, except for the one main page where the data source is also from database “B”. On that page, data is only shown for the repeat control tied to database “B”. The other two are blank.

I tried specifying the full server / database name for the data sources in the custom control to no avail.

Any ideas?

Thanks,

Karl

Subject: Solved!

The solution was to set ignoreRequestParams to ‘true’ for the 3 data sources on the custom control.