I've defined in a.html to display a popup window:

<td nowrap align="left">
                                                   &nbsp; # Examples 
</td>

In a.java, 

 private static final PopupLinkRenderer EXAMPLES_POPUP_LINK=new
PopupLinkRenderer("Examples",
            "height=400, width=610, resizable=1, scrollbars=0");

    public static PopupLinkRenderer getExamplesPopupLinkRenderer() {
        return EXAMPLES_POPUP_LINK;
    }

But, I get the following when i debugged using Chrome:

Uncaught ReferenceError: popup_window_1 is not defined


I'm not sure where I'm going wrong?


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/POP-UP-Window-tp5464202p5464202.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to