最长不适合我。请帮帮我。
<h:inputTextarea id="commentValue"
maxlength="255"
value="#{commentBean.commentValue}"`enter code here`
onfocus="if (this.value == 'Saisir votre commentaire ici') {this.value = '';}"
onblur="if (jQuery.trim(this.value) == '') {this.value = 'Saisir votre commentaire ici';}"
nkeypress="addCommentOnEnter(event);"
size="100" cols="112" rows="3"> </h:inputTextarea>