Tu rajoutes 3 container listes sur la même page, ou alors 3 containers dans la même container liste?

At 14.04.2006 09:44, you wrote:

Bonjour,

Je me trouve confronté à un petit problème : j'ai un ContainerList appelé portlet qui contient d'autres ContainerLists : publi standard, tableau de fichiers...
Extrait :

<content:declareContainerList name = "portletContainer"
    title = "Conteneur de portlets"
    titleKey = "portletContainer"
    bundleKey = "<%= resBundleID %>"
>
    <content:declareContainer>

        <content:declareField name = "portletType"
            title = "Type du portlet"
            titleKey = "portlet.type"
            bundleKey = "<%= resBundleID %>"
            type = "SharedSmallText"
value = "<jahia_multivalue[standard:module:tableau de fichiers:multi-colonnes:comment s'y rendre:telechargement:partenariats:onglets billets abonnements]>standard"
        />


<%//----------------------------------------------------------------- %>
        <%// Déclaration du bloc de publication standard %>
        <%@ include page="publi_std_decl.jsp" %>


<%//----------------------------------------------------------------- %>
        <%// Déclaration du tableau de fichiers %>
        <%@ include file="tableau_fichiers_decl.jsp" %>

...
 </content:declareContainer>
</content:declareContainerList>


Je choisis le type de portlet par une liste déroulante. Lorsque j'ajoute un ContainerList publication standard, un ContainerList tableau de fichiers puis un nouveau ContainerList publication standard, mes 2 ContainersList publication standard sont liés (ils ont le même contenu et si j'en modifie un, cela modifie l'autre).

Comment puis-je résoudre ce problème.

Merci !

Thomas

-------=[ pvollenweider at jahia dot com ]=---------
Jahia : A collaborative source CMS and Portal Server
www.jahia.org Community and product web site
www.jahia.com Commercial services company

Répondre à