Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
SOLVED

The use of a personalization block in web application

Avatar

Community Advisor

Hello All,

I have a question regarding including the personalization block in the web app code

<%@ import view='internal_name'%>

The content type  is set to be Web application

1689868_pastedImage_1.png

The above does not work

wodnicki​ can I summon you to this?

Thank you,

Marcel

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Yeah idk, it's weird that web app is listed in content type but import view doesn't work.

The page is still jssp so you can use <%@ page import="cus:some.js" %>, then have a js file with document.write() in it.

0 Replies

Avatar

Correct answer by
Community Advisor

Yeah idk, it's weird that web app is listed in content type but import view doesn't work.

The page is still jssp so you can use <%@ page import="cus:some.js" %>, then have a js file with document.write() in it.