Details
Description
I18StrutsAdapter actually requires struts 1.2. Dependencies on TagUtils and RequestUtils should be removed to allow it to be used in 1.1 (and 1.0?).
1-)import org.apache.struts.taglib.TagUtils;
but in struts.jar , there is no TagUtils class
2-) import org.apache.struts.util.RequestUtils
But in code the below code , compiler says no "getUserLocale" method in
RequestsUtils
RequestUtils.getUserLocale(request, Globals.LOCALE_KEY);
1-)import org.apache.struts.taglib.TagUtils;
but in struts.jar , there is no TagUtils class
2-) import org.apache.struts.util.RequestUtils
But in code the below code , compiler says no "getUserLocale" method in
RequestsUtils
RequestUtils.getUserLocale(request, Globals.LOCALE_KEY);
Issue Links
| This issue is depended upon by: | ||||
| DISPL-166 | support for struts session locale |
|
|
|