Hi,My touchui value property is not working for textfields.In the same
way selected property is not working for the touchui select field.I am
using arm 6.4 and coralui3.When I debug the code , when ever the
cmp.getvalue().Val() is returning null and cmp.getvalue().isselected()
methods is always returning false.So if any cmp.getvalue().somemethod()
the functionality is not working.I have overridden the global.jsp and it
is missing the componenthelper import.The issue is intermittent.Does the
dial...