问题
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