In reply to:1. Why preview of a component is attached to a site? If I created a page and the preview with different sites then how does it going to affect the look and feel of the component?
In reply to:2. If I want to create a new site say support.xyz.com then i will create a new site in the livesite and I will create its pages under page directory but if my support site needs to be in multiple branches then how will this work ?
In reply to:3. All the pages are created with .page extension. If I want to create a html jsp or asp page then how do I create those pages using livesite
In reply to:4. LiveSite is to edit the pages on the live server. Add new components to the page or create new pages etc. But I didnt understand still how a user will edit the page on live server. As much I can see user will create a new page in TeamSite under livesite area and then that page has to be deployed to the liveserver with the normal deployment workflow which is same as of TeamSite. Does this work like this or I have wrong understanding.
In reply to:if I have multiple sites like a.site, b.site and c.site files in one branch and for preview of my component I use any of the site for context then component preview will be same becasue as you hav said components depends upon dcr, images or css and these things are provided in the component itself not on the site level. So preview wont differ. Correct ?
In reply to:I didnt understand what do you mean by customization of deployments here for the generation of asp or jsp pages. Is there any config change I need to do to generate these pages with this extenstion or is there any document for the same.We can use generateHTML for HTML pages but this is an extra step for the users. Becasue they are first generating the .page and then selecting the file to generate .html. For a normal use case user wants to see,1. Click on the page on live server.2. Invokes the page in LS page Editor3. make the changes and after saving page its live again on WebServerbut here in the step 3 user has to save the page and then user will generate the html and then deployment will happen :-(
In reply to:When do you say Edit link is provided on the page like SCE then any external user can have access to that link, If yes then we need to have tight security management for the page but TS security will help to do that :-)Is this LiveSite submit workflow provided with installation as I am not able to see that.
Hi Shanon,Great thanks for the clarifications ..last clarification for the time :-)-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------You're always going to have to deploy your changes to the webserver -- there is no auto-deployment mechanism OOTB. This is standard TeamSite fx... However, you can generate the HTML as a workflow task and skip the step entirely. While this code is written, I'm not sure how robust it is... I'll check it out and if it's okay, I'll let you know how to use it. v2.2 will surely have this support, but until then you may need to do Actions>Generate HTML. Still, I am confused. Why are you using HTML instead of the .pages anyway? You don't want to use LiveSite's runtime environment? ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------I am using .html page because these pages I want to see on the live server .html not .page. My page shud be www.abc.com/index.html .. doesnt make sense to me if www.abc.com/index.page .. Or you recommend to use .page on the live server as well . Please clarify if I am wrong cheers