The reason you get the spark code instead of the test area is caused by the null ref exception that occurs when you try to execute html.textarea related statements.
, , .
<p>
<label for="Message">Message:</label>
${ Html.TextArea("IssueText") }
${ Html.ValidationMessage("IssueText", "*") }
</p>
F5 , , , ( ) ( , submit). VS, , .
, try catch, catch . , , , .