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

Reply via email to