Why is it Uncaught TypeError: Object [object Object] has no method ‘watermark’ ?
Primefaces 3.2 JSF 2.1
<h:outputScript library="js" name="jquery-1.7.2.min.js"/>
<h:outputScript library="js" name="jquery-ui-1.8.20.custom.min.js"/>
<p:inputTextarea id="lessonRemarks" value="#{userController.selected.lessonRemarks}"/>
<p:watermark for="lessonRemarks" value="Search with a keyword" />
Why are you importing jQuery? Primefaces do that because it uses jQuery under the hood. With this your manual import you probably made some collision. So remove those two
h:outputScripttags.