<?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>how this problem will be solved?  Please help me to solve this problem.</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=121676917" />
  <subtitle>how this problem will be solved?  Please help me to solve this problem.</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=121676917</id>
  <updated>2026-04-05T14:53:00Z</updated>
  <dc:date>2026-04-05T14:53:00Z</dc:date>
  <entry>
    <title>RE: how this problem will be solved?  Please help me to solve this problem.</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121683601" />
    <author>
      <name>David H Nebinger</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121683601</id>
    <updated>2023-03-30T15:33:26Z</updated>
    <published>2023-03-30T15:33:25Z</published>
    <summary type="html">&lt;p&gt;The code isn't as important as what your actual project file
  structure looks like.&lt;/p&gt;
&lt;p&gt;Based on the exception, I would expect to find a
  src/main/resources/META-INF/resources/assignment/entry_search_columns.jspf
  file but it is not in that location.&lt;/p&gt;</summary>
    <dc:creator>David H Nebinger</dc:creator>
    <dc:date>2023-03-30T15:33:25Z</dc:date>
  </entry>
  <entry>
    <title>how this problem will be solved?  Please help me to solve this problem.</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121676916" />
    <author>
      <name>Md Tahmid Ashraf Chowdhury</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121676916</id>
    <updated>2023-03-23T09:42:26Z</updated>
    <published>2023-03-22T04:59:31Z</published>
    <summary type="html">&lt;p&gt;I am having this problem for a long time period. The problem is,&lt;/p&gt;
&lt;p&gt;
  &lt;strong&gt;javax.portlet.PortletException:
    org.apache.jasper.JasperException: /view.jsp(35,3) PWC6117: File
    &amp;quot;/assignment/entry_search_columns.jspf&amp;quot; not found&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
  &lt;br /&gt; I am trying to build the gradebook application by watching the
  tutorials from passport.liferay.com which is not available right now.
  I have created the entry_search_columns.jspf where I am having several
  errors saying that &lt;strong&gt;entry cannot be resolved and row cannot be
  resolved&lt;/strong&gt; for these errors after bbuilding the whole
  application I am not able to solve the problem. Here is the code with
  these errors are below:&lt;br /&gt;  &lt;/p&gt;
&lt;p&gt;&amp;lt;%-- Generate assignment view URL. --%&amp;gt;&lt;br /&gt;
  &amp;lt;portlet:renderURL var=&amp;quot;viewAssignmentURL&amp;quot;&amp;gt;&lt;br /&gt;   
   &amp;lt;portlet:param name=&amp;quot;mvcRenderCommandName&amp;quot;&lt;br /&gt;       
   value=&amp;quot;&amp;lt;%=MVCCommandNames.VIEW_ASSIGNMENT%&amp;gt;&amp;quot;
  /&amp;gt;&lt;br /&gt;     &amp;lt;portlet:param name=&amp;quot;redirect&amp;quot;
  value=&amp;quot;${currentURL}&amp;quot; /&amp;gt;&lt;br /&gt;     &amp;lt;portlet:param
  name=&amp;quot;assignmentId&amp;quot; value=&amp;quot;${entry.assignmentId}&amp;quot;
  /&amp;gt;&lt;br /&gt; &amp;lt;/portlet:renderURL&amp;gt;&lt;br /&gt; &amp;lt;c:choose&amp;gt;&lt;br /&gt;   
   &amp;lt;%-- Descriptive (list) view --%&amp;gt;&lt;br /&gt;     &amp;lt;c:when&lt;br /&gt;   
     
   test='${assignmentsManagementToolbarDisplayContext.getDisplayStyle().equals(&amp;quot;descriptive&amp;quot;)}'&amp;gt;&lt;br /&gt;
          &amp;lt;%-- User --%&amp;gt;&lt;br /&gt;       
   &amp;lt;liferay-ui:search-container-column-user
  showDetails=&amp;quot;&amp;lt;%=false%&amp;gt;&amp;quot;&lt;br /&gt;           
   userId=&amp;quot;&amp;lt;%=entry.getUserId()%&amp;gt;&amp;quot; /&amp;gt;&lt;br /&gt;       
   &amp;lt;liferay-ui:search-container-column-text
  colspan=&amp;quot;&amp;lt;%=2%&amp;gt;&amp;quot;&amp;gt;&lt;br /&gt;             &amp;lt;%&lt;br /&gt;   
               String modifiedDateDescription =
  LanguageUtil.getTimeDescription(request,&lt;br /&gt;                       
               System.currentTimeMillis() -
  entry.getModifiedDate().getTime(), true);&lt;br /&gt;           
   %&amp;gt;&lt;br /&gt;             &amp;lt;h5
  class=&amp;quot;text-default&amp;quot;&amp;gt;&lt;br /&gt;               
   &amp;lt;liferay-ui:message&lt;br /&gt;                   
   arguments=&amp;quot;&amp;lt;%=new String[] { entry.getUserName(),
  modifiedDateDescription }%&amp;gt;&amp;quot;&lt;br /&gt;                   
   key=&amp;quot;x-modified-x-ago&amp;quot; /&amp;gt;&lt;br /&gt;           
   &amp;lt;/h5&amp;gt;&lt;br /&gt;             &amp;lt;h4&amp;gt;&lt;br /&gt;               
   &amp;lt;aui:a href=&amp;quot;${viewAssignmentURL}&amp;quot;&amp;gt;&lt;br /&gt;
   ${entry.getTitle(locale)}&lt;br /&gt;  &amp;lt;/aui:a&amp;gt;&lt;br /&gt;           
   &amp;lt;/h4&amp;gt;&lt;br /&gt;       
   &amp;lt;/liferay-ui:search-container-column-text&amp;gt;&lt;br /&gt;       
   &amp;lt;liferay-ui:search-container-column-jsp&lt;br /&gt;           
   path=&amp;quot;/assignment/entry_actions.jsp&amp;quot; /&amp;gt;&lt;br /&gt;   
   &amp;lt;/c:when&amp;gt;&lt;br /&gt;     &amp;lt;%-- Card view --%&amp;gt;&lt;br /&gt;   
   &amp;lt;c:when&lt;br /&gt;       
   test='${assignmentsManagementToolbarDisplayContext.getDisplayStyle().equals(&amp;quot;icon&amp;quot;)}'&amp;gt;&lt;br /&gt;
          &amp;lt;%&lt;br /&gt;           
   row.setCssClass(&amp;quot;lfr-asset-item&amp;quot;);&lt;br /&gt;       
   %&amp;gt;&lt;br /&gt;       
   &amp;lt;liferay-ui:search-container-column-text&amp;gt;&lt;br /&gt;           
   &amp;lt;%-- Vertical card. --%&amp;gt;&lt;br /&gt;           
   &amp;lt;liferay-frontend:icon-vertical-card&lt;br /&gt;               
   actionJsp=&amp;quot;/assignment/entry_actions.jsp&amp;quot;&lt;br /&gt;           
       actionJspServletContext=&amp;quot;&amp;lt;%= application %&amp;gt;&amp;quot;
  icon=&amp;quot;cards2&amp;quot;&lt;br /&gt;               
   resultRow=&amp;quot;${row}&amp;quot;
  title=&amp;quot;${entry.getTitle(locale)}&amp;quot;&lt;br /&gt;               
   url=&amp;quot;${viewAssignmentURL}&amp;quot;&amp;gt;&lt;br /&gt;                 &amp;lt;liferay-frontend:vertical-card-sticker-bottom&amp;gt;&lt;/p&gt;
