Incomplete fix for TRINIDAD-61 (tr:validateDateTimeRange validation fails on last day of valid range) -----------------------------------------------------------------------------------------------------
Key: TRINIDAD-1020 URL: https://issues.apache.org/jira/browse/TRINIDAD-1020 Project: MyFaces Trinidad Issue Type: Bug Components: Components Reporter: Yee-Wah Lee Priority: Minor Attachments: trin11_61_add_2.diff 1. Run the application in a different timezone than the server by setting time-zone parameter in trinidad-config.xml. Use a timezone is 'ahead' of the user's, e.g. if user is in PST (GMT-8), use Europe/Stockholm (which is GMT+1) 2. Run the demo page clientConvert.jspx and enter '12-31-2007' for the date which is restricted to be within 2007. 3. Fill in the other fields and submit the page - the client validator does not give an error, but the server validator does. The reasons are given in the latest comments on TRINIDAD-61. Since that issue was closed, I'm filing a new one here for tracking. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.