[magnolia-dev] Import/Export Content from xml HTML files

2013-11-06 Thread sai kalyan (via Magnolia Forums)
I have a set of XML files using a schema would like to know how can we Import/Export Content these files into the magnolia. Also I do have HTML/XHTML files from which content needs to be identified. -- Context is everything:

[magnolia-dev] How can I create a REST API which will expose website navigation (Menus - Name and its Link)?

2013-11-05 Thread Manimaran R (via Magnolia Forums)
Hi, I am using Magnolia [b]4.5.10[/b]. I would like to create the REST service (server side) which will expose the navigation detail (including Name and the Url which is pointing to). I am trying to use RESTeasy to implement this. Please guide. Thank you. Regards, Manimaran -- Context is

[magnolia-dev] Re: How can I create a REST API which will expose website navigation (Menus - Name and its Link)?

2013-11-05 Thread Manimaran R (via Magnolia Forums)
Created sample rest endpoint - MenuJsonEndPoint, when I hit the URL (http://localhost:8080/magnoliaAuthor/.magnolia/rest/menujson/get) I am getting the following exception. [code]org.jboss.resteasy.plugins.providers.jaxb.JAXBMarshalException: Could not find JAXBContextFinder for media type:

[magnolia-dev] Magnolia and Woltlab BurningBoard Bridge

2013-11-04 Thread Timo H. (via Magnolia Forums)
Hello, I searched for an Open Java CMS so I stumbled across Magnolia and found it very interesting, so I am very new to it and I haven't read the documentation so far. I have got an old WBB License and wanted to use it with my Website too because I like the feel and usability of WBB. My

[magnolia-dev] Re: New app does not show up in the Magnolia shell

2013-10-31 Thread Markus Bubendorf (via Magnolia Forums)
The JAR is OK and always was. I solved the issue now: I had to move everything to /modules/tutorial-products as this is the correct path. Up to yesterday the tutorial told me to use /modules/ui-products-app but now the tutorial has been fixed. Thanks for your help Markus -- Context is

[magnolia-dev] New app does not show up in the Magnolia shell

2013-10-30 Thread Markus Bubendorf (via Magnolia Forums)
Hi I went through the My first content app tutorial but I'm stuck at the stage where the app should appear in the Magnolia shell. I created the JAR and installed it. It appears in the configuration. Then I created the folder and content nodes under /modules/ui-products-app and added an entry

[magnolia-dev] Re: New app does not show up in the Magnolia shell

2013-10-30 Thread Antti Hietala (via Magnolia Forums)
Hi Markus, [quote]new app should appear [in the launcher]. But it doesn't.[/quote] Things to check: - Make sure the node names in your app definition and app launcher layout match exactly. - The app must have a valid descriptor class. Check the fully-qualified name in the 'class' property. -

[magnolia-dev] Re: New app does not show up in the Magnolia shell

2013-10-30 Thread Markus Bubendorf (via Magnolia Forums)
Hi Antti Thanks for your answer. [quote]- Make sure the node names in your app definition and app launcher layout match exactly.[/quote] They are the same. I checked that several times! [quote]- The app must have a valid descriptor class. Check the fully-qualified name in the 'class'

[magnolia-dev] Re: New app does not show up in the Magnolia shell

2013-10-30 Thread Antti Hietala (via Magnolia Forums)
[quote]The app icon appears if I move the whole /modules/ui-products-app/apps/products subtree to /modules/ui-centraladmin/apps![/quote] That means the app config is OK but your module did not load correctly. Check that the module descriptor XML and custom node type XML files are like in the

[magnolia-dev] Re: Problem with Area (Templates-- Introduction to templating)

2013-10-29 Thread Antti Hietala (via Magnolia Forums)
Hi Manish, [quote]I am creating area 'mainArea.ftl' and linking it to my page script 'helloWorld.jsp', the code of mainArea.ftl is displayed.[/quote] It looks like you are mixing JSP and FTL templates. Your page is a Freemarker template (renderType=ftl) but you are trying to render a JSP area

[magnolia-dev] Problem with Area (Templates-- Introduction to templating)

2013-10-26 Thread Manish Sharma (via Magnolia Forums)
Hi everyone. Today I just started to learn magnolia. So I have setup and configured magnolia 5 successfully. I have gone through the documentation on Introduction to templating. The problem is when I am creating area 'mainArea.ftl' and linking it to my page script 'helloWorld.jsp', the code of

[magnolia-dev] Re: Problem with Area (Templates-- Introduction to templating)

2013-10-26 Thread Manish Sharma (via Magnolia Forums)
Here is the screen shot [img]https://lh6.googleusercontent.com/-iura8fQoAPw/Umu1BDOWTYI/AK8/7lMiJk2eSjI/s912/Magnolia%25205_Area.jpg[/img] -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=e99bf5fc-6257-49d3-9a98-7722a6617fe9

[magnolia-dev] Want to have common areas and content across templates

2013-10-21 Thread Nirmal Sharma (via Magnolia Forums)
Hi, I have a Home page template which extends stkHome page template. I have defined areas such as htmlHeader, branding and footer using configuration. Now i wanted to create Product Page Template using Blossom and want to use these areas which are available in Home Page Template. I want to

[magnolia-dev] Not able to export website to xml

2013-10-17 Thread Nirmal Sharma (via Magnolia Forums)
Hi, We are trying to export website to xml using export tool. But it is not exporting the xml. Please help us. Thanks, Nirmal Sharma -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=b6d92b8f-b858-49cb-8f08-fda9b8e9641e

[magnolia-dev] Re: Not able to export website to xml

2013-10-17 Thread Nirmal Sharma (via Magnolia Forums)
Here is my error log: 12:34:39,337 ERROR [info.magnolia.cms.servlets.MVCServletHandlerImpl] (http-localhost/127.0.0.1:8080-2) can't call command: exportxml: java.lang.RuntimeException: org.apache.jackrabbit.core.data.DataStoreException: Error opening input stream of

[magnolia-dev] Re: Disable zoom and crop features

2013-10-16 Thread Antti Hietala (via Magnolia Forums)
Hi Nirmal, [quote]We want to disable the zoom and crop features for these components.[/quote] You can configure image variations in your theme. Define different target sizes and/or set crop to false. http://documentation.magnolia-cms.com/display/DOCS/Themes#Themes-Imagevariations Note that

[magnolia-dev] Magnolia CMS CE on github?

2013-10-16 Thread adrien beber (via Magnolia Forums)
Is Magnolia CMS Community Edition going to be on Github some day? I understand Magnolia International wants the source code to be on its own server for the Enterprise Edition. But regarding the Community Edition, having the source code on Github seems sensible. [u]A few pros coming to my

[magnolia-dev] Disable zoom and crop features

2013-10-15 Thread Nirmal Sharma (via Magnolia Forums)
Hi, We are using stkPromo and stkTextImage components. stkPromo component is zooming the original image and stkTextImage component is cropping the image. We want to disable the zoom and crop features for these components. Please help us how we can achieve this. Thanks, Nirmal Sharma --

[magnolia-dev] Re: Not able to log in Magnolia Admin Central

2013-10-13 Thread Jan Haderka (via Magnolia Forums)
Hi Nirmal, I assume you get this when running Tomcat from within Eclipse, right? If that is the case you need to configure that instance of Tomcat inside of Eclipse to have more memory. The settings for eclipse itself doesn't apply to the Tomcat instance as it runs in separate java process. If

[magnolia-dev] Not able to log in Magnolia Admin Central

2013-10-11 Thread Nirmal Sharma (via Magnolia Forums)
Hi, I am not able to log in to Magnolia Admin Central. I am getting the out of memory error when i submit the log in credentials. I have JVM Memory settings set to -Xmx1024m in Eclipse. Below is the error. Please help us. 2013-10-11 17:18:20,220 ERROR

[magnolia-dev] Re: Blossom Integration with Magnolia 5.0.4

2013-10-09 Thread Tobias Mattsson (via Magnolia Forums)
In your project you can mix STK and Blossom, on the same page you can have some components implemented using STK and some using Blossom. Extending an STK template using Blossom is not easily done because they use different programming models. The RenderingModel implementation used by STK

[magnolia-dev] Re: How can i create a custom component as sub component for stkFooterLinkList component ?

2013-10-09 Thread Tobias Mattsson (via Magnolia Forums)
Hi Nirmal, This is usually done in your modules version handler. When the module is installed it will then add this extra node. The version handler is free to make any changes it needs. The default version handler used unless you specify your own will import xml files placed in

[magnolia-dev] Images are not rendered

2013-10-09 Thread Nirmal Sharma (via Magnolia Forums)
Hi, I am adding the content to stkCarouselPaging component through edit mode and i am pointing image for this component through dms. I am not getting images rendered. Please help. Thanks in advance. Below is the exception: Caused by: javax.servlet.ServletException:

[magnolia-dev] Override stkTeaserPaging ftl script with my own script

2013-10-08 Thread Nirmal Sharma (via Magnolia Forums)
Hi, I want to override stkTeaserPaging ftl script with my own script through programmatic approach. Please help us. Thanks, Nirmal Sharma -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=bde49c2d-caff-44e7-829b-cf373cc0e299

[magnolia-dev] Re: How can i create a custom component as sub component for stkFooterLinkList component ?

2013-10-08 Thread Nirmal Sharma (via Magnolia Forums)
Hi Tobias, The stkFooterLinkList is configured to allow stkFooterInternalLink and stkFooterExternalLink being added to its area. How we can make another component available to stkFooterLinkList through programmatic approach. Thanks, Nirmal Sharma -- Context is everything:

[magnolia-dev] How can i create a custom component as sub component for stkFooterLinkList component ?

2013-10-07 Thread Nirmal Sharma (via Magnolia Forums)
Hi, How can i create a custom component as sub component for stkFooterLinkList component using Blossom? Please guide us. Thanks, Nirmal Sharma -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=bc043602-f4a1-4314-98fa-742c7c5e1e41

[magnolia-dev] Proposal: LinkFieldDefinition extended with workspace name

2013-10-07 Thread Gerton ten Ham (via Magnolia Forums)
Hi, I noticed that a field defined using the LinkFieldDefinition only saves the identifier of the selected node. This is probably fine if you stay within the Magnolia CMS UI, but it lacks necessary information if you need to get the selected node back from within a external application. The

[magnolia-dev] Re: Question to: Creating a new Blossom project using maven archetypes

2013-10-07 Thread Tobias Mattsson (via Magnolia Forums)
Hi Ralf, Place jsps in /src/main/resources/mgnl-files/templates/acmeModule/pages /src/main/resources/mgnl-files/templates/acmeModule/areas /src/main/resources/mgnl-files/templates/acmeModule/components And ftls in /src/main/resources/acmeModule/templates/pages

[magnolia-dev] Re: How can i create a custom component as sub component for stkFooterLinkList component ?

2013-10-07 Thread Tobias Mattsson (via Magnolia Forums)
Hi Nirmal, The stkFooterLinkList is configured to allow stkFooterInternalLink and stkFooterExternalLink being added to its area. To make another component available you need to configure it at /modules/standard-templating-kit/templates/components/stkFooterLinkList/areas/linkList/, there's

[magnolia-dev] Re: How can i create a custom component as sub component for stkFooterLinkList component ?

2013-10-07 Thread Nirmal Sharma (via Magnolia Forums)
Hi Tobias, Thanks for the help. Can you tell me that how can we do the same through coding rather doing through admin central.? I am also looking for component inheritance using Blossom. I want to create a custom component which should extend stkFooterLinkExternal component. Can you help us

[magnolia-dev] Re: Blossom Integration with Magnolia 5.0.4

2013-10-07 Thread via Magnolia Forums
Hi again! Today I was trying to install my blossom module created (the jar file) into a Magnolia community 5.1-rc-1. I have added all the jar dependences for my module (spring and blossom), and the instalation was ok, but then, when I try to create a new page, I can't find the Two columns

[magnolia-dev] Re: Blossom Integration with Magnolia 5.0.4

2013-10-07 Thread Tobias Mattsson (via Magnolia Forums)
Hi Francisco, Do you have errors in the log while starting up? This is usually caused by the module not starting up properly or not being correctly configured. You did have it working before, what has changes? Package names maybe? // Tobias -- Context is everything:

[magnolia-dev] Re: Blossom Integration with Magnolia 5.0.4

2013-10-07 Thread via Magnolia Forums
I'm afraid that I didn't notice the errors in the log, sorry so much. I have had to add a lot of dependencies more (I'm using a soap integration in my module). So now everything is ok, but I have one more doubt. Is there a way to extend standard-templating-kit templates with blossom components?

[magnolia-dev] Question to: Creating a new Blossom project using maven archetypes

2013-10-05 Thread Ralf Schwarz (via Magnolia Forums)
Hello, im pretty new in developing with Magnolia + Blossom. I followed the instructions described on that wiki page: http://wiki.magnolia-cms.com/display/WIKI/Creating+a+new+Blossom+project+using+maven+archetypes Everything builds fine. But now i'm not sure what the best location for my

[magnolia-dev] Re: Blossom Integration with Magnolia 5.0.4

2013-10-04 Thread via Magnolia Forums
That error marked by mi IDE is because of it doesn't recognise jstl taglibs. The problem that I was changing the templates generated with blossom and deploying in my instance of magnolia without deleting the database and seems that I can't do that... I got to develop a simple integration

[magnolia-dev] Setting User Properties in 4.5

2013-10-03 Thread Benjamin Brupbacher (via Magnolia Forums)
Hi there… I have seen that from 4.5 on the method setPropery in info.magnolia.cms.security.User is deprecated and not supported anymore. Now I use the method setProperty in info.magnolia.cms.security.MgnlUserManager. This works fine, the JCRNode gets updated. [b]My problem is, that the

[magnolia-dev] Re: Blossom Integration with Magnolia 5.0.4

2013-10-01 Thread via Magnolia Forums
Thank you so much both Francisco and Tobias for your help. Now I can launch the magnolia instance in tomcat without any console error. However, during magnolia instalation (in the browser) I have two errors as you can see in the attached image:

[magnolia-dev] Re: Blossom Integration with Magnolia 5.0.4

2013-10-01 Thread via Magnolia Forums
Sorry, I finally managed to fix the errors adding 2 dependences in the web-app pom file. dependency groupIdinfo.magnolia.ui/groupId artifactIdmagnolia-ui-framework/artifactId version5.1-rc1/version /dependency dependency groupIdinfo.magnolia/groupId

[magnolia-dev] Re: Blossom Integration with Magnolia 5.0.4

2013-10-01 Thread Francisco J. Giner (via Magnolia Forums)
You have something wrong in your pages/main.jsp as you can see by the red X in the icon file of your IDE. You need to fix it to render correctly the template. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=3f466009-9d53-4b7d-96cf-e3ecad87be97

[magnolia-dev] Re: Blossom Integration with Magnolia 5.0.4

2013-09-30 Thread via Magnolia Forums
Thank you so much Tobias, but I have problems while compiling the project. 1. I have created a project from an archetype to create a Magnolia project (a parent pom and a webapp) (option 5). I have set the Magnolia 5.1-rc1 version in the wizzard. 2. I have created a module from an archetype to

[magnolia-dev] Re: Blossom Integration with Magnolia 5.0.4

2013-09-30 Thread Tobias Mattsson (via Magnolia Forums)
Hi Francisco, Could you provide the full maven log, perhaps using pastie.org or pastebin.com ? -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=3f466009-9d53-4b7d-96cf-e3ecad87be97 For list

[magnolia-dev] Re: Blossom Integration with Magnolia 5.0.4

2013-09-30 Thread via Magnolia Forums
Hi again Tobias, I have pasted the full log including debug in pastebin.com, you can check it on the following link: [url]http://pastebin.com/WiDwvDgX[/url] -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=3f466009-9d53-4b7d-96cf-e3ecad87be97

[magnolia-dev] Re: Blossom Integration with Magnolia 5.0.4

2013-09-30 Thread Tobias Mattsson (via Magnolia Forums)
It looks like /home/javi/.m2/repository/info/magnolia/magnolia-empty-webapp/5.1-rc1/magnolia-empty-webapp-5.1-rc1.war is corrupt. Try deleting it from your local drive and build again to have it downloaded again. -- Context is everything:

[magnolia-dev] Re: Blossom Integration with Magnolia 5.0.4

2013-09-30 Thread via Magnolia Forums
Thank yo so much Tobias, now I have got the war file, but while I'm launching tomcat I get this Error: 2013-09-30 16:27:00,547 ERROR info.magnolia.init.MagnoliaServletContextListener : Oops, Magnolia could not be started info.magnolia.module.model.reader.ModuleDependencyException: The following

[magnolia-dev] Spring Data JPA, Blossom and Magnolia

2013-09-30 Thread Francisco J. Giner (via Magnolia Forums)
Hello everybody, I'm trying to integrate Spring JPA Data with Blossom and Magnolia. Using Autowired repositories created with Spring JPA on templates with Blossom works perfect, but I need this repositories to create a custom UserManager. The Application Context that i use on Blossom is not

[magnolia-dev] Re: Blossom Integration with Magnolia 5.0.4

2013-09-30 Thread Francisco J. Giner (via Magnolia Forums)
Hi Francisco, In your module directory go to src - main - resources - META-INF - magnolia... There are a xml file that is called as your module. Open it and delete the fckEditor dependency. Salutes! -- Context is everything:

[magnolia-dev] Blossom Integration with Magnolia 5.0.4

2013-09-27 Thread via Magnolia Forums
Hello, I am learning Magnolia by myself. I have my own instance of magnolia (5.0.4) built from maven archetypes. I have to develop an integration with an external application. As I have read, blossom is the best way to perform this, but I am encountering problems with magnolia and blossom

[magnolia-dev] Re: Blossom Integration with Magnolia 5.0.4

2013-09-27 Thread Tobias Mattsson (via Magnolia Forums)
Hi Francisco, Blossom 3.0 supports Magnolia 5.1. Both are currently in release candidate stage. The final release is only days away. Use 5.1-rc1 of Magnolia and 3.0-rc1 of Blossom. Here's the maven dependency you'd use in your project, note that the groupId is now info.magnolia.blossom:

[magnolia-dev] Re: Autogenereated list

2013-09-25 Thread adrien beber (via Magnolia Forums)
You might want to post this question on Get help with Magnolia forum: http://forum.magnolia-cms.com/forum/threads.html?forumId=caf52257-62a1-40c4-8da7-cefb66785062page=1 -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=b9d86bf7-e67c-46c0-ad26-345d7f2bcba4 You

[magnolia-dev] Re: Blog Module

2013-09-25 Thread adrien beber (via Magnolia Forums)
Again, you might want to post this question on Get help with Magnolia forum to get good answers: http://forum.magnolia-cms.com/forum/threads.html?forumId=caf52257-62a1-40c4-8da7-cefb66785062page=1 -- Context is everything:

[magnolia-dev] Re: Compatibility magnlia-module-form

2013-09-09 Thread Markus Koch (via Magnolia Forums)
Ok, I tried it with the new Module, but now I get the following error. Where is the problem? [code]ERROR info.magnolia.cms.taglibs.Include : java.lang.NullPointerException at info.magnolia.module.form.paragraphs.models.AbstractFormModel.execute(AbstractFormModel.java:77)

[magnolia-dev] Re: Compatibility magnlia-module-form

2013-09-09 Thread Jan Haderka (via Magnolia Forums)
Do you render the page in any other situation then on the web (http) request, e.g. via e-mail, workflow or some other processing that is not done in web context? -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=f4883f7d-ad4e-428b-b483-82dd9224c11b You are

[magnolia-dev] Re: Compatibility magnlia-module-form

2013-09-04 Thread Markus Koch (via Magnolia Forums)
Thanks for your answer. It helped me :) Cheers, Markus -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=f4883f7d-ad4e-428b-b483-82dd9224c11b You are invited to Magnolia Conference. Less than a month to go! Register now:

[magnolia-dev] Autogenereated list

2013-09-02 Thread Fahad Mehdi (via Magnolia Forums)
Hi, I created a template with subcategory news_entry and added multiple pages using that news entry template. Now, I want a page which lists all news entries I added (auto generated list?). How do I get list of all pages with subcategory=news_entry? -- Context is everything:

[magnolia-dev] Re: Code freeze 4.5.11

2013-08-30 Thread Milan Divilek (via Magnolia Forums)
Hello list, release 4.5.11 done. So we are unfreezing 4.5.x branch of main project and bundles. Also every module included in this release MGNLSTK 2.0.12, MGNLRSSAGG 1.4.3, MGNLDMS 1.6.9, MGNLCAT 1.2.8, MGNLPUR 1.4.5, MGNLMIGRATION 1.2.5, MGNLETK 2.0.12 Milan -- Context is everything:

[magnolia-dev] Blog Module

2013-08-30 Thread Fahad Mehdi (via Magnolia Forums)
Hi, I'm using mangolia 5 (Community Version). I installed the blog module by downloading from [url=http://nexus.magnolia-cms.com/index.html#nexus-search;quick~blog]nexus[/url] So I placed the jar file in lib directory, and restarted server and went ahead with magnoliaAuthor update ... all

[magnolia-dev] Bootstrapping scripts

2013-08-12 Thread Kevin Van Den Elshout (via Magnolia Forums)
Hello, I want to bootstrap some scripts. I already have the xml present but I'm wondering in what folder I should put these files. For the moment I'm putting them in mgnl-bootstrap\groovy\ but they are not loaded. Does anybody have any idea why? Thanks in advance -- Context is everything:

[magnolia-dev] Compatibility magnlia-module-form

2013-08-09 Thread Markus Koch (via Magnolia Forums)
Hi! I'm wondering how to find out, which magnlia-module-form Versions are working with Magnolia 4.4.1. Is there any compatibility list? (I'm asking because I habe some problems with form submission, when cookies are deactivated...) Regards, Markus -- Context is everything:

