<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>intellij cannot resolve init.jsp</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=110413725" />
  <subtitle>intellij cannot resolve init.jsp</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=110413725</id>
  <updated>2026-04-07T05:52:41Z</updated>
  <dc:date>2026-04-07T05:52:41Z</dc:date>
  <entry>
    <title>RE: intellij cannot resolve init.jsp</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110721797" />
    <author>
      <name>Nestor cruz</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110721797</id>
    <updated>2018-08-16T17:01:56Z</updated>
    <published>2018-08-16T17:01:56Z</published>
    <summary type="html">&lt;p&gt;Hi Dominik&lt;/p&gt;
&lt;p&gt;Thanks for the response and the suggestion&lt;/p&gt;
&lt;p&gt;I commented to you that I am using the plugin that provides liferay,
  but I have managed to solve the reference problem by adding the
  absolute path &amp;quot;./init.jsp&amp;quot;&lt;/p&gt;
&lt;p&gt;I will put into practice what you mention and I will tell you the results&lt;/p&gt;</summary>
    <dc:creator>Nestor cruz</dc:creator>
    <dc:date>2018-08-16T17:01:56Z</dc:date>
  </entry>
  <entry>
    <title>RE: intellij cannot resolve init.jsp</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110642681" />
    <author>
      <name>Dominik Marks</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110642681</id>
    <updated>2018-07-26T08:14:19Z</updated>
    <published>2018-07-26T08:14:19Z</published>
    <summary type="html">&lt;p&gt;Hello Nestor,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;there is a functionality inside the IntelliJ plugin to detect
  absolute paths to JSP includes (like &amp;quot;/init.jsp&amp;quot;). This
  requires that your project is a valid &amp;quot;Liferay workspace&amp;quot;.&lt;/p&gt;
&lt;p&gt;To be a valid &amp;quot;Liferay workspace&amp;quot; you have to either apply
  the &amp;quot;com.liferay.workspace&amp;quot; plugin in your gradle build
  file, or you have to apply the
  &amp;quot;com.liferay.portal.tools.bundle.support&amp;quot; plugin in your
  maven build file (depending on if you are using gradle or maven).&lt;/p&gt;
&lt;p&gt;Is your project a valid &amp;quot;Liferay workspace&amp;quot;?&lt;/p&gt;</summary>
    <dc:creator>Dominik Marks</dc:creator>
    <dc:date>2018-07-26T08:14:19Z</dc:date>
  </entry>
  <entry>
    <title>RE: intellij cannot resolve init.jsp</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110414197" />
    <author>
      <name>David H Nebinger</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110414197</id>
    <updated>2018-07-04T00:37:18Z</updated>
    <published>2018-07-04T00:37:18Z</published>
    <summary type="html">&lt;p&gt;It is an intellij thing.&lt;/p&gt;
&lt;p&gt;I tend to ignore the init.jsp file while I'm building my JSP pages. 
  When I'm done, I'll move imports, declarations and tag libs over to init.jsp.&lt;/p&gt;</summary>
    <dc:creator>David H Nebinger</dc:creator>
    <dc:date>2018-07-04T00:37:18Z</dc:date>
  </entry>
  <entry>
    <title>intellij cannot resolve init.jsp</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110413724" />
    <author>
      <name>Nestor cruz</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110413724</id>
    <updated>2018-07-03T21:31:13Z</updated>
    <published>2018-07-03T21:31:13Z</published>
    <summary type="html">&lt;p&gt;Greetings community&lt;/p&gt;
&lt;p&gt;
  &lt;br /&gt; I'm starting to use intellij together with the liferay plugin,
  according to &lt;a
  href="https://community.liferay.com/blogs/-/blogs/new-liferay-intellij-plugin-releas-1?_com_liferay_blogs_web_portlet_BlogsPortlet_redirect=https%3A%2F%2Fcommunity.liferay.com%2Fblogs%3Fp_p_id%3Dcom_liferay_blogs_web_portlet_BlogsPortlet%26p_p_lifecycle%3D0%26p_p_state%3Dnormal%26p_p_mode%3Dview%26_com_liferay_blogs_web_portlet_BlogsPortlet_cur%3D2%26_com_liferay_blogs_web_portlet_BlogsPortlet_delta%3D10%26p_r_p_resetCur%3Dfalse"&gt;this&lt;/a&gt;
  tutorial. When you open a project, the following error messages are
  displayed in the * .jsp files&lt;/p&gt;
&lt;p&gt;
  &lt;img alt="cannot resolve init.jsp"
    src="http://drive.google.com/uc?export=view&amp;amp;id=1b66Gth-yuMki-9GfRmJHhXv8GMwJ9RmH" style="display: block;margin-left: auto;margin-right: auto;" /&gt;
  &lt;br /&gt; apparently the instruction &amp;lt;% @ include file = &amp;quot;/
  init.jsp&amp;quot;%&amp;gt; has failed, since you do not load the references
  of the init.jsp&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Any suggestion or guide will be of great help&lt;/p&gt;</summary>
    <dc:creator>Nestor cruz</dc:creator>
    <dc:date>2018-07-03T21:31:13Z</dc:date>
  </entry>
</feed>
