Hi Bart, I thought it was fixed too.
Oh well, due to the instability of that feature, there are 2 other reliable ways to get the page guid 1. via <%inf_page_guid%>. Pass that as parameter to your asp script. 2. For pass 3 years, US consulting services has been moving away from ASP RQL to AJAX RQL. Firing RQL via AJAX, just much easier to debug and faster in performance in all categories. Anyways, in your case, you can either use JavaScript or ASP to get the URL of the page (in the URL bar, it appears as smartedit.aspx, but that is just the top page, the real SmartEdit view is in an iframe of smartedit.aspx, that's why visually you can't see the real url with pageguid as one of the parameter), parse out the pageguid. DONE. For the AJAX method, you can check out my plugin at http://simplyreddot.blogspot.com/2012/03/assignit.html -Jian On Thursday, April 4, 2013 4:33:38 AM UTC-4, Bart wrote: > > Hi, > > We've started testing our migration from CMS 7.5 to WSMS 10.1 a few weeks > ago. > While validating our asp scripts, I came along the following "problem": > . the instruction 'session("pageguid")' returns the pageguid of the > smarttree page I was last positionned on BEFORE switching to smartedit > mode. > > Needles to say that this is not the behavior I expected, and it's not the > way things worked in 7.5. > > Checking the patches that were released, I found the following entry: > Fixed Issues in 10.1 SP2 HF7 (Build 10.1.2.331) > > WSGMS-5797,7602 Session variable are not always sync'ed in SmartEdit (ITSM > 992933, 1227877, 1232321, 1286848) > We immediately upgraded our WSMS to the latest version, but the problem is > still present. > > Does the session("pageguid") only return the pageguid of an open page in > smartedit, and not the correct guid when the page is closed (and was not > yet opened in smartedit mode)? > > Any advice is welcome. > > Bart > -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/reddot-cms-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
