[opencms-dev] How to edit text on a jsp page
Christian Steinert
christian_steinert at web.de
Thu Feb 23 13:21:05 CET 2006
Hi,
If you don't want to have so many pages and templates you could also put
all your static text into ONE xml page.
Then each of your jsps has to read this xml page and get all the
elements that it needs in order to insert it into the result.
In that way your site consists of all your jsps plus one file that
contains the static-text-configuration.
I would expect that you should be able to use the opencms taglib to get
individual elements out of an xml document and insert them into the
result stream, I haven't done it yet.
regards
Christian
More information about the opencms-dev
mailing list