[jboss-dev-forums] [Design of JBoss Tools (dev)] - Re: Force full or partial update in vpe plugin
kukeltje
do-not-reply at jboss.com
Thu Mar 5 16:33:27 EST 2009
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#4215484
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4215484
More information about the jboss-dev-forums
mailing list