cancel
Showing results for 
Search instead for 
Did you mean: 

Component Configuration in walkthrough UI5.

0 Kudos
528

Hi All!

I am trying to learn UI5 through Walkthrough in UI5 documentation.

I am now struck at component configuration step.

I am attaching the images.

The problem is i am getting the button and input fields but the logic behid is not working.

Could anyone help me with this?

Thanks in advance!

NOTE. I AM WORKING IN ECLIPSE.

index.html

indexhtml.png

index.js

app.view.xml

app.controller.js

component.js

OUTPUT:

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello Mohammed

What exactly is not working? Have you tried console.log() into onPress function?
Why working in eclipse? It is deprecated and if your trying to learn UI5 its better to learn in BAS or VSCODE with UI5Tooling but its totally up to you.

0 Kudos

Hi Jan!

i am following the walkthrough tutorial in UI5 website.

Currently i am to configure component for my project!

I did everything as said in tutorial step.

I get the input field and button alone in output.

The text over button is not visible and if i type in input field it is not populating dynamicallly.

in CONSOLE it says cannot read undefined getResourceBundle(), this line is in controller.js

could you help me here?

Thanks!