JST/JSF 3.1.0.M3 What's New

< Main Index Server Tools >


OpenOn


EL Variables

OpenOn's are now available for source elements.

Related Jira


Code assist


Unified EL completion for Seam and JSF projects

EL completion for Seam and JSF projects are now unified (uses same codebase).

In previous releases there were small differences between how code completion were done for projects with or without Seam configured, i.e. code completion for Seam variables were not available in Wizards and property sheets and some of the features of JBoss EL were not honored in JSF projects.

Related jiras: 1, 2


EL completion in style attributes

Code assist for EL variables are now available in style attributes of XHTML files.

Related Jira


Information hover for JSF tags

When code completing JSF/Facelets tags we now show a information box with the related tag documentation. Descriptions are fetched from TLD and facelet information.

Related Jira


Code assist for attributes expecting an ID in richfaces

Code assist now provides id completion for attributes that is known to work with ID's (for, focus, reRender, etc.). Both single and multi-valued (comma separated) completion are supported.

Related Jira