This the code in my catalog.cfg
UserTag isSetComplete Routine <<EOR
sub {
return 1;
}
EOR
This is the code in the page:
[if $UserTag->isSetComplete()]
yes
[else]
no
[/else]
[/if]
The output is all no .... because ?
This is the same ?
[if isSetComplete]
...
[/if]
Saluti Stefano