I have implemented New UI SiteEdit in Tridion 2011 SP1. When I have created a page without components in it ,I am able to edit the page. If I am inserting the component I am not able to edit the page. Please help on this issue?
New UI SiteEdit Implementation
178 Views Asked by user1808474 At
2
There are 2 best solutions below
1
Nickoli Roussakov
On
This can be a result of having an syntax error in your inline editing commands (i.e. the JSON syntax inside HTML comments). Normally you would use the OOTB building blocks that generate this for you, however, in some extreme scenarios, this syntax is written out by hand. I suspect that you may have the latter scenario. Verify your component and component field command syntax.
Related Questions in TRIDION
- C# how to add values in ItemFields inside EmbeddedSchemaField of a STUB component
- Getting URL of published element in SDL Tridion
- Accessing Page Template Metadata from a Razor TBB
- SDL Tridion TOM.NET documentation
- Deployed binaries getting locked during SDL Tridion 2011 SP1 publishing
- SDL Tridion UI Using .Net master pages
- How to implement a Data Extender for populating a List in the component creation page?
- Tridion 2011 - Engine.GetObject overloads
- Unable to get list of publishing queue items. Timeout expired
- Content delivery service reports "Unable to retrieve desired results."
- Configure & Use Broker API in .Net Project
- Tridion CM reports "Couldn't retrieve data from 1 datasources"
- Exception while using SiteEdit with a Page Template in Template Builder
- Component link in custom metadata on Keyword
- Quickest way to comma separate a Tridion multivalue field
Related Questions in TRIDION-2011
- How to publish dynamic components in SDL Deployer file system maintaining the folder structure as in CME?
- Obtaining component title from the Tridion broker
- Deployed binaries getting locked during SDL Tridion 2011 SP1 publishing
- Tridion 2011 - Engine.GetObject overloads
- Whether Ribbon tool bar button will work in Home page tab of Tridion?
- Enabling Inline Editing for .Net Template Building Block in SDL Tridion 2011 Sp1
- How can I include sitemap breadcrumb in my Tridion page?
- Is it possible to remove the "Upload MM Component" button from the SDL Tridion 2011 Ribbon
- Issue in synchronization contacts from multiple websites
- How to get the complete set of Embedded field values in a popup window in the Tridion Web GUI?
- Looping through the multiple component links to get the schema name of the linked component in Dreamweaver TBB in SDL Tridion 2011
- How to know which object need to be used for particular method in Anguilla Project for Tridion 2011 sp1?
- Tridion 2011 SP1 : Issue while deploying the content
- Continuously Update Preview alert on SDL Tridion UI 2012
- TBBS required for Component Template and Page Template to implement SiteEdit for Component with component links
Related Questions in EXPERIENCE-MANAGER
- How to get Experience Fragment component data as json in page level
- Endeca baseline update is failing: SEVERE: Utility 'rmdir_dgraph-input-old' failed
- AEM Adaptive Form Table Component Issues
- 403 Response From Adobe Experience Manager OAuth 2 Token Endpoint
- How to find which rule is firing in Endeca PageBuilder?
- Endeca Dimension count
- How to add simple label on dialog.xml in CQ5 AEM?
- XPM / UI : Creating new pages based on Page Type with copied components
- Add a linked component using Tridion UI/XM
- UI 2012 RTF Extension and Custom Rendering
- Razor: Retrieving variable from component template on page template
- New UI SiteEdit Implementation
- is there anyway tool or add-on to support capabilities like Endeca experience manager in ElasticSearch/Solr search?
- How to override XPM Cancel Button?
- Facing issue when i try setup a AEM environment locally
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
When changing a Page in New UI (Experience Manager or XPM), the page is checked-out. What you might be seeing for other users is expected behavior--other users should not be able to edit the page in the CME or within XPM.
Also, you should be restricted from editing content page for even the same user that has a different session (e.g. viewing the page from another browser).
When editing the page with the same user and session, you should be able to add multiple components. The page is checked out. Editing content on the page should be "editing components," rather than the page itself.
Let us know if you're seeing something else.