Hello,
I had the same problem (I believe) and I solved it that way :
The confirmation message is missing on the 'contact' page when validating contact form.
:shock: In fact : a command line <jdoc:include type="message" /> is missing in the file :
templates/rt_nebulae_j15/html/layouts/body_mainbody.php
so i've iserted the code after line 61 (first to be displayed in <div id="rt-mainbody">)
<div id="rt-mainbody">
<div class="component-content">
<jdoc:include type="message" />
<jdoc:include type="component" />
</div>
</div>
hope this will help
On my site : the confirmation message is now shown... 
I am using nebulae template
Xavier