Modify group and error template of Widget Framework

We have moved out template codes from showItems.tag so that template developer can easily change the template if required. Below is the mapping of moved out jsp pages with groups,errors. If you wish to change these groups, errors template you can change on the following files

  • Row group -> /template/framework/group/processor/row.jsp

  • Column group -> /template/framework/group/processor/column.jsp

  • Two column, three column -> /template/framework/group/processor/split.jsp

  • Fixed columns (Columns 460,460; Columns 700,220 etc) -> /template/framework/group/processor/fixed.jsp

  • Fixed columns with width limit (Columns 460,460; Columns 700,220 etc) -> /template/framework/group/processor/fixed-limit.jsp

  • Error page when group template not found-> /template/framework/group/processor/group-not-found.jsp

  • Error page when content (e.g stories) is placed in config pages-> /template/framework/group/processor/group-not-found.jsp

  • Error page when nesting limit exceeds -> /template/framework/group/processor/nesting-limit-error.jsp