Hello,
We have a link in our forms defined like this :
<xforms:submission id="
AfficherMarche " validate="false" resource="/extranet/marchepublic/
visumarche " method="post" ref="instance('entiteChoisi')" xxforms:target="_blank" xxforms:show-progress="false"/>
And a trigger like this :
<xforms:trigger appearance="minimal">
<xforms:label><xforms:output ref="msIdentifiant"/></xforms:label>
<xforms:send submission=" AfficherMarche " ev:event="DOMActivate"/>
<xforms:action ev:event="DOMActivate">
<xforms:setvalue ref="instance('entiteChoisi')/miCode" value="xxforms:context('marches')/miCode"/>
<xforms:setvalue ref="instance('entiteChoisi')/miAnnee" value="xxforms:context('marches')/miAnnee"/>
</xforms:action>
</xforms:trigger>
When we click on that link in Firefox 3.6.13 and if the popup are blocked, we get this error :
Exception in client-side code.
If the popup are unblocked, the link works fine.
On IE 7 and IE 8, this link works fine too.
We use Orbeon 3.8 release in tomcat 5.5.25 and jdk 1.6.
Have you an idea ?
Thank You.
Julien.
Free forum by Nabble | Edit this page |