Welcome to the IBM Collaboration Solutions Community IQJam.
UsernamePassword
Reset Password | Register
   
Home | Leader Board | Tags | Help
Can Custom Controls be loaded Programatically ? 
On an XPage custom controls can be added from the custom control palette, but the "Name" property is not a required element.
 
So if I want an XPage that displays a list of links to load a specific Custom Control can that be done progamattically without adding ALL the custom controls to the Xpage and then setting the visible property to control which one is displayed ?  Thats the solution I came up with in the interime just want to know if there is a better way. 
 
Domino Development / XPages
Paul Calhoun - about 1 year ago |  |  | Viewed 161 times

There are 2 answers

0votes
Marked as correct on4/21/10 11:19 PM
It's a problem which several people I know of have tried to find a solution to and the answer is no, as far as I know at the moment.
 
Hopefully the XPages dev team have something clever up their sleeves for a future release. 


Matt White - about 1 year ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community


1votes
I was also looking for this. I had a chat with Tim Tripcony from Lotus911 and he told me that it was not possible. As an alternative I use a IncludePage and compute it with the name of your custom control plus ".xsp".


martin meijer - about 1 year ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community