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

Reload the visual force page only the right side not the whole page. After click the tree view.
Hi,
I have a treeview in leftside. if i click any of the link from tree view. i want to display a related records in right side. its working properly. But the problem is after click the treeview link the page gets reload and the tree view get collapsed. i want to reload only right side. not the whole page. Is there any possiblities are there?
Go through the links:
http://www.salesforce.com/us/developer/docs/pages/index_Left.htm#StartTopic=Content/pages_quick_start_ajax_partial_page_updates.htm
http://wiki.developerforce.com/page/An_Introduction_to_Visualforce#AJAX_Components
Regards,
Satish Kumar
Hi
Sure you can have only the right side loaded. Can you please elaborate on your implementation?
Are you using frames or ajax to create and maintain the right side? Are you using <apex:outputlink> in the treeview, if so have you tried using target attribute?
I can easily give you a sample but would rather like to tweak the one you have already implemented.
Looking forward to some details.