[magnolia-dev] Re: Compatibility magnlia-module-form

2013-08-09 Thread via Magnolia Forums
Hello Markus the last [i]Form Module[/i] version compatible with 4.4.1 is [url]http://nexus.magnolia-cms.com/content/repositories/magnolia.public.releases/info/magnolia/magnolia-module-form/1.3.5/[/url] You can check it in [i]magnolia-module-form-1.3.5.pom[/i] file, look for

[magnolia-dev] Re: Bug in groovy module? should declare at least one class named

2013-08-07 Thread Peter Wintzell (via Magnolia Forums)
I've seen this on 1.2.5 as well as 2.0.2. / Peter -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=43af0bbb-5872-465f-8ba8-e6a03893b97a For list details, see:

[magnolia-dev] Bug in groovy module? should declare at least one class named

2013-08-06 Thread Peter Wintzell (via Magnolia Forums)
Reproduce: 1. Create ClassA in groovy and select enabled: [code] package our; public class ClassA { public ClassA(){ } public String getString(){ return my string; } } [/code] 2. Press save 3. Create ClassB and select enabled: [code] package our; public class ClassB { public

[magnolia-dev] Re: Bug in groovy module? should declare at least one class named

2013-08-06 Thread federico grilli (via Magnolia Forums)
Hi, this is definitively a bug, thanks for spotting. I filed an issue in jira http://jira.magnolia-cms.com/browse/MGNLGROOVY-76. I was able to reproduce it on 2.0.2 version. Can you tell me which groovy module version are you using? Regards, Federico -- Context is everything:

[magnolia-dev] Magnolia5 STK ExternalLinkModel

2013-07-31 Thread Serg Nesterenko (via Magnolia Forums)
getLinkTitle method use EscapeUtil.escapeXss as result on rendering non-English title you can see encoded chars #1092;#1099;#1074;#1072; Found temporary solving: cmsfn.externalLinkTitle(content,link,linkTitle) -- Context is everything:

[magnolia-dev] How to set up deletion workflow

2013-07-30 Thread Markus Koch (via Magnolia Forums)
Hello! I'm trying to set up a work flow for page deletion, but all I can find is de/activation. Where can I find an example? Thanks Markus -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=f3f9347b-1af1-4636-b218-6f7b54e057ac

[magnolia-dev] Re: Nested Components: Dialog?

2013-07-29 Thread via Magnolia Forums
Hello, Maybe you can use autogeneration: [url]http://documentation.magnolia-cms.com/modules/templating-samples.html#Linkcomponents[/url] add certain components and then allow only edit action to change content by editors. [quote]You can limit the number of items, but whether the editor uses

[magnolia-dev] template creation

2013-07-28 Thread Shubhankar Banik (via Magnolia Forums)
Hi, I have started reading documentation of magnolia . I am a UI developer , and my job is now to migrate a spring mvc web app to convert to a magnolia app . I am totally new to magnolia .and i need brief documentation on templating, can you guys help me out .thanks in advance -- Context is

[magnolia-dev] Language Changes in Magnolia .Drops Query Parameter from URL

2013-07-26 Thread Saurabh Paul (via Magnolia Forums)
Hey guys, I am trying to implement something like http://localhost:8080/student/info.html?student_id=1234; and default language is English. When I am on the above page and changing the language to Russian or any other language . It drops the query param (student_id)and just shows

[magnolia-dev] Re: Nested Components: Dialog?

2013-07-22 Thread Lennart (via Magnolia Forums)
Hi, thanks for replying. Your answer helped me to find two different problems on my side: - I did not specify the area in my script (@cms.area), so I never saw the added components - it is not allowed to specify two availableComponents with the same ID Error #2 was because as I mentioned

[magnolia-dev] Re: Nested Components: Dialog?

2013-07-22 Thread via Magnolia Forums
Hi Lennart, which version of Magnolia do you use? 4.5.9/5.0 offer Restricting component actions: [url]http://documentation.magnolia-cms.com/templates/stk/template-prototype.html#Restrictingcomponentactions [/url] Even if this is not exactly what you want, you can add two components, disable

[magnolia-dev] Re: Nested Components: Dialog?

2013-07-22 Thread Lennart (via Magnolia Forums)
Hi Roman, thanks for the hint :-) I'm using v5, sorry for not mentioning this. You write you can add two components: I guess you mean adding them to a page, right? Or is there a way to add a certain amount of components to a container component? Because that would solve my issue! Regarding

