DisplayTag

new "value" column attribute (same behavior as tag body, but doesn't coerce value to string)

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0
  • Fix Version/s: 1.1
  • Component/s: Tag Library
  • Labels:
    None

Description

For a better use of formatting and total sometime we need to set a value in column body but without having it converted to String.
We will introduce a new column attribute "value" for this:

The following are equivalent, but the second one will not convert the variable "something" to a String:

<display:column>
  <%=something%>
</display:column>

<display:column value="<%=something%>">

Activity

Hide
fabrizio giustina added a comment -
work completed for 1.1, tests updated
Show
fabrizio giustina added a comment - work completed for 1.1, tests updated

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: