Skip to Content
0
Former Member
May 22, 2018 at 01:42 PM

Can we create static pages in hybris with WCMS components without creating jsp file ?

936 Views

Is it possible to create static pages containing CMS Paragraph,banners ,Terms and conditions (multiple) pages without creating a JSP everytime ? I have to use impexes

creating blank page

NSERT_UPDATE ContentPage;$contentCV[unique=true];uid[unique=true];name;masterTemplate(uid,$contentCV);label;defaultPage[default='true'];approvalStatus(code)[default='approved'];homepage[default='false'];previewImage(code, $contentCV) ;;company101010offerspage;Company 10 10 10 Offers Page;ContentPage1Template;/lp-101010-offers

I have to access this page on www.companysite.com/lp-101010-offers .

I get a server error while accessing this link.