Hi,

Im using Blossom 3 with Magnolia 5.0.2. In my component I have this:

@TabFactory("Contenu")
public void addTab(UiConfig cfg, TabBuilder tab) {
    tab.fields(
        cfg.fields.staticField("Lien").label("Lien"),
        cfg.fields.text("URLExterne").label("URLExterne"),
        cfg.fields.checkbox("URLExterneOpenSelf").label("Cible"),
        cfg.fields.pageLink("URLInterne").label("URLInterne"),
        cfg.fields.text("nom").label("Nom"),
        cfg.fields.basicUpload("image").label("Image").binaryNodeName("image"),
        cfg.fields.basicUpload("imageHover").label("Image 
hover").binaryNodeName("imageHover"),
        cfg.fields.text("titreImage").label("Titre d'image")
    );
}

And when I create a content, all the nodes are created in the JCR except for 
the two "cfg.fields.basicUpload". I have no error or warning. It's like the 
content in those two fields are ignored. When I come back to the content, the 
two file seems to be there in the dialog but I can't find where the data is 
kept for using it. It's not in assets nether.

Does anyone have the same issue ?
Thanks

Francis

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=2adcc4a1-bcb7-41e4-a2b0-159024106d8b


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

  • [magnolia-user] Blossom 3.0: Fil... Francis Laverdiere (via Magnolia Forums)

Reply via email to