Forum OpenACS Q&A: Redirect to a different page

Hello,

I am trying to show a page of a different package when clicking an anchor but it redirects me to the index page of that other package.

Do you know why is this happening? In addition, I need to pass some parameters to that page but they are also missed somewhere.

Thanks

Collapse
Posted by Derick Leony on
The missing parameters might be the cause (we would need more info in order to know the exact reason). You can check the Tcl script of that one page you are trying to show and see what are the expected parameters in the ad_page_contract.

Then, you can use export_vars from your script to create the link easily.

Cheers.