The situation. 

2 top level tab panes. Each parent tab pane has 2 child tab panes.

PaneId parent1  -- parent 1 has two tabs with id's of child1,  child2

PaneId parent2 --  parent 2 has two tabs with id's of child3, child4

Links from child1 to parent2 work fine.  However links from child1 to child3 or child 
4 will not work.  It just shows the content of child1 even though the new address on 
the browser bar is the address to the target link(child3,child4)

example link in child1 (it doesn't work)
<a href="$jslink.getPaneById("child3")">Go to Childpane 3</a>

example link in child1 (works)
<a href="$jslink.getPaneById("parent2")">Update Your information</a>


Has anyone else ran accross this type of problem?  How can this be fixed.


Jason Richardson


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to