Hi all!
I'm using a Livetable to show information categorized, using TopFilter
as:#set($options = {
"topFilters":'<input type="hidden"
size="${columnsProperties.size}"
name="area" value="${area2}" />',
"className":"XWiki.AggregatorURLClass",
"translationPrefix" : "",
"tagCloud" : true,
"rowCount": 10
})
The value field "area2" is a String to filter the area field. If I write a
string in this value, the filter works. But, if i'm using a variable, the
table is empty
Case 1:
value="Something" --> The filter works.
Case 2:
$var = "Something"
...
value=${var} --> Nothing
Someone knows why?
Thanks in advance!
--
View this message in context:
http://xwiki.475771.n2.nabble.com/Livetable-Filters-tp7314873p7314873.html
Sent from the XWiki- Users mailing list archive at
Nabble.com.