Absolute reRendering using RichFaces
- by wheelie
Hey there,
I am implementing copy/paste functionality for a complex object tree, this means you can copy an object and paste it where the object type is the same. Therefore I need to reRender the <a4j:commandLink>-s which are performing the paste action (so it will show on the GUI or not).
Simplified example:
Problem is that copy links are…