Loading...

RE: qSelector (or Stupid Newbie Question from Stupid Newbie)

RE: qSelector (or Stupid Newbie Question from Stupid Newbie)

#6552
Anonymous
Anonymous
Participant

Yes, I figured it was something like that, but I may not be setting the parameters correctly.  When I display my page, the qListForm returns:

The following error occurred: The ID HTTP parameter is required (the ID of the list item to be edited).

I suppose that means I need to set the ID HTTP parameter from my session, right?

Basically, I'm displaying an event from a calendar.  I use the qSelector on the first page (DispForm.aspx) to store the Event in a session called "SID."  DispForm has a qListForm that displays certain info about the event (date, time, place, # of people signed up, # of people on the waiting list…).

When I go to the second page (a Web Part Page that a created for the site) I use the SID session in a CAML filter on a aListView to show the people on the waiting list for that event.

I'd like to add a qListForm to the second page that will duplicate the qListForm on DispForm.aspx,  So, I include the event ID on this new qListForm and set the ID to "Consume Value From Session" (I think that's what you suggested above, right?).

I then set

   Session Name = SID

   Site URL = ./

   List = Events

   ConsumeSessionDisplayFieldName = ID

But this returns the error I describe above.

I know I'm taking a lot of your time today, but do you have any idea what I'm missing here?