Hi,
I am working on custom advanced search, there is a field ModifiedBy, here I want to use PeoplePicker.
I am displaying all the elements in the JspDynPage(jsp), and for displaying the PeoplePicker I am using the code as follows
<% formId.addComponent(new com.sap.ip.collaboration.coreui.api.people.composite.PeoplePicker("users")); %>
the result is like, it is displaying this component always at the location 0,0. I think as I am adding to form, so its adding at the top left corner.
I tried the above code by keeping in table tags and <hbj:gridLayout>, but still its not working.
Please give me some ideas so that I can align the element at required location.
Thanks
Nagesh