[magnolia-dev] Extending Dialogs

2013-07-12 Thread Lennart (via Magnolia Forums)
Hi, let's say I have three kinds of teasers: #1, small: headline, button text, background image #2, large: small teaser with larger image and copy #3, video: large teaser plus youtube video What I want to do now is to build three dialogs: #1: headline and button text (TextFieldDefinition), bg

[magnolia-dev] Re: Extending Dialogs

2013-07-12 Thread Antti Hietala (via Magnolia Forums)
For the extends property, use a relative or absolute path without the module name and colon. Example with relative path: extends = ../teaser See how the stkTeaser dialog definition in /modules/standard-templating-kit/dialogs/components/teasers/stkTeaser extends a base teaser dialog. The

[magnolia-dev] Re: Extending Dialogs

2013-07-12 Thread Lennart (via Magnolia Forums)
Thanks (again)! Awesome: That inherits even the label-property (plus actions, ...) from the parent dialog :-) -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=c45d9353-7ac3-444b-869c-ca456147f710

[magnolia-dev] Nested Components: Dialog?

2013-07-12 Thread Lennart (via Magnolia Forums)
Hi again, I've created a component with one area of type list. This area contains two availableComponents. Each of these nested components has a dialog. I set maxComponents of the area to 2. When I try to edit the parent component I get an Entry for [null] not found in registry-error, leading

