Forum OpenACS Development: Re: Strange behaviour of listbuilder / urlencoding / bulkactions

The page flow is as follows:

- First call folder-chunck.tcl (the one with the bulk actions)
- Folder-chunk runs the bulk action which is /contacts/message
- This page includes /acs-mail-lite/email after running it's own prepage.

At the moment the folder-chunk.tcl listbuilder is the culprit, but I think I have found some solution around it, which basically is not to call the return_url with two values but only one :)