Xpages - view and included page that works?

Hello everyone!

Does anybody have a sample of a database with an xpage that has a viewpanel and an included xpage on the same xpage that works?

I have tried several tips and "how to"s but nothing works!

Why is that!?

When you click on a row in the viewpanel the included page (partial update) should show the document that was clicked.

And if you click “New document” the included page should show another xpage connected to the same form with a save-button.

I’ve tried with sessionScope variables but I can’t get it to work properly.

It should be a simple thing to make it work, but no!

Can anyone point me to a downloadable sample-db?

Subject: Look here…

  • There is more useful info on XPages on Dec’s blog, condensed and immediately usable, than anywhere I’ve found on the entire web. There is wiki that’s good for reference material as well. I don’t have the wiki bookmarked … just search this Forum and you’ll find numerous links to it.

  • Hope this helps…

http://www.qtzar.com/blogs/qtzar.nsf/archive?openview&type=Category&key=XPages

Subject: included page…

Thank’s David!

Subject: Tried everything…

The only way that I could make it work was by using “iframe” instead of “included page”.

Sad but true… :frowning: