Javascript error when user enters maximum characters in MessageTextInput [message #189298] |
Thu, 24 August 2006 01:44 |
shobaanandhan
Messages: 3 Registered: February 2006
|
Junior Member |
|
|
We have a UIX page with around 1 text input:
<messageTextInput model="${bindings.Notes}"
columns="80"
maximumLength="250"
rows="6" required="yes"
prompt="Notes" id="Notes"/>
We have set maximum length for the text input. When we try to key in maximum characters for this text input except the Notes field,
its working fine. But when we key in maximum characters for the Notes field(with new line character(\n) inbetween) we get the following javascript error,
Line: 2004
Char:1
Error: "Invalid Syntax"
Code:0
|
|
|
|
|