You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Rich Feit (JIRA)" <be...@incubator.apache.org> on 2005/02/11 20:18:12 UTC

[jira] Resolved: (BEEHIVE-283) onPopupDone in configurePopup tag not calling JS function

     [ http://issues.apache.org/jira/browse/BEEHIVE-283?page=history ]
     
Rich Feit resolved BEEHIVE-283:
-------------------------------

     Resolution: Fixed
    Fix Version: V1Beta

Fixed with revision 153441.  Glad you caught it.

> onPopupDone in configurePopup tag not calling JS function
> ---------------------------------------------------------
>
>          Key: BEEHIVE-283
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-283
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>  Environment: Firefox 1.0 / Tomcat 5.0.25
>     Reporter: Jeremiah Johnson
>     Assignee: Rich Feit
>     Priority: Minor
>      Fix For: V1Beta

>
> I don't think that my JavaScript is getting called at all.  Below is what I currently have in my page source:
> <netui:anchor action="beginNewProduct" popup="true">
>    Add New Product
>    <netui:configurePopup height="200" onPopupDone="reloadPage" width="200"/>
> </netui:anchor>
>  ... <snip> ...
>        </netui:form></p>
> <netui:scriptBlock>
>    function reloadPage() {
>       window.location.href = "http://localhost:8080/";
>    }
> </netui:scriptBlock>
>    </netui:body>
> - jeremiah

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira