
답변 1개
So, If I understand you correctly you want something that looks like this: If so, try doing this general pattern.Visualize each blue column above as a page block section or other re-renderable visualforce block.Column 1 is backed by a query to list your contacts.An onclick js of tha href="⌗" link fires off an action function / re-render of column 2 showing the results of a query constrained by the contact id. Likewise, your third column is re-rendered by the action function setup as the on-click handler of the links in column 2. For more information read:http://www.salesforce.com/docs/developer/pages/Content/pages_compref_actionFunction.htm (http://www.salesforce.com/docs/developer/pages/Content/pages_compref_actionFunction.htm" target="_blank) for ActionFunction and it's Re-Render attribute.