You need to sign in to do that
Don't have an account?

Home Page Sidebar Component
Hey all,
I want to implement a component in the sidebar of my home page for searching Contacts and Accounts. I have a VF page with an associated controller that I want to use for this component (the search functionality is built in there). However, I am experiencing an issue that I can't see how to fix. When the search criteria is entered and the search button clicked, the component in the sidebar is what is refreshed with the resulting data, not the main page.
How can I cause a sidebar component to refresh and display data on the main page?
Thanks!
Adam
I want to implement a component in the sidebar of my home page for searching Contacts and Accounts. I have a VF page with an associated controller that I want to use for this component (the search functionality is built in there). However, I am experiencing an issue that I can't see how to fix. When the search criteria is entered and the search button clicked, the component in the sidebar is what is refreshed with the resulting data, not the main page.
How can I cause a sidebar component to refresh and display data on the main page?
Thanks!
Adam
I think I had tried that before and the result was that the tiny little component section in the sidebar redirected to the link, not the whole browser page altogether. I'll try it again and post the results here.
Are you able to get a VF component to actually rerender the main page section?
Here's the full controller code:
Hi Adrissel,
I have a similar problem,
I added a VF page to the Sidebar which has the same functionality as the Advanced Search. The search works fine for me i.e. returns the resutls as a normal search would return, but when I log in a user the search resutls are displayed in the same VF page sidebar component. Do you know how to get around this?