Creating layouts, pages and portlets components in Workspace with IDs containing non-alphanumeric characters is not supported and must be avoided.
(Doc ID 1324793.1)
Last updated on OCTOBER 01, 2021
Applies to:
Oracle Business Process Management Suite - Version 10.3 and laterInformation in this document applies to any platform.
Symptoms
Creating layouts, pages and portlets components in Workspace with IDs containing non-alphanumeric characters is not supported and must be avoided.
While this is not restricted in 10.3 version in MP2 and previous releases, this restriction must be seriously taken into account in particular for IDs containing '-' which could provoke issues like bug 11822215
Other non-supported chars may also bring about other non reported unexpected behaviors.
This only apply to IDs but does not to labels for the same component types where these non-alphanumeric chars are supported.
The following error is shown immediately after logging into workspace for some users
Caused by: javax.el.PropertyNotFoundException: /jsf/common/labelEditor.xhtml @12,77 id="editLabelRefreshPanel#{componentBean.internalID}": /jsf/view/saveViewDialog.xhtml @27,78 value="#{componentBean.viewLabelEditor}": Error getting property 'viewLabelEditor' from bean of type fuego.workspace.model.view.instance.InstanceDetailViewBean
at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:73)
at com.sun.facelets.tag.TagAttribute.getObject(TagAttribute.java:233)
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |