cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 Application Project template but no changes possible

Former Member
0 Kudos

Hi all,

if I want to create a SAPUI5 project with the "SAPUI5 Application Project" template everything is ok and I can run the application. But when I add for example a simple text element into the xml view, it does not get shown. I can put different things in the view, but I only get the title of the view - nothing more.

Whats the problem in this case?

Regards,

Bastian

Accepted Solutions (1)

Accepted Solutions (1)

jamie_cawley
Advisor
Advisor
0 Kudos

Try adding height to the definition.

<core:View height="100%" controllerName....

Regards,

Jamie

SAP - Technology RIG

Former Member
0 Kudos

Woooooow Jamie,

once again you solved my problem!

Thank you very much!

But why is this one missing in the template? Isn't it misleading?

Regards,

Bastian

jamie_cawley
Advisor
Advisor
0 Kudos

I agree.  It looks like you could wrap the page in an app too.

<App>

      <pages>

              <Page>

                    ...

I'll contact the template team for clarification.

Regards,

Jamie

SAP - Technology RIG

michael_graf
Employee
Employee
0 Kudos

Hello Jamie,

yes in the current version the <app> tag is missing in the template. We have already fixed the issue, it will be corrected with the next deployment of SAP Web IDE.

Just add the tags as suggested by Jamie

Cheers,

Michael

Answers (1)

Answers (1)

former_member182372
Active Contributor
0 Kudos

run in incognito, most probably caching issue

Former Member
0 Kudos

Hey,

unfortunately no caching issue.

Did it already in private mode.

I get also no errors in the console

former_member182372
Active Contributor
0 Kudos

what's the structure? sap.m.App, sap.m.Page?