When I run this code, \at{page}[xyz] is unable to find the cross reference:

\starttext
%\reference[xyz]{}
\starttabulate[|lp(.33333\textwidth)|lp(.6666\textwidth)|]
\NC    \reference[xyz]{} \NC \NC\NR
\stoptabulate


\pagebreak

\at{page}[xyz]

\stoptext

The code does work when I uncomment line #2, revealing the cross-references work find when outside of a table.

I also tried using a TABLE environment instead and the result was similar, it wouldn't show the page number.

What am I doing wrong?

--Joel