Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/DISPL-149

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DISPL-149
    Summary: I18StrutsAdapter requires struts 1.2
       Type: Bug

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: DisplayTag
 Components: 
             I18N
   Fix Fors:
             1.0
   Versions:
             1.0 RC2

   Assignee: 
   Reporter: fabrizio giustina

    Created: Thu, 9 Dec 2004 1:48 PM
    Updated: Thu, 9 Dec 2004 1:48 PM

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);


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to