Found the solution:
Original code snippet
...
<cms:out nodeDataName="href" var="hrefurl" />
<a href="$ hrefurl}">
<cms:out nodeDataName="title" />
</a>
... 

Solution snippet.
...
<cms:out nodeDataName="href" var="hrefurl" />
<a href="${pageContext.request.contextPath}${hrefurl}">
<cms:out nodeDataName="title" />
</a>
...


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Dave Shaw
Sent: April 7, 2010 10:46 AM
To: 'Magnolia User-List'
Subject: [magnolia-user] Internal links not working


New issue looking for a solution. My internal links to other pages within
the website do not work. I receive a 404 error with this description
description 
        "The requested resource (/World-Vision/Nutrition) is not available."

The control type that I use in my dialog box is link so I am unclear as to
the problem. 

Dave


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to