You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Stanislav Dvorscak (JIRA)" <ji...@apache.org> on 2010/07/02 16:05:53 UTC

[jira] Created: (WICKET-2931) Form#getMaxSize

Form#getMaxSize
---------------

                 Key: WICKET-2931
                 URL: https://issues.apache.org/jira/browse/WICKET-2931
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4.6
            Reporter: Stanislav Dvorscak


Form#getMaxSize() ignores the fact that the form can be inner.

If you have inner form, and this form has multipart and maxsize. Only the multipart flag is accepted. The maxSize will be determined by the parent form ~ null value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-2931) Form#getMaxSize - unsupported in the inner forms

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885302#action_12885302 ] 

Martin Grigorov commented on WICKET-2931:
-----------------------------------------

Please provide a quickstart application.

> Form#getMaxSize - unsupported in the inner forms
> ------------------------------------------------
>
>                 Key: WICKET-2931
>                 URL: https://issues.apache.org/jira/browse/WICKET-2931
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.6
>            Reporter: Stanislav Dvorscak
>
> Form#getMaxSize() ignores the fact that the form can be inner.
> If you have inner form, and this form has multipart and maxsize. Only the multipart flag is accepted. The maxSize will be determined by the parent form ~ null value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-2931) Form#getMaxSize - unsupported in the inner forms

Posted by "Stanislav Dvorscak (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stanislav Dvorscak updated WICKET-2931:
---------------------------------------

    Summary: Form#getMaxSize - unsupported in the inner forms  (was: Form#getMaxSize)

> Form#getMaxSize - unsupported in the inner forms
> ------------------------------------------------
>
>                 Key: WICKET-2931
>                 URL: https://issues.apache.org/jira/browse/WICKET-2931
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.6
>            Reporter: Stanislav Dvorscak
>
> Form#getMaxSize() ignores the fact that the form can be inner.
> If you have inner form, and this form has multipart and maxsize. Only the multipart flag is accepted. The maxSize will be determined by the parent form ~ null value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-2931) Form#getMaxSize - unsupported in the inner forms

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2931.
-----------------------------------

         Assignee: Igor Vaynberg
    Fix Version/s: 1.4.11
                   1.5-M2
       Resolution: Fixed

> Form#getMaxSize - unsupported in the inner forms
> ------------------------------------------------
>
>                 Key: WICKET-2931
>                 URL: https://issues.apache.org/jira/browse/WICKET-2931
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.6
>            Reporter: Stanislav Dvorscak
>            Assignee: Igor Vaynberg
>             Fix For: 1.4.11, 1.5-M2
>
>
> Form#getMaxSize() ignores the fact that the form can be inner.
> If you have inner form, and this form has multipart and maxsize. Only the multipart flag is accepted. The maxSize will be determined by the parent form ~ null value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-2931) Form#getMaxSize - unsupported in the inner forms

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902316#action_12902316 ] 

Hudson commented on WICKET-2931:
--------------------------------

Integrated in Apache Wicket 1.5.x #266 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/266/])
    form#getmaxsize() support for nested forms
Issue: WICKET-2931


> Form#getMaxSize - unsupported in the inner forms
> ------------------------------------------------
>
>                 Key: WICKET-2931
>                 URL: https://issues.apache.org/jira/browse/WICKET-2931
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.6
>            Reporter: Stanislav Dvorscak
>            Assignee: Igor Vaynberg
>             Fix For: 1.4.11, 1.5-M2
>
>
> Form#getMaxSize() ignores the fact that the form can be inner.
> If you have inner form, and this form has multipart and maxsize. Only the multipart flag is accepted. The maxSize will be determined by the parent form ~ null value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.