Hi,
using the AppWithinMinutes extension, I managed to create a simple app
for managing events. En Event class has properties like dateTime, place,
description etc.
I can create new Event class instances that are shown in an extra space
with WebHome start page.
The problem is that each event is displayed as an extra page document
with a separate title. All pages have to have different names.
We have many similar events that don't have a different title each. I
dont't need a different page for each event.
One idea I had is to use a single page that could dynamically display an
event object, maybe via a request parameter.
Is there any solution for that?
Thanks in advance for any hint!
Matthias