Hi Yan,

The sample code you provided looks OK. I tried to run it on both
FireFox and IE but did not notice any issues. Can you describe in more
detail the IE issue where it refreshes "both the pop window and the
super window to show the thing."

Kind regards,
Carlin

On 10/12/06, 严衍平 <[EMAIL PROTECTED]> wrote:
Hello:
     I am the user of beehive. And in the process of developing, a problem
comes out.
    There is the pop window.
    In the firefox, it works. But in IE, it refresh both the pop window and
the super window to show the thing.

    I find a simple example to test the pop window.

<netui:anchor action="goNested" popup="true">
<netui:configurePopup name="MyPopupWindow" width="200"
    height="100" resizable="true" scrollbars="true" />
    goNested in popup
</netui:anchor>

@Jpf.Action( forwards = {
            @Jpf.Forward(name = "tab1", path =
                "/main/tab1.jsp") }, doValidation = false)
    public Forward goNested(){
        Forward forward = new Forward("tab1");
        return forward;
    }

    The result is the same.
    So I need your help to find the way to solve this problem.

Thank you

Sincerely yours,
Yan
from China


Reply via email to