Questions tagged [opencms]

OpenCms is an open source content management system written in Java. It is distributed by Alkacon Software under the LGPL license. OpenCms requires a JSP Servlet container such as Apache Tomcat.

It is a CMS application with a browser-based work environment, asset management, user management, workflow management, a WYSIWYG editor, internationalization support, content versioning, and more features.

OpenCms was launched in 1999, based on its closed-source predecessor MhtCms. The first open source version was released in 2000.

OpenCms has been used by large organizations such as the LGT Bank of Lichtenstein, BP South Africa, and UNICEF Netherlands. Other major corporations, such as AT&T, may also use this software.

146 questions
1
vote
0 answers

Create a custom contentload on opencms and jstl

I am new to using OpenCms and Jstl, I should list some files for the "data" field in their properties, I tried to use some methods:
Numero 21
  • 245
  • 5
  • 17
1
vote
2 answers

OpenCMS and CVS

How does one integrate working with CVS and OpenCMS, specifically looking at maintaining properties and metadata? I have OpenCMS set up on my local machine for development, as well as Eclipse connected to CVS. I can synch files between OpenCMS and…
Jay
  • 901
  • 1
  • 8
  • 18
1
vote
0 answers

Any way of naming validation rules in OpenCMS XSD files?

So, I am using a CMS platform to manage content, OpenCMS specifically but the question is generic. Said platform uses XSD files to define its template elements and i18/message files to internationalize them. I have achieved basic…
dot
  • 64
  • 7
1
vote
3 answers

Java based open source Digital Assest Management system

we are working on a project which is CMS system in itself and will require to handle a lots of digital data like images,videos and other assets. we are analysing the options to use any thrid party DAMS system build in java since we are working on…
Umesh Awasthi
  • 23,407
  • 37
  • 132
  • 204
1
vote
1 answer

Critical error during OpenCms initialization: The OpenCms setup wizard is still enabled?

Trying to run my OpenCms application as Java SpringBoot application. For the first time, we need to run DB setup page so at that time am getting exceptions like below. Critical error during OpenCms initialization: The OpenCms setup wizard is still…
Chandhu
  • 37
  • 6
1
vote
1 answer

How to list files from a folder in opencms?

I need to create a new resource type in opencms which have 1 field. The field is for a target folder. Every time I select a folder from VFS and save the resource(xml) the formatter will render a the list of files from the specified folder. I managed…
1
vote
1 answer

OpenCMS add property to a page

I'm trying to use this module on opencms: http://www.codedroids.com/en/opencms/downloads/com.codedroids.oc.forms.html I am following the documentation: http://www.codedroids.com/export/download/pub/forms-guide.pdf It says "add those properties to…
Matteo Mosca
  • 7,380
  • 4
  • 44
  • 80
1
vote
1 answer

OpenCms localization

I downloaded OpenCMS 7.5.3 Make setup. Read doc. I want to do Hindi locale. Any good detailed tutorial available for multilanguage site.
cyber_raj
  • 1,780
  • 1
  • 14
  • 25
1
vote
1 answer

OpenCMS JSP template

I am using opencms 10. Well have created simple jsp template by following this link <%@page buffer="none" session="false" trimDirectiveWhitespaces="true" %> <%@ taglib prefix="cms" uri="http://www.opencms.org/taglib/cms" %> <%@ taglib prefix="c"…
user6144795
1
vote
2 answers

OpenCMS Publish Permission

I am using OpenCMS 10. 1) I have created a new user lets say mkumar. 2) I assigned Users group to the user. 3) I assigned Element author role (having least permissions) Element Author An element author can only access the page editor (and…
user6144795
1
vote
1 answer

What name pattern macros are available in OpenCMS?

I can't find any information on available macros for the name-pattern in OpenCMS, besides the %(number) one. Are there any other macros? I try to achieve something like %(title)_%(year)%(month)%(day).html. However, OpenCMS doesn't recognize these…
greenit
  • 13
  • 3
1
vote
3 answers

How to make editable menus with OpenCms

How to make editable menus with OpenCms. I want when user clicks on edit button then he can change anything with menu - menu label, Link URL, he can add/del an item from sub-menu list etc.
cyber_raj
  • 1,780
  • 1
  • 14
  • 25
1
vote
1 answer

integrating WebApplication and OpenCms

Hey I just want to integrate already existing application with OpenCms Contents.Let me explain a example:i have an application like Demo.war now i want to integrate sreekanth.war and OpenCms how can i integrate could u explain or provide some…
sreekanth
  • 31
  • 1
  • 3
1
vote
1 answer

Regex conditional: give the user exactly two options

The user has to type in his/her customer number in a browser form. The backend is built with java-based OpenCMS. The customer number consists of 8 alphanumerical, a slash then another 3 chars (i.e., 12 chars in total). However, sometimes users…
Amir Rahbaran
  • 2,380
  • 2
  • 21
  • 28
1
vote
2 answers

Integrating CMS with Spring MVC Application

I have a Spring MVC based application and there is a need to implement Blog with tags in it. I searched for various ways to integrate CMS with Spring MVC application, I come up with Open CMS, Mangolina CMS. But the way how they integrate with Spring…
Jeevan Mysore
  • 255
  • 5
  • 16
1 2
3
9 10