uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE59204-E

An error occurred during processing of the aa....aa phase for UIComponent-ClientId=bb....bb. (detail = cc....cc)

aa....aa: Phase ID
bb....bb: Client ID
cc....cc: Exception information
Description
An error occurred due to the following tag attributes in the JSP file or Facelets file:
  • The actionListener attribute of the <f:commandButton> tag and <f:commandLink> tag
  • The valueChangeListener attribute of the <h:inputHidden> tag, <inputSecret> tag, <h:inputText> tag, <h:inputTextarea> tag, <h:selectBooleanCheckbox> tag, <h:selectManyCheckbox> tag, <h:selectManyListbox> tag, <h:selectManyMenu> tag, <h:selectOneListbox> tag, <h:selectOneMenu> tag, and <h:selectOneRadio> tag
  • The type attribute of the <f:actionListener> tag, <f:valueChangeListener> tag, and <f:phaseListener> tag
  • The value or type attributes of the <f:setPropertyActionListener> tag
Action
Review, and if necessary revise, the settings specified in the JSP file or Facelets file as follows:
  • Review, and if necessary revise, the EL expression set in the actionListener attribute. Also, review, and if necessary revise, the implementation of the methods referenced by the EL expression.
  • Review, and if necessary revise, the EL expression set in the valueChangeListener attribute. Also, review, and if necessary revise, the implementation of the methods referenced by the EL expression.
  • Review, and if necessary revise, the type attribute of the <f:actionListener> tag, <f:valueChangeListener> tag, or <f:phaseListener> tag.
  • Review, and if necessary revise, the EL expression set in the value or target attributes of the <f:setPropertyActionListener> tag.
See the exception information and then action.