2020-09-22 19:39发布
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
嗨,我已经创建了一个要在店面中使用的插件,我可以使用自己在插件中实现的控制器。 我还创建了新的Component以便在componentslot中使用,在cockpit和hmc中的一切看起来都很好,但是它尝试从店面而不是addonsrc调用component.jsp文件,因此它找不到所需的jsp文件异常。 任何想法?
好的,我解决了这个问题。
问题是,当您尝试直接从插件直接调用jsp文件时,必须将" addOnJspIncludeCMSComponentRenderer"渲染器bean注入到addon-web.spring.xml中,并为该typeCode定义rendererMapping。
这是解决方法:
嘿,
您如何解决?
干杯
嗨,
您的 project.properties 文件是否最新? 它是由 addoninstall 任务生成的, em> project.properties.template 。
它是否包括将web-spring.xml注入storfront的Web spring上下文的适当行? 像这样:
yacceleratorstorefront.additionalWebSpringConfigs.myaddon = classpath:/myaddon/web/spring/myaddon-web-spring.xml
最后,您的web-spring.xml包含带有正确软件包的 component-scan 指令。 正确设置后,店面的Web上下文将能够找到标有 @Controller 的控制器类。
我的猜测是你忘了最后一块。
干杯,米雷克
最多设置5个标签!
好的,我解决了这个问题。
问题是,当您尝试直接从插件直接调用jsp文件时,必须将" addOnJspIncludeCMSComponentRenderer"渲染器bean注入到addon-web.spring.xml中,并为该typeCode定义rendererMapping。
这是解决方法:
嘿,
您如何解决?
干杯
嗨,
您的 project.properties 文件是否最新? 它是由 addoninstall 任务生成的, em> project.properties.template 。
它是否包括将web-spring.xml注入storfront的Web spring上下文的适当行? 像这样:
最后,您的web-spring.xml包含带有正确软件包的 component-scan 指令。 正确设置后,店面的Web上下文将能够找到标有 @Controller 的控制器类。
我的猜测是你忘了最后一块。
干杯,米雷克
一周热门 更多>