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=13403>.
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=13403

using custom tags after a redirect

           Summary: using custom tags after a redirect
           Product: Struts
           Version: 1.1 Beta 2
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have a page with a form,
when I set redirect to false in the forward for this page(struts-config), it 
works fine.
But when I set it to true (which I need to do so that the form in the previous 
is not posted again on a reload), I get this error when I try to display the 
page:

[08/10/02 11:34:03:890 CEST] 67bcc801 WebGroup      X Servlet Error: 
Cannot retrieve mapping for action /supprimerPublicationEltPubl: 
javax.servlet.jsp.JspException: Cannot retrieve mapping for action 
/supprimerPublicationEltPubl
        at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:871)

"/supprimerPublicationEltPubl" is the action of my form, this form is defined 
as follows:
<html:form action="/supprimerPublicationEltPubl" onsubmit="return verifierForm
()">

for information, I use the modules feature (may be struts can not know in what 
module config file to retrieve the mapping of the action after a redirect ?).

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

Reply via email to