New Post: Composite C1 from external sites
The server where C1 code is running. You need to execute step 3-5 in the context of a C1 installation, so its easiest if step 1-2 is in the context of a C1 installation as well. Otherwise you need to...
View ArticleNew Post: Composite C1 from external sites
I'm not completely following you here, I thought C1 was a service with its own server that I would have to communicate with. By installation, do you mean that after the install, the part of C1 I use...
View ArticleNew Post: C1 use external data sources and third party integrations
We're implementing a new platform to support the creation of online stores. The content and structure (page templates, widget templates) of these stores is to be managed and configured inside the CMS....
View ArticleNew Post: Composite 4.3 Function Preview Bug
Thanks. I've sent you a DropBox link for the site. Please let me know if you need anything else.
View ArticleNew Post: Composite and better MVC support
The actions BECOMES the function... so whenever you insert a MVC function on the page, it know what action to invoke and return the result from. The probem with the old MvcPlayer is that you basically...
View ArticleNew Post: Composite and better MVC support
Understood. I will make my steps then in my development system. Just out of curiosity (though I think I will see it soon enough) : when are my controllers and actions discovered? One thing I stumpled...
View ArticleNew Post: Composite and better MVC support
This sounds like a good occasion to publish our whiz bang MVC Function feature. So instead of the "MVC Player" which only let you enter a "mvc route" which we would then "play" this thing let you turn...
View ArticleNew Post: Composite and better MVC support
@mawtex Eh... funny way to embrace your community? What about making your own thread instead of hijacking this one? @identify The controllers are discovered by decorating it with the...
View ArticleNew Post: Community tech preview: MVC Functions
(Kudos to Dmitry Dzygin for these samples and writing the actual implementation)MVC Functions is a way to turn MVC Controllers and Actions into C1 Functions. This can be done either by decorating your...
View ArticleNew Post: Composite and better MVC support
Documentation available on https://compositec1.codeplex.com/discussions/641028 - include a downloadable site so you can play with things without to much fuss. @burningice Given that this thread is...
View ArticleNew Post: Composite and better MVC support
The thread is about a feature and package originally written by RogroGengu and where i later joined him - you could at least give him some credit for his work which by now is a fully working way to use...
View ArticleNew Post: Composite and better MVC support
The thread is indeed about getting better support for MVC in C1 and the work done by both of you is doing just that. The reason I'm posting here, is because we aimed at also improving MVC support (on...
View ArticleNew Post: C1 use external data sources and third party integrations
Continuing this discussion, i don't seem to see if this is available:Function UI/Code separation and visual choosing Function layoutCan you provide a link to using a custom provider in, for instance, a...
View ArticleNew Post: C1 use external data sources and third party integrations
@Telmo, have you tried getting your "feet wet" in Composite C1? Perhaps this makes more sense, as you then have a good feeling for what you can do. Look at...
View ArticleNew Post: C1 use external data sources and third party integrations
Hi, thank you for the answers. I've been testing C1 on my localhost. Still, some doubts linger. In order to have many layouts for the same function i would have to have several functions? The prod...
View ArticleNew Post: C1 use external data sources and third party integrations
There is nothing pre-baked inside C1 which will specifically let you change layouts for a function - but you have good access to use tech like MVC which can do this sort of thing and you can always run...
View ArticleNew Post: C1 use external data sources and third party integrations
Hi. Use case: product listing customer A goes out to manage it's site and wants to have the product listing function in a horizontal scrollable list customer A goes out to manage it's site and wants to...
View ArticleNew Post: Cannot access Media archive or upload images - Error in web service...
Hi @Dinister Can you post where the whole exception call stack? You can likely find it in the log files (/App_Data/Composite/LogFiles), or with help of f.e. network view in FireBug. It would be nice to...
View ArticleNew Post: Cannot access Media archive or upload images - Error in web service...
hi napernik unfortunately there is no call stack :( I will check Firebug now but I guess there will be nothing either
View Article