Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
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%>">
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%>">