[ 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