&lt;p&gt;                    &amp;lt;liferay-ui:user-portrait
  cssClass=&amp;quot;sticker sticker-bottom&amp;quot;&lt;br /&gt;                   
       userId=&amp;quot;${entry.userId}&amp;quot; /&amp;gt;&lt;br /&gt;               
   &amp;lt;/liferay-frontend:vertical-card-sticker-bottom&amp;gt;&lt;br /&gt;       
           &amp;lt;liferay-frontend:vertical-card-footer&amp;gt;&lt;/p&gt;
&lt;p&gt;                    &amp;lt;div class=&amp;quot;truncate-text&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;                        &amp;lt;%-- Strip HTML --%&amp;gt;&lt;/p&gt;
&lt;p&gt;                      
   &amp;lt;%=HtmlUtil.stripHtml(entry.getDescription())%&amp;gt;&lt;br /&gt;       
               &amp;lt;/div&amp;gt;&lt;br /&gt;               
   &amp;lt;/liferay-frontend:vertical-card-footer&amp;gt;&lt;br /&gt;           
   &amp;lt;/liferay-frontend:icon-vertical-card&amp;gt;&lt;br /&gt;       
   &amp;lt;/liferay-ui:search-container-column-text&amp;gt;&lt;br /&gt;   
   &amp;lt;/c:when&amp;gt;&lt;br /&gt;     &amp;lt;%-- Table view --%&amp;gt;&lt;br /&gt;   
   &amp;lt;c:otherwise&amp;gt;&lt;br /&gt;       
   &amp;lt;liferay-ui:search-container-column-text
  href=&amp;quot;${viewAssignmentURL}&amp;quot;&lt;br /&gt;           
   name=&amp;quot;title&amp;quot; value=&amp;quot;&amp;lt;%= entry.getTitle(locale)
  %&amp;gt;&amp;quot; /&amp;gt;&lt;br /&gt;       
   &amp;lt;liferay-ui:search-container-column-user
  name=&amp;quot;author&amp;quot;&lt;br /&gt;           
   userId=&amp;quot;${entry.userId}&amp;quot; /&amp;gt;&lt;br /&gt;       
   &amp;lt;liferay-ui:search-container-column-date
  name=&amp;quot;create-date&amp;quot;&lt;br /&gt;           
   property=&amp;quot;createDate&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;        &amp;lt;liferay-ui:search-container-column-jsp
  name=&amp;quot;actions&amp;quot;&lt;br /&gt;           
   path=&amp;quot;/assignment/entry_actions.jsp&amp;quot; /&amp;gt;&lt;br /&gt;   
   &amp;lt;/c:otherwise&amp;gt;&lt;br /&gt; &amp;lt;/c:choose&amp;gt;&lt;/p&gt;
&lt;p&gt;
  &lt;strong&gt;If you truly can help me please help. &lt;/strong&gt;&lt;/p&gt;</summary>
    <dc:creator>Md Tahmid Ashraf Chowdhury</dc:creator>
    <dc:date>2023-03-22T04:59:31Z</dc:date>
  </entry>
</feed>
