Skip to Content
0
Former Member
Aug 09, 2016 at 10:01 AM

Creating a New CMS Action

1067 Views

Hello Hybris experts, I made a new cms action following the wiki page(https://help.hybris.com/6.0.0/hcd/8aca1eb2866910149701ec3a51e79e17.html) But, I can not see the component (add to wishlist button) with following error.


org.apache.catalina.core.ApplicationDispatcher invoke 驥榊、ァ: 繧オ繝シ繝悶Ξ繝・ヨ DispatcherServlet 縺ョServlet.service()縺御セ句、悶r謚輔£縺セ縺励◆ javax.servlet.ServletException: JSP 繝輔ぃ繧、繝ォ "/WEB-INF/views/desktop/cms/wishlistaction.jsp" 縺瑚ヲ九▽縺九j縺セ縺帙s at org.apache.jasper.servlet.JspServlet.handleMissingResource(JspServlet.java:417) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:384) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339) at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

WARN [hybrisHTTP28] [DefaultCMSComponentRendererRegistry] Error processing component tag. currentComponent [WishlistActionModel (8796191392828)] exception: JSP 繝輔ぃ繧、繝ォ "/WEB-INF/views/desktop/cms/wishlistaction.jsp" 縺瑚ヲ九▽縺九j縺セ縺帙s WARN [hybrisHTTP28] [CMSActionRestrictionEvaluator] parentComponent attribute was not passed in the cms:component tag restriction evaluation skipped for CMSActionRestriction


I have already made jsp file, and put it in /mystorefront/web/webroot/WEB-INF/views/desktop/cms/

Can somebody please help on this?