getComponent("ControlName").getValue()
When it comes to a link it will give you the URL Value that the XPage link control has been mapped. In order to obtain the Label or the Name of the link (and not url) you got to use the getText() method.
Following is a brief illustration of what I am talking about
Following is the result obtained on the browser
No comments:
Post a Comment