Back office Jahia
"Mounir ZEKKAOUI" <[email protected]> Mon, 29 Oct 2007 15:30:39 -0000
| Newsgroups | gmane.comp.cms.jahia.template |
|---|---|
| Message-ID | <003201c81a40$a90e1280$0201a8c0@sqli6464> |
Hello everybody,
I want to change the field value "itemJvotes"
<Content: declareField name = 'itemJvotes' title =' number of votes' type =
'SmallText' />
I used the following line of code but to no avail!
JahiaContainer entry = getContainer (entryId, jParams);
JahiaField voteField = entry.getFieldByName ( "itemJvotes"). SetValue ( "New
Value");
Entry.setField (voteField);
Entry.setChanged (true);
Thank you in advance,
_______________________________________________
template_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list