Hi folks, I have a litte problem with JdbcControls and webservices, hope somebody can help :)
The use case is as following: I have to access a JdbcControl through a webservice (actually, a .jws deployed on Axis, embedded in my web application). If I instantiate the control programmaticaly, everything works flawlessly, but if I use the declarative approach with the @Control annotation, I get a NullPointerException when I try to access the control... Do you have any suggestion that could fix this problem? Many thanks, Pier
