If outputText is being bound with a field having Integer type. Then textbox
doesn't accepts values like 08,008,009,09,010 etc.
------------------------------------------------------------------------------------------------------------------------------
Key: TRINIDAD-1571
URL: https://issues.apache.org/jira/browse/TRINIDAD-1571
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 1.2.7-core, 1.2.7-plugins
Environment: Application Server: Jboss, on Cent OS and Client side:
operating system - windows XP professional ,
Reporter: gaurav raval
'outputText' component of trinidad library is being used for displaying text
box on the GUI for a web application.
If outputText is being bound with a field having Integer type. Then textbox
doesn't accepts values like 08,008,009,09,010 etc.
It accepts preceding zero till 7 (01,02,03,04,05,06,07) but it doesn't accept
values equal to 8 or greater than 8 with preceding zero even though those
values are integer.
Trinidad component renders message as "Enter an integer" besides the textbox on
ui.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.