velocity - Edit objects in a page with Xwiki -


i'm trying edit object in wiki page

i created class name = "test.message" , single string attribute named "text"

i put code in page

{{velocity}}  {{html clean="false" wiki="true"}} #set($mobj=$doc.getobject("tests.message",true)) $mobj.display("text",$context.action)<p/> {{/html}}    {{/velocity}} 

it show form when save page object not saved/updated. doing wrong?

did bind object page?


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -