<P>Thank you! </P>
<P> I have a class redistered in web.xml:</P>
<P><listener><BR>      
<listener-class>de.avstudio.PropertyChangedListener</listener-class><BR></listener></P>

<P>and if  I change any property of any file in the vfs this class
does its work: actually writing an image to c:\temp</P>
<P>but how can i get some information e.g. the title property of the
resource that wase causing the event? </P>
<P>Daniel.</P>
<P> </P>
<P> </P>
<P> </P>
<P>The OpenCms mailing list <opencms-dev@opencms.org> wrote: <BR>>
Daniel Wiesner <daniel.wiesner@av-studio.de> writes:<BR>> <BR>> >
I think I have to load the image creating class as a servlet because<BR>>
> the constructor does the registration - right? Or is there an other<BR>>
> way to load classess in opencms?<BR>> <BR>> I'd register a class for
this event that will request your image<BR>> creating servlet with the
correct url. Then you can link in your<BR>> template to the created image
files.<BR>> <BR>> Maybe also create two folders for offline and online
images.<BR>> <BR>> Regards,<BR>> Thomas<BR>> <BR>> <BR>>
<BR>> _______________________________________________<BR>> This mail is
send to you from the opencms-dev mailing list<BR>> To change your list
options, or to unsubscribe from the list, please visit<BR>>
http://mail.opencms.org/mailman/listinfo/opencms-dev<BR>> <BR></P>