Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-11510

Implement in EL open-on, content assist, and validation of bean properties accessed by []

XMLWordPrintable

      See Expression Language Specification, Version 2.1, Section 1.6 "Operators [] and .".

      EXECUTE: Create CDI or JSF bean with name 'user' and property 'address'.
      EXECUTE: Write in a page the EL #

      {user['ad']}

      and save.
      ASSERT: Validation creates marker "'ad' cannot be resolved".
      ASSERT: Content assist at 'ad|' suggest proposal 'address'.
      EXECUTE: Write in a page the EL #

      {user['address']}

      and save.
      ASSERT: Open-on at token 'address' opens Java element that represents property 'address'.

            scabanovich Viacheslav Kabanovich (Inactive)
            scabanovich Viacheslav Kabanovich (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: