What is the semantic difference between calling
RunData.{get|set}Layout vs RunData.{get|set}LayoutTemplate; this same
pattern is repeated for all the other template components but the
api-docs only say that the *Template methods are "Convenience method
for a template" .. what chain of methods do these methods replace?

- Does this imply that the *Template versions should only be called
  from _within_ a template (ie $data.getLayout) whereas the others are
  called from within modules/*/*.java files?

- What happens if I am in the middle of a template and I call 
  setLayoutTemplate?  Does this immediately drop the current layout
  rendering and restart the rendering process on the new layout?

- Is it the same action sequence if I call setLayout from within
  doBuildTemplate?

-- 
Gary Lawrence Murphy <[EMAIL PROTECTED]> TeleDynamics Communications Inc
Business Innovations Through Open Source Systems: http://www.teledyn.com
"Computers are useless.  They can only give you answers."(Pablo Picasso)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to