0

In "hybris", which folder should JSP page be placed or created in yacceleratorstorefront?

WEB-INF sub-folders
Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Genos
  • 1
  • 1

1 Answers1

0

You have to place it in pages folder because the VIEW-RESOLVER property is set to look in the pages folder. The tag file is a template which can be used in multiple pages. For example you have the same footer, it would be to hard modify it every time in each page, instead, you can create a tag called footer.tag maybe, and include it in your jsp pages.

user1234SI.
  • 1,812
  • 1
  • 8
  • 22