Hello:
I have a window that open a popup. When the user close the popup I want
only show the first window but it's capturing the data.
In the popup window I have this:
<SCRIPT language="JavaScript">
function Cerrar(){
<!-- anything Code -->
window.close;
}
</SCRIPT>
<body>
<html:form action= "/coffeenet/SeguimientoComercial/blank">
<html:select property="<%=property%>" multiple="true" size="20"
styleClass="cuadros">
<html:optionsCollection
property="<%=optionsCollection%>"/>
</html:select>
<html:submit value="Algo" onclick="Cerrar();" styleClass="" />
<html:submit value="Aceptar"
onclick="javascript:window.close();"
styleClass="" />
</html:form>
</body>
</html>
If I don't call a javascript function, i call to submit "Aceptar", it's
ok
but when i call to the sumit "Algo" struts return this error:
No action instance for path
/coffeenet/SeguimientoComercial/blank could be
created
Thank you very much.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]