Hi, > What does it do with > <s:TextInput text="@Whatever"/>
It displays "@Whatever". Also if you have this: <s:TextInput text="@Embed"/> It displays "@Embed". But both of these: <s:TextInput text="@Embed()"/> <s:TextInput text="@Embed(something)"/> Gives an error. Thanks, Justin