<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Yo wrote:
<blockquote cite="midbe11ba430603010051l62c066b8x@mail.gmail.com"
 type="cite">
  <meta http-equiv="Context-Type"
 content="text/html; charset=ISO-8859-1">
Hello, <br>
 I would like to get all the properties of a resource(this i know)
, and then write them to an object. I would like to know if it is
possible to write properties to a object that has these properties.<br>
  <br>
Example.<br>
  <br>
 resource a: Property title:at<br>
  <br>
 resource b: Property title:bt, nav:bnav<br>
  <br>
  <br>
Later i would like to do the following. Get all properties of a(tha is
title) and put them in , the title will be 'at' and the navegation
property of b will dissappear.<br>
  <br>
Thank you.<br>
  <pre wrap="">
<hr size="4" width="90%">

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a></pre>
</blockquote>
<br>
Hi,<br>
<br>
Yesterday or so I posted some code for accessing file properties.<br>
Basically you do<br>
cmsJspActionElement.getCmsObject().readPropertyObjects("/path/to/resource.xyz");<br>
or <br>
cmsJspActionElement.getCmsObject().writePropertyObjects("/path/to/resource.xyz",
myPropertyList);<br>
<br>
<br>
see my previous post and the javadoc of CmsProperty for some indication
on how to deal with property objects.<br>
<br>
Cheers <br>
c.<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>