Issue Details (XML | Word | Printable)

Key: DISPL-279
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Reporter: fabrizio giustina
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
DisplayTag

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

Created: 29/Jan/06 02:52 PM   Updated: 29/Jan/06 03:29 PM   Resolved: 29/Jan/06 03:29 PM
Return to search
Component/s: Tag Library
Affects Version/s: 1.0
Fix Version/s: 1.1

Time Tracking:
Not Specified


 Description  « Hide
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%>">

fabrizio giustina added a comment - 29/Jan/06 03:29 PM
work completed for 1.1, tests updated