Bonjour à tous,

Je suis un nouveau utilisateur de tapestry (j'ai découvert ce framework en septembre, avant je connaissais pas donc c'est tout nouveau pour moi...).

Je viens vers vous pour votre aide car j'ai une erreur dans la gestion de ma popup sous IE9. En fait, ma popup s'affiche bien sous firefox mais sous IE9 elle me génère une tapestryException du type :
Request event 'action' (on component pdv/produit/SaisieEanPourProduitLocal:openpopupsve) was not handled; you must provide a matching event handler method in the component or in one of its containers.
et pourtant, j'ai bien ajouté cette méthode dans mon fichier .java :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
Object onActionFromOpenPopupSVE(long shopId){
 
}
et dans mon fichier .tml j'ai ça :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
<a t:type="actionlink" t:id="openPopupSVE" t:mixins="WindowsOpener" t:pageName="pdv/produit/StructureVente" t:popupContext="myShopStuView.shopId" t:windowOptions="height=700, width=600,left=600, toolbar=no, menubar=no, scrollbars=yes, resizable=no, titlebar=yes, location=no, status=no" href="#">Structure de Vente</a>
Besoin de votre aide svp