Problem solved thanks to Edvin!
There is missing constructor for WFSParam. This code deals with the problem.
public class WFSParamsExt extends WFSParams {
protected WFSParamsExt(JSObject jsObject) {
super(jsObject);
}
public WFSParamsExt(){
this(JSObject.createJSObject());
}
}
Cheers,
Poul
--
View this message in context:
http://n2.nabble.com/WFS-GWT-WFSParams-problem-tp4631183p4631990.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users