Re: Rép : Re: WebObjects 5.4.3 and JavaClient Apps

2012-03-01 Thread Paolo Sommaruga
Hi Paolo, > > Thank for the link and the informations it contains. I hope to sample > projects that hold back the answers to my problem. I wonder why did you just > create a framework to launch JavaClient under the WO? > > Ray > Envoyé depuis iCloud > > Le 27 fév 20

Re: WebObjects 5.4.3 and JavaClient Apps

2012-02-27 Thread Paolo Sommaruga
Hi Raymond, we don't use D2JC, but we build some JC application with our framework JPBinding. We can view it at http://www.jpaso.com/name/XMLBindingForJavaClient Unfortunately I do'nt have the time in order to complete the documentation. I do'nt know if this can help you Regards Paol

Re: Wonder vs WO app/framework in WOLips

2011-09-19 Thread Paolo Sommaruga
I use WebObjects without Wonder in many project. I think it is not correct to force people to use wonder Regards Paolo Il giorno 18/set/2011, alle ore 23:04, Pascal Robert ha scritto: > Hi everyone, > > Quick survey: does anyone of you still use the "WebObjects" project types in > WOLips in

Re: responseForComponentWithName() and session

2011-04-12 Thread Paolo Sommaruga
Thanks Chuck, I will look at templateWithHTMLString I don't know it Paolo Il giorno 13/apr/2011, alle ore 02:52, Chuck Hill ha scritto: > > On Apr 12, 2011, at 2:25 PM, Paolo Sommaruga wrote: > >> Hi, >> >> I try to explain more. My web application is

Re: responseForComponentWithName() and session

2011-04-12 Thread Paolo Sommaruga
Hi, I try to explain more. My web application is sort of cms. Basically the idea is simple. The main page displays an eoObject that has an attribute "text". The administrator can edit such "text" attribute via a java client application. He can insert anywhere in the "text" some special tag, li

Re: responseForComponentWithName() and session

2011-04-11 Thread Paolo Sommaruga
tica ha scritto: > why not: > > WOComponent myPage = pageWithName(ComponentName.class); > . > . > WOResponse response = myPage.generateResponse(); > return response; > > regards > Amedeo > > On 10/apr/2011, at 20.31, Paolo Sommaruga wrote: > >> Hi, >&g

responseForComponentWithName() and session

