Portal Engine
Version 2.x > Portal Engine > Repeater Transformation problem View modes: 
User avatar
Member
Member
james.newey@traveltainment.co.uk - 7/26/2007 5:41:01 PM
   
Repeater Transformation problem
I've made a Document Type, filled out some test items and bound a repeater to it. It works to an extent as it shows correctly the field for Eval("DocumentName") and GetDocumentUrl() in the transformation, but no other fields appear. For instance I have a Price field but <%# Eval("Price") %> gives nothing.

What could be causing this?

User avatar
Member
Member
forrester - 7/26/2007 5:50:16 PM
   
RE:Repeater Transformation problem
Hi James,

One thing to double check is to make sure that you are calling the 'Attribute Name' and not the 'Field Caption' in your Eval code.

forrester

User avatar
Member
Member
james.newey@traveltainment.co.uk - 7/26/2007 6:23:47 PM
   
RE:Repeater Transformation problem
Thanks, I'll bear that in mind, though in my case currently theres no difference between the two.

Also, I've just noticed its only by looking at the page with cmsdesk that I get results showing the document name, if I view the site outside of cmsdesk as a normal user would there are no results returned at all.

User avatar
Member
Member
forrester - 7/26/2007 6:41:20 PM
   
RE:Repeater Transformation problem
I have had this issue before...make sure that your 'check permissions' checkbox is unchecked in your repeater webpart configuration.