mx:ViewStack id="inputPage" x="200" y="200" width="100" height="100" creationPolicy="all">
<s:NavigatorContent width="100%" height="100%" label="tap1">
<s:BorderContainer width="100%" height="100%" backgroundColor="0xCCE3F5">
<s:layout>
<s:VerticalLayout verticalAlign="middle" horizontalAlign="center" gap="1"/>
</s:layout>
<s:BorderContainer width="100%" height="8%"
backgroundColor="0xCCE3F5">
**<s:TextInput text="1234"/>**
</s:BorderContainer>
</s:BorderContainer>
</s:NavigatorContent>
</mx:ViewStack>
when i load this application,the app failed and dead,when i change the <s:TextInput text="1234"/> by <mx:TextInput text="1234"/> ,it works,why?