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

Webide - Error while building simple standalone App

KumarAakash
Participant
1,425

console-error.pngHello ,

I m trying to build a simple app in webide, not using Template and trying to run some basis example .

i m getting below error

my current setup in webide ,

the catch here is if i add my controller name in line number 3 in "controller path " then my view is also not getting displayed using "Run as web"

thanks

View Entire Topic
pfefferf
Active Contributor
0 Likes

You did not give the controller a name (the first argument of Controller.extend. You need to define one and add it to the view too. What did you define in the view at the moment?

KumarAakash
Participant
0 Likes

hi I am giving above values in the view .

<mvc:View xmlns="sap.m" xmlns:mvc="sap.ui.core.mvc" controllerName="2021.webapp.controller.app">