Deprecated API

Deprecated Methods
org.barracudamvc.core.comp.BAction.getDisableBackButton()
          csc_033005_1 - this functionality does not work in Firefox or Mozilla, due to the fact that those browsers ALWAYS add an item to the browser history when a form is submitted, even if that post occurs in an IFRAME. This still does work in IE. 
org.barracudamvc.core.event.DefaultBaseEvent.getEventIDWithExtension()
          csc010404_1; replaced by DefaultBaseEvent.getEventURL() 
org.barracudamvc.core.event.BaseEvent.getEventIDWithExtension()
          csc010404_1; replaced by BaseEvent.getEventURL() 
org.barracudamvc.core.event.ApplicationGateway.initializeLocal(ServletConfig)
          If your code is still attempting to extend this old method signature, you need to change it to use initializeLocal() instead. If you still need to get a reference to the servlet config, just call 'this.getServletConfig()'. This method is now final so that code which might still be using it will no longer compile. 
org.barracudamvc.core.comp.BAction.setDisableBackButton(boolean)
          csc_033005_1 - this functionality does not work in Firefox or Mozilla, due to the fact that those browsers ALWAYS add an item to the browser history when a form is submitted, even if that post occurs in an IFRAME. This still does work in IE. 
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.