super.setMonthToShow(month,year); this.display.month.datapath.setXPath( "datepicker_strings_en:/months/month[@index='" + month + "']/@full" ); this.display.year.setText( year ); if( this.selecteddate != null ) { this.selected.year.setText( this.selecteddate.getFullYear() ); this.selected.month.datapath.setXPath( "datepicker_strings_en:/months/month[@index='" + this.selecteddate.getMonth() + "']/@full" ); this.selected.date.setText( this.selecteddate.getDate() ); }