I have an ExternalMethod
Article that may only be called once.
But I want to use the returnvalue, a string, in two places.
Use of namespace doesnot solve the problem
<!--#with "_.namespace(story_id=Article)"-->
<!--#var story_id-->
<!--#var story_id-->
<!--#/with-->
The function is still called Twice
Wim Vanroose