Forum OpenACS Development: Re: Strange behaviour with simple form and mail lite

Collapse
Posted by Derick Leony on
Add the parameter page_num as optional in your portlet and add the switch -export {page_num} to your form. More than a strange behaviour of acs_mail_lite::send, this is due to a tricky way to use forms in portlets.

Derick

Collapse
Posted by Matthew Coupe on
Cheers Derick,

That sorted the problem, I used: set page_num [ns_queryget page_num] to get the page number and then exported it as you said.

You've saved me a lot more time messing around with bits of code.

Matthew