cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

Binding Property without list

0 Likes
196

Hi all,

I want to bind the property and it functions with the first way over a list, but it don“t want to function with the second way.

See here:

<mvc:View controllerName="sdf.df.controller.View1" xmlns:mvc="sap.ui.core.mvc" displayBlock="true" xmlns="sap.m">
	<Shell id="shell">
		<App id="app">
			<pages>
				<Page id="page" title="{i18n>appTitle}">
					<content>
						<List items="{/CHECKED_DELIVERY_POSITIONVIEW_K1Set}">
							<items>
								<DisplayListItem value="{Vbeln}"  label="{i18n>Uzeit} "></DisplayListItem>
							</items>
						</List>
								<DisplayListItem value="{/CHECKED_DELIVERY_POSITIONVIEW_K1Set/Vbeln}" label="Mandt"></DisplayListItem>
					</content>
				</Page>
			</pages>
		</App>
	</Shell>
</mvc:View>

Accepted Solutions (0)

Answers (0)