Forum OpenACS Development: Re: ad_form and [] in options

Collapse
Posted by Dave Bauer on
Wait a minute!

the _ proc is not behaving unexpectedly, but ad_form, so we need to pass subst options to the various ad_form elements
ie:

{label -noprocs $some_var}

right?

Collapse
Posted by Malte Sussdorff on
Your idea would work as well, but would require to rewrite a whole bunch of applications (adding the noprocs switch), though this would not require a TIP. Either way is fine with me, I will have to do this though over the weekend.
Collapse
Posted by Rocael Hernández Rizzardini on
_ is the i18n proc, and that one is working fine, and should be allowed to execute always.
adding an explicit option will be good, though instead of -noprocs, better -allowprocs or something like that, because in most of the cases no-procs is what you want, isn't it?
I don't think the - will be needed, just:
{label allowprocs $var}