[magnolia-dev] Re: Add Data Synchronization Module in Magnolia CMS Community?

2013-07-03 Thread Antti Hietala (via Magnolia Forums)
[quote]Data Synchronization Module to a Magnolia 5.0 Community instance? Is this even possible or it just applies for the Enterprise editions?[/quote] Synchronization is an Enterprise Edition only module, not available for Community Edition. Furthermore, Enterprise Edition of Magnolia 5 is not

[magnolia-dev] Add Data Synchronization Module in Magnolia CMS Community?

2013-07-02 Thread stbn-sm (via Magnolia Forums)
Hello everybody! Do any of you guys have the knowledge to please tell me how to implement a Data Synchronization Module to a Magnolia 5.0 Community instance? Is this even possible or it just applies for the Enterprise editions? Thanks a lot ! -- Context is everything:

[magnolia-dev] Re: Limiting the Number of Components Editor Can Add to an Area

2013-07-01 Thread Arthur Oysgelt (via Magnolia Forums)
Antti, thank you for your prompt reply. I will look at the Standard Templating Kit. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=5060d187-1d06-4725-b073-f3b327a701b4 For list details, see:

[magnolia-dev] Magnolia 5: Developing custom form fields

2013-06-28 Thread Wiedse Hiemstra (via Magnolia Forums)
Hi Magnolia team, In Magnolia 5 I'm trying to develop a custom form field. I've read some documentation (http://wiki.magnolia-cms.com/display/DOCS/Developing+custom+forms+and+dialog+fields), but this url isn't accessible without logging in. The first step is to create a field definition which

[magnolia-dev] Re: Magnolia 5: Developing custom form fields

2013-06-28 Thread Wiedse Hiemstra (via Magnolia Forums)
In the documentation I read that you have to register your form field for use in the ui-admincentral module. This I couldn't find, but my dear collegue did find it in a different place in the configuration: ui-framework - fieldTypes So my issue has been solved! Hopefully the documentation

[magnolia-dev] Re: Limiting the Number of Components Editor Can Add to an Area

2013-06-26 Thread Antti Hietala (via Magnolia Forums)
Hi Arthur, [quote]limit the number of components that an editor can add to a template area[/quote] The maxComponents area property sets the limit. I am not sure how exactly you do it in Blossom if you configure areas by code but have a look at these docs.

[magnolia-dev] Limiting the Number of Components Editor Can Add to an Area

2013-06-25 Thread Arthur Oysgelt (via Magnolia Forums)
Our project uses Blossom 2.0 / Magnolia 4.5, and I'm trying to figure out a way to limit the number of components that an editor can add to a template area. For instance, I would like to prevent the editor from adding more than 4 components into a specific area. How can I do this? Looking at

[magnolia-dev] Re: Form Processing

2013-06-25 Thread Amna Aleem (via Magnolia Forums)
Waiting for reply for my question -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=19e3aec8-8c10-4332-bf76-f81715606141 For list details, see:

[magnolia-dev] Re: Form Processing

2013-06-25 Thread via Magnolia Forums
Hi Amma, Defining a new form processor requires some java coding. You need: - set up your enviroment [url=null]http://documentation.magnolia-cms.com/developing/dev-environment.html[/url] - download source code of form module

[magnolia-dev] Re: Form Processing

2013-06-24 Thread Amna Aleem (via Magnolia Forums)
Hi, I am new in Magnolia. I want to store form data in the module and I am following http://wiki.magnolia-cms.com/display/WIKI/Storing+form+data+in+the+Data+module. But I am stucked at Define a new form processor. I have added SaveDataFormProcessor process under form processors but I dont

[magnolia-dev] ftl changes reflect without deleting the modules

2013-06-20 Thread Sridharan Manoharan (via Magnolia Forums)
Hi, i am using version handler to implement my changes to relfect in ftl without deleting the modules in repository..please help how to implement that -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=bdede491-930d-4413-a20b-1d0f4f1b381d

[magnolia-dev] Re: Nexus Index broken?

2013-06-18 Thread via Magnolia Forums
Hey Wolle, Please browse via http://nexus.magnolia-cms.com/content/ - the machine is indeed under a relatively heavy load, and browsing through the tree gui doesn't help - times out for large folders. -- Context is everything:

[magnolia-dev] Re: Nexus Index broken?

2013-06-18 Thread Wolfgang Wachsmuth (via Magnolia Forums)
Hey Grégory, thanks for your answer. Too bad that way our nexus cant load the new indices so I have to stick with version 4.5.8. Well hopefully time will solve this problem :-) Wolle -- Context is everything:

[magnolia-dev] Re: Nexus Index broken?

2013-06-18 Thread Wolfgang Wachsmuth (via Magnolia Forums)
Erm, but maybe I just screwed it up. Thank you a lot, anyways! -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=290aa8b8-6907-452d-b582-d182f0407c71 For list details, see:

[magnolia-dev] Re: Integrating Blossom to an existing Spring based application

2013-06-17 Thread Oded Kramer (via Magnolia Forums)
Hi Tobias, This worked perfectly, Thanks! -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=b341dd37-b9bc-4a58-ac4b-ced783b652ea For list details, see:

[magnolia-dev] Nexus Index broken?

2013-06-17 Thread Wolfgang Wachsmuth (via Magnolia Forums)
Hey everyone, Friday I updated our Magnolia version to 4.5.9-MAGNOLIA-5057 but my Maven was unable to load the latest version. So I checked our Nexus using magnolia nexus. Everything looked okay. So I checked magnolia nexus. I can browse magnolia repositores storages BUT when I want to browse

[magnolia-dev] Magnolia Document management development Code JSP changes

2013-06-17 Thread simple-mail786 (via Magnolia Forums)
Hi all, i very new to this and want to get the development environment setup to make changes to the Document management code. i need to setup the environment in eclipse, i have tried all the steps mentioned but not able to get access to JSP Pages so that i can make changes to those pages. can

