Details
Description
org.jboss.seam.international.LocaleSelector has method with same name as D2DViewHandler for calculateLocale().
When trying to use this part of seam framework with ICEfaces, our D2DViewhandler:calculateLocale() gets called and it does entirely something different from the seam version....so just doesn't work.
SeeICE-2145, which indicates that we should have components to do this as well as timezone selection.
When trying to use this part of seam framework with ICEfaces, our D2DViewhandler:calculateLocale() gets called and it does entirely something different from the seam version....so just doesn't work.
See
Actually it's the jsf view handler that also has the same method (seam calls it and it comes back to the LocaleSelector method with same name)...kind of confusing.