Huijun Yang wrote: > > > > I am thinking to define a subclass of ZipUpload, which will override > deploy() and undeploy() methods, so that I can do the actual tricks, to > copy/delete file when > >> activate/deactivate is invoked. I defined the extra fields mentioned > above in upload.xml, but did not figure out how to get those settings' > values. > >> Can anyone shed some light on this? > > Never mind, I figured it out. Thanks anyway! >
If anybody else needs to figure that out: Upload is a bean with settings so you should be able to get the value of anything declared in upload.xml using getSettingValue method... D. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
