v1.2
I've upgraded to SmartGWT 1.2, and this line from ExtendedCalendar.java is incompatible:
JSOHelper.setAttribute( eventJS, "viewName", this.getCurrentViewName() );
The reason appears to be that Calendar.getCurrentViewName() is a removed method in v1.2.
-Dave
	
		
			
			
				
	
							
						
					I've upgraded to SmartGWT 1.2, and this line from ExtendedCalendar.java is incompatible:
JSOHelper.setAttribute( eventJS, "viewName", this.getCurrentViewName() );
The reason appears to be that Calendar.getCurrentViewName() is a removed method in v1.2.
-Dave
					Originally posted by Laure
					
				
				
			
		
Comment