The use of a personalization block in web application | Community
Skip to main content
Marcel_Szimonisz
Community Advisor
Community Advisor
February 12, 2019
Solved

The use of a personalization block in web application

  • February 12, 2019
  • 1 reply
  • 1518 views

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

The above does not work

wodnicki​ can I summon you to this?

Thank you,

Marcel

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

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.

1 reply

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
February 18, 2019

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.