Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I need help creating dependant controls. I have the following tree structure
I have Property document Type where I need: first control to select City second control to display the neighberhoods in the city
I have problems creating the second control. I tried MNTP with XPath where I have this query:
$site//PropertyPage[@id=./ancestor-or-self::node()[@id=./@id]/rootPicker/text()]
However this doesn't work because what I noticed is that rootPicker (MNTP control) doesn't save the Id of the node but the key:
<rootPicker><![CDATA[umb://document/ac15eb0c9ed1477dbb07fe09d3af0342]]></rootPicker>
I am not sure how to modify the xpath query to get this work. In addition I woulld like the second control to update its values when the first control does without save or refresh the page.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Cascading(Dependant) MNTP or DropDowns
I need help creating dependant controls. I have the following tree structure
I have Property document Type where I need: first control to select City second control to display the neighberhoods in the city
I have problems creating the second control. I tried MNTP with XPath where I have this query:
However this doesn't work because what I noticed is that rootPicker (MNTP control) doesn't save the Id of the node but the key:
I am not sure how to modify the xpath query to get this work. In addition I woulld like the second control to update its values when the first control does without save or refresh the page.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.