[magnolia-dev] How to specify font for text edit rendering

2013-06-16 Thread Sency Zacharias (via Magnolia Forums)
Hi Team, I am using text edit control type and finally using it to create a plain text email template. I need the output to be rendered with a specific font; but do not want any HTML style to be applied. Can you pls help me with how to specify font type for edit controltype data rendering?

[magnolia-dev] How to specify a different format for the page, other than HTML?

2013-06-16 Thread Sency Zacharias (via Magnolia Forums)
Hi Team, I have to creat a plain text email template. How can I get the format as .txt. Currently, I see the page is rendered with the default HTML format. Pls help. Regards, Sency -- Context is everything:

[magnolia-dev] Re: Integrating Blossom to an existing Spring based application

2013-06-13 Thread Jan Haderka (via Magnolia Forums)
I don't think this is specific to blossom. For any requests that you don't want to be handled by Magnolia's rendering engine, just configure bypass on CMS subchain in filter chain (config:/server/filters). IF you don't want even Magnolia Context set for the request you can configure bypass on

[magnolia-dev] Re: Integrating Blossom to an existing Spring based application

2013-06-13 Thread Oded Kramer (via Magnolia Forums)
Hi, Thank you for your quick response! I have tried both of you suggestions, however it did not work. In both cases the request was not forwarded to Magnolia's rendering engine, but ultimately resulted with an HTTP status 404. I mentioned Blossom because (to my understanding) it relies on

