[ http://issues.apache.org/jira/browse/BEEHIVE-283?page=all ] Jeremiah Johnson closed BEEHIVE-283: ------------------------------------
I verified this in SVN 165665. Thanks, Rich. > 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: Jeremiah Johnson > 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira
