Hello List

I am new with JSP and I have tomcat 4.1.12 running with apache 2.0, IBM JDK 1.3 and mod_webapp under Debian Linux. Now I have written two simple beans to test the PropertyChangeSupport feature of the Java beans. One bean fires a property change and the other bean ist the listener, that should receive the change. Unfortunately it seems to me that this feature is not supported by tomcat. I load both beans in a jsp with the usebean directive (scope='session'). The beans work fine, I can set and get properties but the PorpertyChangeSupport doesn't work. I even do not now whether the property change event ist fired or not. Do I have to do some special confiuration to use the PropertyChangeSupport with tomcat or isn't it possible at all. I am thankful for every kind of help.

best regards

markus


--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to