Hello,
this is a pretty basic code block:
subView = "xx"
if viewData.Customer isa IndividualCustomer:
subView = "IndividualCustomer"
output "indie"
elif viewData.Customer isa CorporateCustomer:
subview = "CorporateCustomer"
output "suit"
end
output "<br/>subview: ${subView}"
this outputs (in the corporate case):
suit
<br/>subview: xxx
which is not what I would expect. Is there a way around this? Seems
brail/boo is way more functional that it might appear...
--
Jan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---