Using cm:getProperty Tag In WLP Throws Unexpected RepositoryException If The Optional ResultId Attribute Is Missing In The Tag
(Doc ID 1561136.1)
Last updated on FEBRUARY 11, 2025
Applies to:
Oracle WebLogic Portal - Version 10.3.5 to 10.3.5 [Release AS10gR3]Information in this document applies to any platform.
Symptoms
WebLogic Portal Content Management tag cm:getProperty raises an unexpected exception while displaying a text property from a content for missing optional resultid attribute. According to Oracle documentation the resultId attribute is not mandatory. The tag displays the text property if the resultId is used as follows:
<cm:getProperty resultId="contributor" isMultiple="false" id="articleNode" name="contributor" failOnError="true"/>
However it throws the following error if the resultId is not included:
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 |
References |