ok, I've been looking into this... When I select the parent node that needs updating
myself and pass that into updateNode like
| Node updateNode = ComponentUtil.getParentElementByName(sourceElement,
XForms.TAG_REPEAT);
| pageContext.getVisualBuilder().updateNode(updateNode);
My whole page becomes empty. I do this right before I return from the create method in my
template.
Any other suggestions?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4215484#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...