<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7226.0">
<TITLE>seting the state of a CmsResource</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hello,<BR>
<BR>
I'm fighting with a problem, that actually shouldn't be such a big one. So I hope for your help.<BR>
I'm tryimg to set the state of a CMS Resource like:<BR>
<BR>
CmsResource res = CmsObject.readResource(resourcename);<BR>
res.setState(STATE_CHANGED);<BR>
--> res.getState() returns "STATE_CHANGED". as it should be<BR>
but if I'm trying to read this resource later it has still its origin state and not "STATE_CHANGED".<BR>
<BR>
So my question is:<BR>
How can I make the change in the state persistent? Why exists no method like writeResource(res)? Or is that not the problem?<BR>
<BR>
I will really appreciate any hints.<BR>
Judith  </FONT>
</P>

</BODY>
</HTML>