I want to change the view column header’s value in Xpage…
I have used the following code
getComponent("viewColumnHeader1").setValue("Test")
But the above code throws the getComponent() is null error…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your code is correct but the problem is probably in where you’ve placed it.
Just performed a quick test and the code works if you place it in the afterPageLoad event of an XPage containing the view/ header.