Hi all!
Another question !

I have the following select wich works since I can see the result:

<$select field='selected-template'>
  <$list filter="GCNETTemplate ACCESSTemplate COGETemplate">
    <option><<currentTiddler>></option>
  </$list>
</$select>

<$set name="mytemplate" value={{!!selected-template}}>
  ''Result: ''<<mytemplate>><br>
  <$list filter="[<mytemplate>]">
    <$button message="tm-new-tiddler" param=<<currentTiddler>> 
class="button">Create <<currentTiddler>></$button>
  </$list>
</$set>


But obviously, something's wrong because the button keeps creating new 
Tiddlers instead of using my existing ones. Please Help!!!

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to