hi,all:
my netui:retrievePopupOutput can't work when the configurePopup have the
onPopupDone property.
for example:
<netui:anchor action="begin" popup="true">begin
<netui:configurePopup height="200" onPopupDone="done" width="200">
<netui:retrievePopupOutput dataSource="outputFormBean.code"
tagIdRef="labelCode" />
</netui:configurePopup>
</netui:anchor>
... <snip> ...
</netui:form></p>
<netui:scriptBlock placement="after">
function done() {
alert("1");
}
</netui:scriptBlock>
</netui:body>
But It can receive the retrieved value without onPopupDone property.
Why? can you help me?
--
View this message in context:
http://www.nabble.com/retrievePopupOutput-can%27t-work-when-using-onPopupDone-tf2181631.html#a6033325
Sent from the Beehive - User forum at Nabble.com.