In my view.js, I have two text fields -- inputName and inputComment. I have a Submit button. When the Submit button is pressed, I want to pass the Name and Comment values to the Controller.js. I have tried everything I can think of but nothing work...