When using a field named "title" in a live table the caption for that field in 
the livetables header displays as "Browser Title Bar Text". If I change the 
name for that field then it displays correctly.

Is this is a bug or are there reserved names that cant be used as fieldnames in 
livetables?

Below is the macro code that I am using to create the livetable:
#set($collist = ["council", "region","title", "description"])
#set($colprops = {
                   "council" : { "type" : "list" , "size" : 1, "link" : 
"view"}, 
                   "region" : { "type" : "text" , "size" : 10, "link" : "view"},
                   "title" : { "type" : "text" , "size" : 20, "link" : "none"},
                   "description" : { "type" : "text" , "size" : 10, "link" : 
"none"}                 
                 })
#set($options = { 
   "className":"Tenders.TendersClass",
   "tagCloud" : true,
   "rowCount": 10
})
#livetable("Tenders" $collist $colprops $options)


Radek Rekas
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to