Ticket #7 (closed enhancement: fixed)

Opened 5 years ago

Last modified 4 years ago

Add support for f:attribute

Reported by: michael Assigned to:
Priority: medium Milestone: 0.4
Component: compiler Version:
Keywords: Cc:
Total Hours: 0.5 Billable?: 1
Add Hours to Ticket: 0 Dependencies:
Estimated Number of Hours: 0

Description

To enable cleaner optional attributes, add support for JSF core f:attribute.

e.g.

<input type="text">
<c:choose>
<c:when test="#{a == b}"><f:attribute name="value" value="#{a}"/></c:when>
<c:otherwise><f:attribute name="value" value="#{c}"/></c:otherwise>
</c:choose>
</input>

Change History

16/08/07 12:48:58 changed by michael

  • hours set to 0.5.
  • status changed from new to closed.
  • resolution set to fixed.
  • totalhours changed from 0.0 to 0.5.

In [2950]: Support for JSF core f:attribute tag. Fixes #7, spent 0.5.