Thanks Philip. It works! I have one more problem here. I have 10-15 dynamic pages in my website. I have a login page, a home page followed by other pages. If I try to preview my pages in Farcry, always it gives me the login page. If I want to edit some container in my pages, I am not able to do it because always it gives me the login page in design mode. I have two templates in my dmHTML directory. One is for login page and one is for all the other pages.
If you have any idea on this, please help me out. Many Thanks, Surendra Learning Farcry On Apr 7, 4:10 am, Phillip R <[email protected]> wrote: > You might find you've left off a unique identifier on the container > for you page and hence, there is only one container of that type for > all pages. > > Eg > > <con:container label="left" /> > > Should be: > > <con:container label="#stobj.objectID#_left" /> > > This will make sure each page has it's own content in the container. -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry To unsubscribe, reply using "remove me" as the subject.
