Is it a bug in wss2.0, while converting a wss list view to XSLT view
some variables are missing?

i converted a discussion list view to a xslt list view. if users want
to reply a discussion point directly through context menu of an item
they get the message:

Invalid Page URL
null?Threading....


Reply is a function item in ows.js using newFormURL of this listing
view.

After searching and debugging in XSLT view this variable does not
exist.

Therefore i searched for following params in source xsl editor of this
view:

ctx.displayFormUrl = "<xsl:value-of select="$URL_DISPLAY"/>";

i added following params before the line above:

ctx.newFormUrl = "<xsl:value-of select="$URL_New"/>";

Saved it and refreshed the page.

reply with context menu works.