Re: [xwiki-users] com.xpn.xwiki.doc.XWikiDocument.getStringValue(date_property_name) returns empty String

2010-03-31 Thread Sergiu Dumitriu
On 03/31/2010 06:50 PM, Abel Solórzano Astorga wrote:
 Hi,

 I am trying to get the String value of a Date Property. I am using the
 following code:

 *def obj = doc.getObject(SSI-Internal.CreateIssue);*
 *def summary = obj.getStringValue(environment);*
 *def date = obj.getStringValue(due_date);*

 *doc* is of type *com.xpn.xwiki.doc.XWikiDocument* and *environment* is a
 TextArea property. I can get the String value of the TextArea property, but
 I can't get the String value of the Date property (*due_date*).

 How can I get the String value of a date property?

getStringValue should always work. Make sure you used the right name, 
and that the date is set.

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] com.xpn.xwiki.doc.XWikiDocument.getStringValue(date_property_name) returns empty String

2010-03-31 Thread Abel Solórzano Astorga
Thanks for the quick response. Then the problem should be another.

Abel,

On Wed, Mar 31, 2010 at 12:06 PM, Sergiu Dumitriu ser...@xwiki.com wrote:

 On 03/31/2010 06:50 PM, Abel Solórzano Astorga wrote:
  Hi,
 
  I am trying to get the String value of a Date Property. I am using the
  following code:
 
  *def obj = doc.getObject(SSI-Internal.CreateIssue);*
  *def summary = obj.getStringValue(environment);*
  *def date = obj.getStringValue(due_date);*
 
  *doc* is of type *com.xpn.xwiki.doc.XWikiDocument* and *environment* is a
  TextArea property. I can get the String value of the TextArea property,
 but
  I can't get the String value of the Date property (*due_date*).
 
  How can I get the String value of a date property?

 getStringValue should always work. Make sure you used the right name,
 and that the date is set.

 --
 Sergiu Dumitriu
 http://purl.org/net/sergiu/
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users