Apex:pageMessages Includes The Entire Component Tree Path For A Apex:inputText With Required="true"
Answer :
Try adding a label attribute to the inputText field - if there is no label, the error will display the whole tree, but with a label, it should just display the label + error message
Comments
Post a Comment