[magnolia-user] Re: 404 Error in Preview

2014-04-11 Thread Yves Tanas (via Magnolia Forums)
next time, send some stacktrace !! -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=311bdaf0-79c0-461d-8889-fbccb8061213 For list details, see http://www.magnolia-cms.com/community/mailing-lists.

[magnolia-user] Re: Migration Tool 1.2.6 (magnolia-4-5-migration) disabled run migration button

2014-04-11 Thread Soni Dobi (via Magnolia Forums)
Hi Robert, thanks for the input. But I do not understand to what exactly do refer when you say the previous step of the migration was not run? I have already included this in my module handler: [code]register(DeltaBuilder.update("2.0", "Migration to 4.5 !!") .

[magnolia-user] Re: Magnolia Rest Module

2014-04-11 Thread Alberto Giovannone (via Magnolia Forums)
Hi all, finally I can say my problem is solved for both Magnolia 5.2 and Magnolia 5.2.3. Thanks all for the help Alberto Giovannone -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=38fd2e42-620f-4515-998b-abf1e94c28e3

[magnolia-user] Re: 404 Error in Preview

2014-04-11 Thread Marvin Kerkhoff (via Magnolia Forums)
In my case the problem was that i had Desktop exluded in all my pages. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=311bdaf0-79c0-461d-8889-fbccb8061213 For list details, see http://www.magno

[magnolia-user] access to the ftl of contact file

2014-04-11 Thread cedric djeutcheu (via Magnolia Forums)
Hello, i've so much problems with the access to the ftl of contact files, i wish to modify the properties of the input to allow him the new properties but the real problem is that ,i don't know where can i access to the file contact.ftl wich contains the form with input of type ="text" or anot

[magnolia-user] Re: Migration Tool 1.2.6 (magnolia-4-5-migration) disabled run migration button

2014-04-11 Thread via Magnolia Forums
Btw, I suggest using latest version of the migration module for best results. (1.2.8) -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=25d1f28f-c566-4334-9623-efa829b1b1b6 For list details, see

[magnolia-user] Re: Migration Tool 1.2.6 (magnolia-4-5-migration) disabled run migration button

2014-04-11 Thread via Magnolia Forums
Greetings, The controls are disabled, because the previous step of migration wasn't run. Make sure you have SimpleSTKRelatedModuleMigrationTask in version handler of your module and that the module was indeed updated. The Migration Tool page only serves the second stage of migration - migration

[magnolia-user] Re: errors while extending info.magnolia.ui.form.field.definition.SelectFieldDefinition

2014-04-11 Thread Samuel Longo (via Magnolia Forums)
the solution was to register the field definition (here: /modules/ui-framework/fieldTypes) -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=138029f4-85ec-4701-b4bb-845425cc7e94 For list details,

Re: [magnolia-user] Re: Spring/Tiles to Blossom/Magnolia

2014-04-11 Thread Tobias Mattsson
Based on the error you’re getting it appears the request is arriving at your DispatcherServlet ‘dispatcher’ rather than at the JSP servlet. Does it work when you specify only template=“/WEB-INF/…” // Tobias On 10 apr 2014, at 10:10, Yves Tanas (via Magnolia Forums) wrote: > This is just for

[magnolia-user] Re: Get list of all workspaces

2014-04-11 Thread Pietro Pagani (via Magnolia Forums)
Hi Jan, looking for a way to enumerate all the available workspaces (not repositories) I have found this "a little bit dated" thread. There are any APIs to retrieve the complete list of workspaces in Magnolia 5? I have found how to get the list of repositories but not the same for workspaces. T

[magnolia-user] Re: Actionbar availability configuration in a custom MessageView within Pulse

2014-04-11 Thread Pietro Pagani (via Magnolia Forums)
HI Federico, thanks for your help and the confirmation this is the actually expected behavior. Effectively we had already start to override info.magnolia.ui.admincentral.shellapp.pulse.message.MessagePresenter: nice to read that it's exactly the solution you suggest :-) Thanks, Pietro -- Cont