JST/JSF 4.0.0.Alpha1 What's New

< Main Index Visual Page Editor News >


Validation


As-you-type validation

You don't have to save the file to validate EL expressions. The file is being validated as you are typing.

Related Jira


<ui:param/> validation and navigation

When you set some parameters using <ui:param/> these parameters are now available for validation and navigation (Ctrl+Click) in EL expressions which use them.

Related Jira


java.util.Map

EL validation, code completion and navigation now support expressions which use java.util.Map.
For example: #{myBean.myMap['myKey'].size}

Related Jira