Re: dereferencing

2011-09-17 Thread Steve Eynon
By attributes I mean T5 component parameters, like "source" and "value" of the loop component. Whenever you're writing your .tml and want to pass a value to another component, use a bind:ing, don't use an ${expression}. ${expression}s are really just for outputing text into the HTML. Steve. -- Ste

RE: dereferencing

2011-09-17 Thread Ken in Nashua
Hey Steve, Awesome reply... Can you elaborate on your definition of ="attributes" Not sure what your calling that... syntactic, semantic or actual code... sorry if I am too conceptual... I am very excited about tap5 though... and shaking it out. - cheers Ken

Re: dereferencing

2011-09-16 Thread Steve Eynon
This is a good question (if I understood you correctly!) for it often confuses people. A good rule of thumb (and the short answer) is never use ${expressions} in ="attributes", only use them to print out text in your HTML. The longer answer involves understanding what's going on; you'll see you d