Jürg Brandenberger created MYFACES-3533:
-------------------------------------------

             Summary: java.lang.String.substring(int startIndex, int endIndex) 
called from Myfaces as .substring(Long, Long)
                 Key: MYFACES-3533
                 URL: https://issues.apache.org/jira/browse/MYFACES-3533
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
         Environment: WebSphere 8.002
            Reporter: Jürg Brandenberger


Caused by: javax.el.ELException: requirementsList.xhtml at line 34 and column 
56 value="#{(((req.title).length() lt 23) ? req.title : 
(req.title).substring(0,20).concat('...'))}": java.lang.NoSuchMethodException : 
java.lang.String.substring(java.lang.Long, java.lang.Long)

(req.title).substring(0,20) must call method String.substring(int, int)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to