Forums / Developer / Main node problem with browse action
Francisca Hernandez
Tuesday 21 October 2003 11:17:44 am
When you do a browse from an object it loses the main node. How to fix this problem? Thanks in advanced!Francisca
Paul Forsyth
Tuesday 21 October 2003 11:21:20 am
Can you give a detailed example of when this happens?
paul
Thomas Schamm
Tuesday 21 October 2003 5:45:24 pm
Do you use a custom template for browsing, if so, you have to pass the main_node_id with a post variable.I use <input type="hidden" name="MainNodeID" value="{$object.main_parent_node_id}" /> for this.
If not, please give like Paul said, a more concret example.
Greetings, Thomas