How to know the Authoring Template’s name in IBM WCM 8

This is the simplest way to obtain the Authoring Template’s name in IBM WCM 8 (it also, apply for WCM 7), you can use this meta-tag and render the name easily: [Property context=”autofill” type=”content” field=”authtemplatename”] Another properties authtemplateid – Displays the GUID of the authoring template used by the current content item. authtemplatename – Displays the…

How to allow publishing of JavaEE applications with “errors” in IBM Rational® Software Architect

The problem Sometimes, you are creating pieces of software with many tags in HTML, JavaScript or any other front-end language that IBM Rational® Software Architect doesn’t recognize, for example today I was publishing a theme for WebSphere Portal 8 and an error started to happen in the publishing operation, in a nutshell it was about my…

“IWKMU1026X: File not found” error when render WCM components or elements in IBM WCM 6 SOLVED

Today, I spent a lot of time trying to render an ImageComponent using the WCM 6 API, because when I used the method render() from the workspace this error was appearing: IWKMU1026X: File not found The thing is, almost all in the web point to a permission issue, but at the end my solution is…

How to integrate a video player in WCM 8 (authoring template + presentation template + flowplayer resources)

When you need to integrate a video player on IBM Web Content Manager, probably you will not find very much documentation, for this reason today I would like to explain how to integrate one of the nicest video players available at this moment; I am talking about Flowplayer. Flowplayer is an HTML5 based player but…