DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21408>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21408

html:errors in redirect mode

           Summary: html:errors in redirect mode
           Product: Struts
           Version: 1.0 Final
          Platform: All
               URL: http://jakarta.apache.org/struts/userGuide/struts-
                    html.html#errors
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Documentation
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


in struts-config.xml, we are using <forward ... redirect="true" ...
in order to see the URLs of the pages that truly are displayed in the browser's
address bar.

However, it appears that html:errors no longer works with this approach?
Please enhance the documentation how one can get this working short of rewriting
control/taglib/ShowErrorsTag.java with 
<<
...
public class ShowErrorsTag extends TagSupport {
...
  public int doStartTag() throws JspException {

        ActionErrors errors = new ActionErrors();
        try {

           Object value =
                pageContext.getAttribute(name, PageContext.SESSION_SCOPE);

...
>> etc.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to