What are the pitfalls in when moving a 8.5.2 XPages application to 8.5.3

你。 提交于 2019-12-25 01:23:39

问题


Any suggestions on what to look for before moving to 8.5.3?

For example XSP.partialRefreshGet or XSP.partialRefreshPost commands should take a second parameter (even an empty one) after 8.5.3.

Are there any other known things to check for ?


回答1:


Heads up for upgraders : 8.5.3 cannot support > 1 rich text editor per xpage if the image upload feature is used.




回答2:


After 8.5.2 (not 8.5.3!), viewScope should be getting serializable variables by default.

http://lotusnotus.com/lotusnotus_en.nsf/dx/serialization-viewscope-and-exploding-xpage-after-upgrade....htm

After 8.5.3, Custom control and XPage elements will not accept "-" character in their names. Existing ones continue to work but you may not create new ones.



来源:https://stackoverflow.com/questions/9340733/what-are-the-pitfalls-in-when-moving-a-8-5-2-xpages-application-to-8-5-3

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!