- This topic is empty.
- AuthorPosts
-
- 09/06/2012 at 7:42 am #5257
AnonymousParticipantHi Hunar,
Use the same session name value on both pages. Please remember that the session name is case sensitive.
- 09/06/2012 at 7:48 am #4250
AnonymousParticipantHi
We have a page with a qMultiselector web part having 3 selectors and a qCalendarView web part. The calendar displays data based on the values in the multiselector.
We are using 3 lists. The first selector displays the first list and the second selector displays the items from the second list that correspond to the item that we select in the first selector and so on for the third selector. On 2nd and 3rd selectors we have set the Parent Field Name and Filter Field Name.
Now we would like to navigate from the Edit page (that uses a qListForm) to the Calendar Page. The qListform uses a 4th list and has 3 lookup fields for the 3 lists (the ones we are using for qMultiselector). We need to pass the values from these 3 columns on Edit Page to the Calendar Page, so that the values selected on the Selectors are the ones on the Edit Page.
Is there any way to do that?
– Hunar
- 09/06/2012 at 7:48 am #5992
AnonymousParticipantHi ,
Yes we did try out with session as well as passing the values through http parameters. But the problem is that selectors do take those values but show ONLY those values in the dropdown instead of displaying all the items from the respective lists that they are supposed to lookup from.
We just want that the SELECTED value from the dropdown list should be the one from the previous page.
The session gets updated only after we change the selection on the selectors on Calendar page. So the session actually gets updated on the Calendar page. So if we change the selection in selectors on the Calendar page, the session values get updated. Next if we go back to Edit page and then come back AGAIN on calendar page, it shows values that we had changed to earlier and not the values on Edit Page. Can the session be updated on the Edit page somehow?
– Hunar
-
- AuthorPosts
You must be logged in to reply to this topic.