Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Leo van der Hoek 14 posts 63 karma points
    Jan 15, 2014 @ 16:27
    Leo van der Hoek
    0

    Standard page field does not show issue!

    I am following the video Fundamentals and run into an issue! Yes I have set everythng as told in the video "Setting up our first template"" .

    I installed Umbraco 7.0.1., asp.net 4.0, W8.1, iis 8.5.9600.16384. Sorry I do not know how to produce stacktrace yet.

    When I try to show a standard page field it renders to nothing. Nothing is shown on the webpage.! The custom field bodytext does show(and also in the header section if copied over there).

     

    @inherits Umbraco.Web.Mvc.UmbracoTemplatePage
    @{
        Layout = null;
    }
    <html>
    <head>
    <title>Titel</title>
    </head>
    <body>
    <h1>@Umbraco.Field("pageName")</h1>
    @Umbraco.Field("bodytext")
    <p>Hello World</p>
    </body>
    </html>

    This shows this:

    Dit is de startpagina van de NDOTestsite

    Hello World

    So no pageName as a heading!

    Can anyone guide me?

Please Sign in or register to post replies

Write your reply to:

Draft