• Miguel Angel Chinchilla B.
  • NEWBIE
  • 25 Points
  • Member since 2015
  • Developer Salesforce
  • Seeking Employment as Salesforce Develop


  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 5
    Replies
Hi Friends,

I have tested a dynamic component for  outputText.

On the Visualforce page show correctly, but where I run my test display the next error:

System.VisualforceException: Invalid value for property label: null

This is the piece of code
dynOutputText = new Component.Apex.outputText();
dynOutputText.value = wrapfee.numCuotaPendiente;                           
dynOutputText.label = Label.label_fee_number;
dynPageBlockSection.childComponents.add(dynOutputText);

​Regards.
Hi Friends,

I have tested a dynamic component for  outputText.

On the Visualforce page show correctly, but where I run my test display the next error:

System.VisualforceException: Invalid value for property label: null

This is the piece of code
dynOutputText = new Component.Apex.outputText();
dynOutputText.value = wrapfee.numCuotaPendiente;                           
dynOutputText.label = Label.label_fee_number;
dynPageBlockSection.childComponents.add(dynOutputText);

​Regards.
I have this error and not sure how to resolve.  Since I can't find Sales Path Setting in the playground, so I use Path setting to create a new path.
However, it seems like the challenege doesn't recognize my work.  Can someone help me on how to resolve this?

thanks!
Hi Friends,

I have tested a dynamic component for  outputText.

On the Visualforce page show correctly, but where I run my test display the next error:

System.VisualforceException: Invalid value for property label: null

This is the piece of code
dynOutputText = new Component.Apex.outputText();
dynOutputText.value = wrapfee.numCuotaPendiente;                           
dynOutputText.label = Label.label_fee_number;
dynPageBlockSection.childComponents.add(dynOutputText);

​Regards.