I added a simple link to a sample xpage to open a web URL (sample: Google). The code work fine when I open the Webpage in a web browser but acts differently when I open the Xpage in the Lotus Notes Client. It only sends a blank screen and did not open the site. Any fix, suggestion or work around to make the behavior act the same way in both Notes Client and Web Browser?
1 Answers
1
votes
I guess you are creating your link in a not right way.
Let's do the following.
- Create a test xpage
- Open XPage controls via menu: Window -> Show Eclipse Views -> Controls
- Now, select a "Link" control and drag it to the Xpage body
- Set the "Link" control properties:
- Make sure, you have set "Project - Build Automatically"
- Save the page and open it in the client and in a browser.