Hi, i am overriding the tabs component.i need to add a pathbrowser to
the dialog.The dialog is being fetched from
/apps/core/wcm/components/commons/editor/dialog/childreneditor.if i add
a pathbrowser to it using the below code , the value is empty.i figured
out we need to give the value attribute.But how can i retrive the value
of the pathbrowser as the whole multifield is in repeating over the
list. i got he cuurent node in ${item.name} but it is retrieving as
string.is it possible to parse the...