2011-04-10 Thread Paolo Sommaruga
Hi, I have an application in which inside in a component I need to call a child component invoked programmatically in the java code of the parent component. I use (WOApplication.application ()). responseForComponentWithName(ComponentName, null

Re: java client and ntlm proxy

2011-03-17 Thread Paolo Sommaruga
Hi,I have resolved the proxy problem building as client side a pure java application with the just following classRegardsPaolo Sommaruga JCClient.java Description: Binary data TCPProxy.java Description: Binary data Il giorno 17/mar/2011, alle ore 10.09, Ruenagel, Frank ha scritto:Have you checke

Re: Ajax framework's future

2010-11-22 Thread Paolo Sommaruga
Hi Pascal, can you can you suggested me some docs about installing and using ERRest ? I have loked at http://wiki.objectstyle.org/confluence/display/WO/Project+Wonder and I don't see it In the past I have had bad experiences with Wonder and now I don't use Wonder in my applications and I'd li

Re: Ajax framework's future

2010-11-18 Thread Paolo Sommaruga
Hi Mike, why not dojo support ? I think it's very powerful Regards Paolo Il giorno 19/nov/2010, alle ore 00.26, Mike Schrag ha scritto: > jQuery is the most likely future. It's on the task list, but nothing is > particularly driving it. At one point I thought about making a pluggable impl

postgresql boolean error with a new jdbc driver

2009-11-16 Thread Paolo Sommaruga
Hi, I have changed an old postgresql jdbc driver to a new driver. Now I have some error about boolean attribute, such the following: Next exception:SQL State:42804 -- error code: 0 -- msg: ERROR: column "is_validated" is of type integer but expression is of type boolean. You will need

Re: WOAdaptor did not compile sucessfully on Solaris 10 (using Apache 2.2-64)

2009-11-16 Thread Paolo Sommaruga
p://cooltools.sunsource.net Issue Tracker>. apxs:Error: Command failed with rc=65536 - Regards, Raghu. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. On 14-Nov-09, at 3:59 PM, Paolo Sommaruga wrote: Hi, I have modified the ma

Re: WOAdaptor did not compile sucessfully on Solaris 10 (using Apache 2.2-64)

2009-11-14 Thread Paolo Sommaruga
Hi, I have modified the makeAdaptor.sh in the following wave: #!/bin/sh LTFLAGS="--tag=CC"; export LTFLAGS /usr/apache2/bin/apxs -i -a -c -S CC=/usr/sfw/bin/gcc -S CFLAGS='-O2 - Wall -fpic -DSSL_EXPERIMENTAL -DSSL_ENGINE' -DSINGLE_THREADED_ADAPTOR - D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -

Re: migrated to 3.5 with ant build problem

2009-09-27 Thread Paolo Sommaruga
: On Sep 27, 2009, at 12:06 PM, Paolo Sommaruga wrote: Hi, here is woapplication task generated by a new wo application with eclipse 3.5 + wolips 3.5.5990 The woapplication task is more than this, it extends down to: Now I solved by copying the build.xml from a new application I just

Re: migrated to 3.5 with ant build problem

2009-09-27 Thread Paolo Sommaruga
look like? Chuck On Sep 27, 2009, at 11:14 AM, Paolo Sommaruga wrote: I removed stdFrameworks="false" but I have a lot of errors build.xml:63: There is no root named '/System' in [[ExternalFolderRoot: name = Project Local Frameworks; folder = null], [ExternalFolderR

Re: migrated to 3.5 with ant build problem

2009-09-27 Thread Paolo Sommaruga
k/Library/Frameworks]]. Paolo Il giorno 27/set/2009, alle ore 20.07, Chuck Hill ha scritto: On Sep 27, 2009, at 10:37 AM, Paolo Sommaruga wrote: Hi, I migrated a wo application from eclipse 3.3.x to eclipse 3.5 + wolips 3.5.5990 I replaced the build.xml file and the woproject

migrated to 3.5 with ant build problem

2009-09-27 Thread Paolo Sommaruga
Hi, I migrated a wo application from eclipse 3.3.x to eclipse 3.5 + wolips 3.5.5990 I replaced the build.xml file and the woproject folder with the one obtained from a new project created on purpose with eclipse 3.5 All works fine when one run the application within eclipse (incremental

Re: AJAX without Wonder?

2009-03-10 Thread Paolo Sommaruga
Hi, we use AJAX without wonder in our WO web application. We use dojo in the client side Regards Paolo Sommaruga Il giorno 10/mar/09, alle ore 12:47, Gennady Kushnir ha scritto: Hello all I have a question. Is there a way to use AJAX in WebObjects other than employing Wonder? I have

migrate a project to eclipse 3.4.x and new wolips 3.4.x

2009-03-06 Thread Paolo Sommaruga
Hi, I'am using eclipse 3.3.2 with wolips 3.3.5640, no wonder. There is a guide, doc, or faq in order to migrate a wo project to eclipse 3.4.x and new wolips 3.4.x ? Regards Paolo Sommaruga ___ Do not post admin requests to the list. They wi

wocode.com is down

2008-12-16 Thread Paolo Sommaruga
Hi, from some day wocode.com is down. Someone has the email in order to alert ? Regards Paolo Sommaruga ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help

Re: open programmatically a component in a new browser window

2008-08-28 Thread Paolo Sommaruga
but programmatically by the application (if the validation is successful) Paolo Il giorno 28/ago/08, alle ore 14:49, James Cicenia ha scritto: Why can't you use javascript or a wohyperlink with a target? just wondering James Cicenia On Aug 28, 2008, at 4:24 AM, Paolo Sommaruga wrote:

open programmatically a component in a new browser window

2008-08-28 Thread Paolo Sommaruga
ode like MyComponent component = (MyComponent) pageWithName("MyComponent"); ... return component I have browseed the documentation but have not found anything Any suggest ? Regards Paolo Sommaruga ___ Do not po

Re: Rant: Why I hate Java Client

2008-02-22 Thread Paolo Sommaruga
Regards Paolo Sommaruga ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev

Re: Rant: Why I hate Java Client

2008-02-22 Thread Paolo Sommaruga
Paolo Sommaruga ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive

Re: [ANN] building JavaClient without nib but using swing gui with eclipse+wolips

2008-01-12 Thread Paolo Sommaruga
odel files to control the UI. I was hoping that your system would be a small-first-step transition from D2JC to Swing. Dave On Jan 11, 2008, at 1:55 PM, Paolo Sommaruga wrote: Hi David, I do'nt know. I have abandoned from much time the D2JC development why it is (was) very difficu

Re: The Eclipse build folder

2008-01-12 Thread Paolo Sommaruga
Hi David, good idea, I did not dare to ask to the wolips guys including such features. I have two remarks: - when one need to extend a EOGenericRecord frequently it need to have one version client side and one server side of the class. It is practical common that both can extend a common

Re: [ANN] building JavaClient without nib but using swing gui with eclipse+wolips

2008-01-11 Thread Paolo Sommaruga
ul to some java client developer Regards Paolo Sommaruga ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.c

[ANN] building JavaClient without nib but using swing gui with eclipse+wolips

2008-01-07 Thread Paolo Sommaruga
developer Regards Paolo Sommaruga ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options

[ANN] building JavaClient without nib but using swing gui with eclipse+wolips

2008-01-07 Thread Paolo Sommaruga
developer Regards Paolo Sommaruga ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options

XML Binding For JavaClient available

2007-12-24 Thread Paolo Sommaruga
Hi, the XML Binding For JavaClient is available at http://www.jpaso.com/name/XMLBindingForJavaClient I will add soon other examples and a more comprehensive documentation Regards Paolo ___ Do not post admin requests to the list. They will be ignored

Re: SSDD vs War

2007-12-07 Thread Paolo Sommaruga
at corresponds to this, so it's probably pretty dated. Somewhere on google I found a document that talked about using it, but I can't seem to find it now. ms On Dec 7, 2007, at 11:20 AM, Paolo Sommaruga wrote: previously in order to build ssd/war I edited build.xml uncommenting t

Re: SSDD vs War

2007-12-07 Thread Paolo Sommaruga
itable for deploying on an app server that is configured to unpackage the war. ms On Dec 7, 2007, at 8:07 AM, Paolo Sommaruga wrote: for me SSDD deploy in tomcat, builded with eclipse 3.3.2, latest WOLips, WO 5.4, leopard, produces a very huge SSDD folder (about 122 MB) with the already

Re: SSDD vs War

2007-12-07 Thread Paolo Sommaruga
for me SSDD deploy in tomcat, builded with eclipse 3.3.2, latest WOLips, WO 5.4, leopard, produces a very huge SSDD folder (about 122 MB) with the already talked problem with javaxml.jar - jar not loaded. It works if the application don't use any xml processing. War deploy produces a WAR (a

Re: Java Client nib based Apps and WO 5.4

2007-12-06 Thread Paolo Sommaruga
Hi Ricardo, I have worked on jc without nib using eclipse+WOLips, jigloo as gui builder and a framework that I wrote. With such framework one can use EOAssociation, etc. in a simple descriptive, non programmatic, way with a xml-binding engine Maybe you can be interested to read: http://l

Re: problem with last nightly WOLisp and war/ssd deploy

2007-12-02 Thread Paolo Sommaruga
ec 2, 2007, at 4:59 PM, Paolo Sommaruga wrote: maybe it's a WO 5.4 issue. javaxml.jar is a jar supplied with WO and it seems that such jar has problem with Servlet Spec 2.3. Can someone confirm this ? org.apache.catalina.loader.WebappClassLoader validateJarFile INFO: validateJarFil

Re: problem with last nightly WOLisp and war/ssd deploy

2007-12-02 Thread Paolo Sommaruga
/jira/secure/BrowseProject.jspa?id=10001 At least you have identified WO 5.4/Leopard as being incompatible with war/ssd build. On Nov 30, 2007, at 2:16 PM, Paolo Sommaruga wrote: Hi Kieran, I have found that the eclipse 3.3.2 with WOLips nightly version under tiger and WO 5.3.3 can bu

Re: problem with last nightly WOLisp and war/ssd deploy

2007-11-30 Thread Paolo Sommaruga
version plugins, then restart again . something fissly like that try to figure it out On Nov 29, 2007, at 5:35 PM, Paolo Sommaruga wrote: Thanks Kieran for your answer, I can't revert to previous wolips, there is an eclipse problem "Requested operation

Re: problem with last nightly WOLisp and war/ssd deploy

2007-11-29 Thread Paolo Sommaruga
ran Kelleher ha scritto: Can you revert to the last plugin via Eclipse Configuration Manager and verify that it truly works? On Nov 29, 2007, at 1:26 PM, Paolo Sommaruga wrote: sorry for the typo. I have eclipse 3.3.2 M20071121-0800, WOLisp nightly (yesterday), WO5.4 in leopard and I can't

Re: problem with last nightly WOLisp and war/ssd deploy

2007-11-29 Thread Paolo Sommaruga
ot sure if that will help your specific problem or not. On Nov 29, 2007, at 2:56 AM, Paolo Sommaruga wrote: Hi, with the last WOLisp nightly I can't produce a workable war deploy neither ssd deploy (tomcat). I use eclipse 3.2.2, WO5.4 in leopard. I can't remember what was WOLips

problem with last nightly WOLisp and war/ssd deploy

2007-11-29 Thread Paolo Sommaruga
Hi, with the last WOLisp nightly I can't produce a workable war deploy neither ssd deploy (tomcat). I use eclipse 3.2.2, WO5.4 in leopard. I can't remember what was WOLips nightly which worked Regards Paolo Sommaruga ___ Do not

Java Client Class Name and Entity Modeler

2007-11-17 Thread Paolo Sommaruga
Entity Modeler one can customize them and I have tryied to add _javaClientClassName but don't work. There is another way to achieve this ? Can Mike or other WOLips guru to add such feature to Entity Modeler ? Regards Paolo Sommaruga ___

Re: WO5.4 and Java Client

2007-11-15 Thread Paolo Sommaruga
Hi Jaroslav, I have finished to develop a first version of my framework and now I'm doing some test. It seems to work. Also I'm writing some examples with a little doc. Later on I will do it available and I will send you Regards Paolo Il giorno 14/nov/07, alle ore 19:05, Jaroslav Hanus h

Re: WO5.4 and Java Client

2007-11-08 Thread Paolo Sommaruga
Hi Florijan, it's because the core jc stuff still stays that I think It's reasonable to continue to use in the jc application EODisplayGroup, EOAssociation, etc. I think the status is like as the web WO where the core stuff stays but WebObjects Builder is lacking. In the jc client develop

Re: WO5.4 and Java Client

2007-11-05 Thread Paolo Sommaruga
sorry, I forgot Interface Builder ... Il giorno 05/nov/07, alle ore 16:57, Paolo Sommaruga ha scritto: Hi, we are in production some nib based jcs. Such jcs are complex enough. Therefore in order to migrate in a world without Interface Builder we need to use the existing code as much as

Re: WO5.4 and Java Client

2007-11-05 Thread Paolo Sommaruga
jigloo is broken in eclipse 3.3.1 but I hope that its author can resolve the issue. When I finish I’ll be able to send the framework to those who may be interested in Regards Paolo Sommaruga Il giorno 04/nov/07, alle ore 20:56, Anjo Krank ha scritto: Am 01.11.2007 um 20:33 schrieb David

wo framework with the jar in WebServerResources

2007-11-02 Thread Paolo Sommaruga
n the WebServerResources because such frameworks is for a jc client side application. What can I change in the build.xml or other to achieve this ? Thanks for help Paolo Sommaruga ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev ma

leopard and Java 5

2007-11-01 Thread Paolo Sommaruga
someone reports that there are serious problems with leopard and Java 5 http://www.javalobby.org/java/forums/t102936.html there also are problems with eclipse 3.3.1.1 and wolips ? Regards Paolo Sommaruga ___ Do not post admin requests to the list

Re: migrating a jc application from Xcode to wolips - how to build the client side stuff ?

2007-09-13 Thread Paolo Sommaruga
r window ? Regards Paolo Il giorno 13/set/07, alle ore 17:16, Chuck Hill ha scritto: On Sep 13, 2007, at 4:11 AM, Paolo Sommaruga wrote: the one document refers to the old ProjectB in win and several thing are now changed . The only things I found useful in such article is the fol

Re: migrating a jc application from Xcode to wolips - how to build the client side stuff ?

2007-09-13 Thread Paolo Sommaruga
. Perhaps someone wolips guru can give me some hints, I think there is need sono exclude attribute somewhere Regards Paolo Sommaruga Il giorno 13/set/07, alle ore 00:06, Lachlan Deck ha scritto: On 12/09/2007, at 3:23 AM, Chuck Hill wrote: On Sep 11, 2007, at 8:27 AM, Paolo Sommaruga wrot

migrating a jc application from Xcode to wolips - how to build the client side stuff ?

2007-09-11 Thread Paolo Sommaruga
, i 'm new to ant ? Has someone builded successfully a jc non D2J application with wolips ? Thanks and Regards Paolo Sommaruga ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lis

Re: session lost with session cookie and apache mod_ rewrite[SOLVED]

2007-08-31 Thread Paolo Sommaruga
() { return "/'; } That is it. :-) Chuck On Aug 31, 2007, at 8:16 AM, Paolo Sommaruga wrote: Hi guys, maybe this is a little off topic but perhaps somebody has already met this trouble that torments me. I' ve a WO application which works fine with session id in url

session lost with session cookie and apache mod_ rewrite

2007-08-31 Thread Paolo Sommaruga
g from the same session of the surfing of the previous pages. As I' ve said, there's no problem if I work with session id in url. Can you suggests any hints? Regards Paolo Sommaruga ___ Do not post admin requests to the list. They will b

Re: Which way is more efficient to get particular EOEnterpriseObject

2007-08-16 Thread Paolo Sommaruga
can you "qualify objects using that to-one" ? Can you explain a little more ? Regards Paolo Sommaruga I have done this on relationships having 30-50 objects. For 100 it is overkill in both code to write and IO accesses. - index that array converting it into ac

Re: multi select in EOModeler

2007-08-13 Thread Paolo Sommaruga
selects in Menu the item Property->Join in Many-to-Many. In this way EOModeler creates for you the join entity. Later on you need to fill some values in the join entity attributes Paolo Sommaruga Il giorno 13/ago/07, alle ore 11:36, Pelsser François ha scritto: Hey, I have a problem

Re: [ANN] Tying my hands...

2007-06-13 Thread Paolo Sommaruga
tto: On 13.06.2007, at 14:13, Paolo Sommaruga wrote: I hope it works in a Xcode too Xcode development for WebObjects is dead. Get over it. Don't expect ANY new development to work with it. It's history. Out of the game. Nada. Apple said that a year ago. cug

Re: [ANN] Tying my hands...

2007-06-13 Thread Paolo Sommaruga
I hope it works in a Xcode too Regards Paolo Sommaruga Il giorno 13/giu/07, alle ore 21:01, [EMAIL PROTECTED] ha scritto: Hi Pierre Can't wait until the summer :) anyway to see usable code before? Not to say taht Wonder is not the biggest thing in a WO life today, but anything new

Re: WebObjects 5.3.3 released

2007-02-16 Thread Paolo Sommaruga
such update don't works for me. In my iMac intel I have Xcode 2.4.1, Java for MAc OS X 10.4 R 5, WO 5.3.2, but the software update don't reports any WO 5.5.3 update. It's possible to download it through an url ? Regards Paolo Sommaruga Il giorno 16/feb/07, alle ore 00:28, T

passing a parameter to a direct action via the http POST method

2007-01-25 Thread Paolo Sommaruga
string in which actually the parameter name is passed with the http GET method. My question is: there is a way to passing a parameter to a direct action via the http POST method ? I need to pass an object parameter which can exceed the size limit with GET Thanks and Regards Paolo

testing a WO web application with memory issue

2006-10-31 Thread Paolo Sommaruga
binding, all images are in database. There Is some memory issue with WOImage and memory management ? Regards Paolo Sommaruga ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev

Re: 2 form each with one WOFileUpload seems doesn't work

2006-09-29 Thread Paolo Sommaruga
esn't understand: : Exception occurred while handling request: java.lang.IllegalStateException: No form data left for WOFileUpload! ... There is something that prevents to use more than one form with WOFileUpload in the same page ? I'm confusing Regards

2 form each with one WOFileUpload seems doesn't work

2006-09-29 Thread Paolo Sommaruga
ption occurred while handling request: java.lang.IllegalStateException: No form data left for WOFileUpload! ... There is something that prevents to use more than one form with WOFileUpload in the same page ? I'm confusing Regards Paolo Sommaruga

Re: Ajax drag and drop not working in deployment

2006-09-14 Thread Paolo Sommaruga
Hi Pierre, have you copied Ajax.framework, ERExtensions.framework, ERJars.framework, in the NEXT_ROOT/Local/Library/Frameworks folder ? Regards Paolo Sommaruga Il giorno 14/set/06, alle ore 18:16, Jean Pierre Malrieu ha scritto: Hi, I have an app that uses AjaxDraggable/Droppable and

build the Ajax.framework as as jar file

2006-08-24 Thread Paolo Sommaruga
Hi,recently I have used the WONDER Ajax.framework in a WO application which work fine in Xcode. I have deployed it on tomcat as a SERVLET_TRUE_WAR and I have the following issue as reported by tomcat log- WOBundle.lookForClassInAllBundles(AjaxProxy) failed!In order to build my application with Xcod

Re: The other IDE

2006-08-12 Thread Paolo Sommaruga
rking heavy with Java Client technology Regards Paolo Sommaruga Il giorno 12/ago/06, alle ore 19:57, Arturo Pérez ha scritto: On Aug 12, 2006, at 1:18 PM, Michael Halliday wrote: The following paragraph that Jeremy wrote is really scarring me ... I am reading a lot into this stateme

Re: Wonder Ajax

2006-08-03 Thread Paolo Sommaruga
ssing the AjaxExample.woa/Contents/Resources/Ja/AjaxExample.jar file).I'm new with Wonder, any suggests ?Regards Paolo Sommaruga Il giorno 02/ago/06, alle ore 17:58, Mike Schrag ha scritto:I thought people might like to play with some of the Wonder Ajax components to see some of the things you ca

jc and proxy

2006-06-14 Thread Paolo Sommaruga
connection through a proxy server ? Thanks and Regards Paolo Sommaruga ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http

Re: SSL with WO 5 documentation?

2005-10-24 Thread Paolo Sommaruga
Hi Mike,take a look athttp://homepage.mac.com/kelleherk/iblog/C1216817469/E1192290575/index.htmlhttp://homepage.mac.com/kelleherk/iblog/C755751163/E683365024/index.htmlhttp://homepage.mac.com/kelleherk/iblog/C1216817469/E192834311/index.htmlRegards    Paolo SommarugaIl giorno 24/ott/05, alle ore 19

close a window browser

2005-10-11 Thread Paolo Sommaruga
when a user close a window browser it's possible to detect such event in order to perform in a Component Action a session cleanup ? There is some javascript which is able to react to such event ? Regards Paolo Sommaruga ___ Do not