Hi. I didn't go too much into your code but certainly you are forgetting to call save() on JahiaContainerService.
ServicesRegistry.getInstance().getJahiaContainersService().saveContainer ( newFlashCont, 0, paramBean); Bye. ________________________________ From: Sebastien Landeau [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 1:20 PM To: [EMAIL PROTECTED] Subject: [API] Inserting new container in a containerlist, doesn't work Hello, Context : * Jahia Version : 4.0.4 build 5822 (bundle with packaged Tomcat) * OS : Linux Fedora Core 2 * JDK : 1.4.2_05 * DB : mySQL I'm trying to build a JSP page to dynamically insert a new Container in a ContainerList (importing content from external data). But it doesn"t work. IN attachment, my JSP page (a modification of the simple template from the corporate samples). What is bad in it ?? THank's a lot.
