I've been using the template/screen class pairing method quite extensively to populate the context used by a template. However, I've run into a situation wherein a master template (Index.vm) #parses many other templates and screen class for the parsed templates is not invoked. I could make a screen class Index.java but this would result in name collisions among the parsed templates. What is the best practice for using screen classes in this scenario...fully qualified variables in the context, pull tools, etc?
Thanks, Bruce
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
