[opencms-dev] 9.5.3 doesn't render with self created jsp
Dominic Rothemel
dominic at rothemel.de
Wed Feb 3 12:50:39 CET 2016
Hello all,
my website currently running on 9.0.2 very well.
I want to update to 9.5.3 and have some problems with the configuration
of the jsp to render content with.
For some of the BootStrapDemo document types I use, I have copied and
changed the jsp.
So I have three or four jsp to render e.g. bs-textblock.
In the containerpage I always define manually the content elements and
the jsp to rendering with in the workplace.
I had no problems on 9.0.2. The content was always rendered with the jsp
I configured.
In 9.5.3 another jsp is used to render the content than configured.
No matter if I have a formatter_config file or not.
What was changed in OpenCms and how can I define the use of the correct
jsp for my needs.
(I want to decide which jsp is to use manually, not on width or so I
could define in the schema).
Thanks!
Dominic
My container pages looks like this:
...
<Elements>
<Uri>
<link type="STRONG">
<target><![CDATA[/sites/default/de/Pelikan/adverts/advert.xml]]></target>
<uuid>5264d575-b183-11e5-8478-00163e4f7f20</uuid>
</link>
</Uri>
<Formatter>
<link type="STRONG">
<target><![CDATA[/system/modules/de.rothemel.pelikan/formatters/advertising.jsp]]></target>
<uuid>7f7299bf-b207-11e5-8478-00163e4f7f20</uuid>
</link>
</Formatter>
</Elements>
<Elements>
<Uri>
<link type="STRONG">
<target><![CDATA[/sites/default/de/Pelikan/Modelle/Classic-Serien/M100-Basis/M100-os/M100-os.xml]]></target>
<uuid>9e379cf0-3273-11e4-bbc7-00163e4f7f20</uuid>
</link>
</Uri>
<Formatter>
<link type="STRONG">
<target><![CDATA[/system/modules/de.rothemel.pelikan/formatters/model.jsp]]></target>
<uuid>966b8f13-1237-11e4-b5bc-00163e4f7f20</uuid>
</link>
</Formatter>
</Elements>
...
More information about the opencms-dev
mailing list