[magnolia-dev] Integrating Blossom to an existing Spring based application

2013-06-12 Thread Oded Kramer (via Magnolia Forums)
Hi! I would like to integrate Magnolia Blossom to an existing Java web application based on Spring and I hope you could help me. I am required to leave some pages as they are and others to integrate into Blossom. The problem is that Blossom takes over the requests and therefore only

[magnolia-dev] Document mode is IE7-Standards when using IE9

2013-06-10 Thread adrien beber (via Magnolia Forums)
This can be fixed using this declaration just below the HTML tag of main.ftl [code]meta http-equiv=X-UA-Compatible content=IE=edge [/code] more about this IE compatibility mode on http://stackoverflow.com/questions/6771258/whats-the-difference-if-meta-http-equiv-x-ua-compatible-content-ie-edge

[magnolia-dev] Magnolia Form: let hidden fields interpret ftl expressions

2013-06-06 Thread adrien beber (via Magnolia Forums)
Hi all, Why can't we add ftl expressions in hidden fields? I rewrote [code]formHidden.ftl[/code] to be able to do so [code][#assign hasInterpretedValue = false] [#if content.value?has_content content.value?starts_with(r${)] [#assign interpretedValue][@(content.value!'')?interpret

[magnolia-dev] Re: Content scheduling

2013-06-06 Thread William Cullerne Bown (via Magnolia Forums)
I am not sure it is so complicated. We do hold multiple versions of a page and make the decision on which one to serve to the user at runtime. This is to handle the need for different Editions of our news service for different parts of the world. So the Australian edition of the central News

[magnolia-dev] Re: How to create a new folder in magnolia Resources folder not via admincentral

2013-06-03 Thread Jan Haderka (via Magnolia Forums)
You have two options - either you create bootstrap files that will be imported on install or you use the install task of the resources module to load the plain resources files in the repo. Read more at http://documentation.magnolia-cms.com/modules/resources.html HTH, Jan -- Context is

<    3   4   5   6   7   8   9   10   >