[OpenLayers-Users] WFS + GWT, WFSParams problem

paweluz paweluz at o2.pl
Thu Feb 25 06:56:00 EST 2010


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.



More information about the Users mailing list