
| Key: |
DISPL-279
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Reporter: |
fabrizio giustina
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
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%>">
|
|
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%>"> |
Show » |
Sort Order:
|