
jslt.rules.view.Basic=function(){
	this.inform=function(fieldRef,params){
		alert(params.error)
		fieldRef.focus()
	}
}

