Tom Wespi ha scritto:
hello, this is a bug in SD, you have to add the node data "dialogPath" (String) to your paragraph with the path to your dialog in it. then it will work.

HTH

tom

Hi Tom,
thanks for your suggestion...I rellay appreciate it!
But I suppose it is not enough (or more probably I do some mistakes somewhere..).

This is my module configuration:

[ ] myModule
    [ ] dialogs
        [ ] m01-dialog
            * tab-settings
              [...tab definition...]
    [ ] templates
    [ ] paragraphs
        * m01-paragraph
          - description = "m01 description" (String)
          - dialog = "m01-dialog" (String)
          - dialogPath = "m01-dialog" (String)
          - showInNewParagraphList = "true" (String)
- templatePath = "/templates/test/paragraphs/m01-par/test.jsp" (String)
          - title = "m01-paragraph" (String)
          - type = "jsp" (String)

My paragraph and its dialog works well, settings are stored, jsp is correctly shown.. but the exception is anyway trown on console:

ERROR ch.esense.module.sitedesigner.tags.ParagraphInformation ParagraphInformation.java(doEndTag:384) 06.10.2008 11:14:15 dialogs/m01-dialog
javax.jcr.PathNotFoundException: dialogs/m01-dialog
        at org.apache.jackrabbit.core.NodeImpl.getNode(NodeImpl.java:2501)

What am I missing??

Thanks!
Matteo


----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------

Reply via email to