<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2716.2200" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>
<DIV><FONT face=Arial size=2>Hello</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I canīt write a property.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>look simple, but not work.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The resources, is a html page. And a property is
defined for me. "acceptance". cmso is a CmsObject.</FONT></DIV>
<DIV><FONT face=Arial size=2>resource is a String variable, with de cms path of
the resource.</FONT></DIV>
<DIV><FONT face=Arial size=2>this code run in jsp page.</FONT></DIV>
<DIV><FONT face=Arial size=2>I proof this codeīs:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> - cmso.writeProperty(resource, "acceptance",
"2"));</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> [javac] ......\si_jsp_jsp.java:91: ';'
expected<BR> [javac] cmso.writeProperty(resource, "acceptance",
"2")); <BR> [javac]
^</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> - cmso.writeProperty(resource, "title",
"titulo de prueba"));<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>[javac] ....\si_jsp_jsp.java:92: ';'
expected<BR>[javac]
cmso.writeProperty(resource, "title", "titulo de
prueba"));<BR>[javac]
^
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>In this same jsp, I read the property fine, without
problems. I try lock the resource for write property, but not work.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Bye, Ernesto.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></DIV></BODY></HTML>