Yes, sorry I retracted the reply after I realized that the second tag does not work. The property exists but apparently is not exposed to rendering or bugged.
On Jul 7, 9:16 am, Jian Huang <[email protected]> wrote: > Thanks guys. > > Actually, Jeff Stine replied to this post and provided a shorter > method. > > <%!! Context:CurrentPage.Id.ToString(N).ToUpper() !!%> > > It is also mentioned that page ID (number) is available in 10.1 via > > <%!! Context:CurrentPage.PageID !!%> > > But I can't get the second rendertag to work. > > -Jian > > On Jul 7, 4:50 am, Markus Giesen <[email protected]> wrote: > > > was about to update the post with this, thanks guys!! > > > On Jul 7, 10:44 am, kimdezen <[email protected]> wrote: > > > > You the man Jian! > > > > On Jul 6, 11:45 pm, Jian Huang <[email protected]> wrote: > > > > > strip the dashes and convert to uppercase, challenge accepted. > > > > > <%!! Context:CurrentPage.Id.ToString().ToUpper().Replace(-,) !!%> > > > > > On Jul 5, 11:31 pm, kimdezen <[email protected]> wrote: > > > > > > <%!! Context:CurrentPage.Id !!%> - strip the dashes and convert to > > > > > uppercase > > > > > > am i missing something - or do you mean the ID of the page (not > > > > > guid)? > > > > > check > > > > > out:http://groups.google.com/group/reddot-cms-users/browse_thread/thread/... > > > > > > On Jul 6, 1:16 pm, Markus Giesen <[email protected]> wrote: > > > > > > > Hi everyone, > > > > > > > Do you know if I can get the pageguid via render tags? > > > > > > > Any help is appreciated! Cheers, Markus -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
