You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/03/31 18:41:37 UTC

DO NOT REPLY [Bug 28095] New: - [Portal] portal-html-eventlink deletes enctype attribute

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=28095

[Portal] portal-html-eventlink deletes enctype attribute

           Summary: [Portal] portal-html-eventlink deletes enctype attribute
           Product: Cocoon 2
           Version: Current CVS 2.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: blocks
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: jck@babelobjects.com


I have a portal with a few coplets.
One of these has a woody form in which I defined an upload widget, so I need the
enctype attribute.

The problem is that portal-html-eventlink transformer deletes the enctype
attribute, so I can't use it with my woody forms with upload widgets.  So the
continuation is directly called and my woody form is not included anymore in the
portal application.

I modified HtmlEventLinkTransformer to add enctype attribute if present but then
the portal doesn't see any parameters.