[ 
http://www.stripesframework.org/jira/browse/STS-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ben Gunter resolved STS-558.
----------------------------

    Resolution: Fixed

Tag properties like setFoo(foo) that pass through to set("foo", foo) when 
called by code other than the servlet container itself can cause problems like 
this with tag pooling. Only the "method" and "enctype" setters are called from 
other code, so I made them properties of the tag and clear them at the end of 
doEndTag(). See also STS-475, which addressed a similar problem.

> The attribute 'enctype' of the form tag is not cleared after rendering a form.
> ------------------------------------------------------------------------------
>
>                 Key: STS-558
>                 URL: http://www.stripesframework.org/jira/browse/STS-558
>             Project: Stripes
>          Issue Type: Bug
>          Components: Tag Library
>    Affects Versions: Release 1.5
>            Reporter: yakov zhdanov
>            Assignee: Ben Gunter
>            Priority: Minor
>             Fix For: Release 1.5
>
>
> I use two forms on the page. The first has input of file type, so, it forces 
> the enctype of the form to be multipart.
> The second form is multipart, too. That's not right.
> Maybe you should force some attributes clearing after form usage?
> Thanks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://www.stripesframework.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to