PopUp not refreshed while everything else is

2011-08-08 Thread Dawid Dudzinski
Hello, I'm having a strange problem: In a fairly complex application I refresh image on main page and need to pop up a dialog [org.odlabs.wiquery.ui.dialog.Dialog] with another image. Main page image updates without issues, dialog opens [dialog.open(target);] but the image reference is broken.

Re: PopUp not refreshed while everything else is

2011-08-08 Thread Dawid Dudzinski
FYI. I resorted to passing a raw JQuery to the front end and now it works. I append JS to target similar to this: $(#imgtagname).attr(src, /path); Of course imgtagname is dynamically constructed [getMarkupId()] However if anyone has solution to my problem or even suggestion I would welcome any