Hi,
Currently we are working on an xpage based CMS. One of the key features of this CMS will be the dynamic creation of content. Currently we have created the following structure. A content item contains a $ref to a contenttype document. On this document type document we define which fields the content type should contain. The field information we store are the name, the default value and the type. When a user creates a new content item the backend java code will retrieve the field definition from the content type and dynamicly include the correct custom controls on the xpage (using a repeat control with dynamic include control in it ). The result will be html generated form containing the fields defined on the content type.
Now we have the following issue. Whenever we add a richtext control (the fckeditor) to the content type this editor is added to the top of the form instead of at the place where it should be placed. Could somebody help me with this issue? How can we influence this behaviour?
update: Nevermind forgot to put an <td> arround the richtexteditor