Hi Lara,

As much as I see your paragraph has the name borderColumn, not test

Ralf

-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 5. März 2007 17:54
An: [email protected]
Betreff: [magnolia-user] ERROR
info.magnolia.module.admininterface.dialogs.ParagraphSelectDialog
ParagraphSelectDialog. java(createDialog:102) 05.03.2007 17:16:40 Unable to
load paragraph test

 
HI all,
I'm working with magnolia CE 3.0.1 I've created a custom paragraph
'test' 

With these properties:

test
--->description         BorderColumn
--->dialog              samples-rightcolumn
--->template-path     /templates/jsp/Test/paragraphs/borderColumn1.jsp
--->name              borderColunm
--->type                        jsp

borderColumn1.jsp exist in the path specified.

In the newbar I've added my customParagraph
   <cms:newBar contentNodeCollectionName="mainColumnParagraphs"
 
paragraph="samplesTextImage,samplesDownload,samplesLink,samplesTable,tes
t"/>


I've restarted my tomcat

Adding a new paragraph in my page, in a dialog  I can choose between
samplesTextImage, samplesDownload, samplesLink, samplesTable paragraph
but test doesn't compare 
In tomcat log I fount this error:

ERROR  info.magnolia.module.admininterface.dialogs.ParagraphSelectDialog
ParagraphSelectDialog.
java(createDialog:102) 05.03.2007 17:16:40  Unable to load paragraph
test


This is my borderColumn1.jsp

<jsp:root version="1.2" xmlns:jsp="http://java.sun.com/JSP/Page";
xmlns:cms="urn:jsptld:cms-taglib"
    xmlns:cmsu="urn:jsptld:cms-util-taglib"
xmlns:c="urn:jsptld:http://java.sun.com/jsp/jstl/core";>
<table width="100%">
  <tbody>
        <cms:ifNotEmpty nodeDataName="title">
                <tr><td align="left" ><font color="white"><b><cms:out
nodeDataName="title" /></b></font></td></tr>    
        </cms:ifNotEmpty>
        <tr><td >
          <table bgcolor="white" width="100%">
            <tbody>
            <tr align="left">
              <td valign="middle" width="100%">
                    <cms:out nodeDataName="text" />
              </td>
            </tr>
            </tbody>
          </table>
        </td>
      </tr>
      </tbody>
    </table>

</jsp:root>


Any Suggestion?

Thanks in advance


----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/developer.html
----------------------------------------------------------------

Reply via email to