<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br></div><div>not sure, whether I understand you this time :) but</div><div><br></div><div>Type information ist part of container tag:</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; color: rgb(66, 57, 246); "><span style="color: #009292"><</span><span style="color: #4b9191">cms:container</span><span style="color: #000000"> </span><span style="color: #961f8d">name</span><span style="color: #000000">=</span>"centercontainer"<span style="color: #000000"> </span><span style="color: #961f8d">type</span><span style="color: #000000">=</span>"center"<span style="color: #000000"> </span><span style="color: #961f8d">width</span><span style="color: #000000">=</span>"450"<span style="color: #000000"> </span><span style="color: #961f8d">maxElements</span><span style="color: #000000">=</span>"8"<span style="color: #000000"> </span><span style="color: #961f8d">detailview</span><span style="color: #000000">=</span>"true"<span style="color: #009292">/></span></div></div><div><br></div><div>On the other end, you name the type in the container instance in the container page. See this portion of the controlcode of a container page.</div><div><div> ....</div><div><Containers></div><div>      <Name><![CDATA[centercontainer]]></Name></div><div>      <Type><![CDATA[center]]></Type></div><div>      <Elements></div><div>       ....</div><div>      </Elements></div><div></Containers></div></div><div> ....</div><div><br></div><div><br></div><div>Does this help?</div><div>Regards</div><div>Christoph</div><div><img height="185" width="825" apple-width="yes" apple-height="yes" id="e3c5b212-46d0-475d-8bf1-e6a8457a2a18" src="cid:407516D0-336C-44C8-96F2-A46F9C905D6C@folge"></div><div><br><div><div>Am 12.09.2011 um 14:50 schrieb <a href="mailto:AJuhos@chronossystems.com">AJuhos@chronossystems.com</a>:</div><br class="Apple-interchange-newline"><blockquote type="cite"><font size="2" face="sans-serif">Hi!</font>
<br><font size="2" face="sans-serif">Thank you for your reply.</font>
<br>
<br><font size="2" face="sans-serif">Yep, I know it.</font>
<br>
<br><font size="2" face="sans-serif">The problem is that I gave a non-existing
type to my container.</font>
<br>
<br><font size="2" face="sans-serif">The question is where can I manage the
type of the containers?</font>
<br>
<br><font size="2" face="sans-serif">Thank you!</font>
<br>
<br><font size="2" face="sans-serif">Arpad</font>
<br>
<br>
<br>
<br><font size="1" color="#5f5f5f" face="sans-serif">From:      
 </font><font size="1" face="sans-serif">Christoph Fröhlich
<<a href="mailto:cfauto@folge2.de">cfauto@folge2.de</a>></font>
<br><font size="1" color="#5f5f5f" face="sans-serif">To:      
 </font><font size="1" face="sans-serif">The OpenCms mailing
list <<a href="mailto:opencms-dev@opencms.org">opencms-dev@opencms.org</a>></font>
<br><font size="1" color="#5f5f5f" face="sans-serif">Date:      
 </font><font size="1" face="sans-serif">2011.09.12 14:45</font>
<br><font size="1" color="#5f5f5f" face="sans-serif">Subject:    
   </font><font size="1" face="sans-serif">Re: [opencms-dev]
SOS question</font>
<br><font size="1" color="#5f5f5f" face="sans-serif">Sent by:    
   </font><font size="1" face="sans-serif"><a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a></font>
<br>
<hr noshade="">
<br>
<br>
<br><font size="3">Hi Arpad,</font>
<br>
<br><font size="3">to my understanding, this exception means that there is
mismatch between container definitions in the template and containers that
actually exists in your container page.</font>
<br>
<br><font size="3">I fear for every container definition that is part of
your template you need a container with that name in your containerpage.</font>
<br><font size="3">So, if you add a new container to your template you have
to modify all existing container pages :(</font>
<br>
<br><font size="3">I think it would be better to just ignore containers that
are defined in the template and does not exist in a concrete page, but
I fear it is not implemented that way. However, I'm not sure wether I understand
things fully... :)</font>
<br><font size="3">  </font>
<br><font size="3">Regards</font>
<br><font size="3">c</font>
<br>
<br>
<br><font size="3">Am 12.09.2011 um 14:23 schrieb </font><a href="mailto:AJuhos@chronossystems.com"><font size="3" color="blue"><u>AJuhos@chronossystems.com</u></font></a><font size="3">:</font>
<br>
<br><font size="2" face="sans-serif">Hi!</font><font size="3"> <br>
</font><font size="2" face="sans-serif"><br>
I have a problem with template v3 in opencms 8.</font><font size="3"> <br>
</font><font size="2" face="sans-serif"><br>
I created a new container to the top of the page. When I try to rename
the type of it to search, then I get the following error message:</font><font size="3">
<br>
</font><font size="1" face="Verdana"><br>
javax.servlet.jsp.JspException: org.opencms.main.CmsIllegalStateException:
Type "search" is inconsistent in container "search"
in locale "en" for container page "/containerpage_1/index.html".<br>
Reason: Type "search" is inconsistent in container "search"
in locale "en" for container page "/containerpage_1/index.html".</font><font size="3">
<br>
</font><font size="2" face="sans-serif"><br>
When I give a different (existing) type, for example "right"
then I am able to put a login form into that new container. But I need
to put a search form there, but it is not possible. What shall I do?</font><font size="3">
<br>
</font><font size="2" face="sans-serif"><br>
Thank you!</font><font size="3"> <br>
</font><font size="2" face="sans-serif"><br>
Arpad</font><font size="3"><br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit</font><font size="3" color="blue"><u><br>
</u></font><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev"><font size="3" color="blue"><u>http://lists.opencms.org/mailman/listinfo/opencms-dev</u></font></a>
<br><tt><font size="2"><br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
</font></tt><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev"><tt><font size="2">http://lists.opencms.org/mailman/listinfo/opencms-dev</font></tt></a>
<br><br>_______________________________________________<br>This mail is sent to you from the opencms-dev mailing list<br>To change your list options, or to unsubscribe from the list, please visit<br><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a></blockquote></div><br></div></body></html>