I did it,
this is my way, if someone has the same problem :)
First, defined a var with the string
#set($filter = "<input type='hidden'
size='${columnsProperties.size}'
name='area' value='$area2'/>")
And later, I put this variable in the filter
#set($options = {
"topFilters":"$filter",
And this works :)
--
View this message in context:
http://xwiki.475771.n2.nabble.com/Livetable-Filters-tp7314873p7321578.html
Sent from the XWiki- Users mailing list archive at
Nabble.com.