You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Ji Kim (JIRA)" <de...@myfaces.apache.org> on 2012/09/29 00:37:08 UTC

[jira] [Created] (TRINIDAD-2322) Need to update the fileUpload.xml xdoc so to provide a missing configuration

Ji Kim created TRINIDAD-2322:
--------------------------------

             Summary: Need to update the fileUpload.xml xdoc so to provide a missing configuration
                 Key: TRINIDAD-2322
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2322
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 2.0.1-core
            Reporter: Ji Kim
            Priority: Minor


Currently there exists a missing configuration within http://myfaces.apache.org/trinidad/devguide/fileUpload.html, the configuration documentation requires an update.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (TRINIDAD-2322) Need to update the fileUpload.xml xdoc so to provide a missing configuration

Posted by "Ji Kim (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ji Kim updated TRINIDAD-2322:
-----------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0-core
           Status: Resolved  (was: Patch Available)

Thx for the check in!
                
> Need to update the fileUpload.xml xdoc so to provide a missing configuration
> ----------------------------------------------------------------------------
>
>                 Key: TRINIDAD-2322
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2322
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 2.1.0-core
>            Reporter: Ji Kim
>            Priority: Minor
>             Fix For: 2.1.0-core
>
>         Attachments: fileUpload.xml.patch, updatedFileUpload.png
>
>
> Currently there exists a missing configuration within http://myfaces.apache.org/trinidad/devguide/fileUpload.html, the configuration documentation requires an update.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TRINIDAD-2322) Need to update the fileUpload.xml xdoc so to provide a missing configuration

Posted by "Ji Kim (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13465972#comment-13465972 ] 

Ji Kim commented on TRINIDAD-2322:
----------------------------------

I have uploaded a patch file as well as a screen shot of fileUpload.html after running "mvn site" [only difference being I removed the empty line between the newly added configuration and the previously existing configuration].
                
> Need to update the fileUpload.xml xdoc so to provide a missing configuration
> ----------------------------------------------------------------------------
>
>                 Key: TRINIDAD-2322
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2322
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 2.0.1-core
>            Reporter: Ji Kim
>            Priority: Minor
>         Attachments: fileUpload.xml.patch, updatedFileUpload.png
>
>
> Currently there exists a missing configuration within http://myfaces.apache.org/trinidad/devguide/fileUpload.html, the configuration documentation requires an update.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TRINIDAD-2322) Need to update the fileUpload.xml xdoc so to provide a missing configuration

Posted by "Jeanne Waldman (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469494#comment-13469494 ] 

Jeanne Waldman commented on TRINIDAD-2322:
------------------------------------------

This is the configuration that was added org.apache.myfaces.trinidad.UPLOAD_MAX_FILE_SIZ
                
> Need to update the fileUpload.xml xdoc so to provide a missing configuration
> ----------------------------------------------------------------------------
>
>                 Key: TRINIDAD-2322
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2322
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 2.0.1-core
>            Reporter: Ji Kim
>            Priority: Minor
>         Attachments: fileUpload.xml.patch, updatedFileUpload.png
>
>
> Currently there exists a missing configuration within http://myfaces.apache.org/trinidad/devguide/fileUpload.html, the configuration documentation requires an update.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Comment Edited] (TRINIDAD-2322) Need to update the fileUpload.xml xdoc so to provide a missing configuration

Posted by "Jeanne Waldman (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469494#comment-13469494 ] 

Jeanne Waldman edited comment on TRINIDAD-2322 at 10/5/12 3:43 AM:
-------------------------------------------------------------------

This is the configuration that was added org.apache.myfaces.trinidad.UPLOAD_MAX_FILE_SIZE
                
      was (Author: jeanne.waldman@oracle.com):
    This is the configuration that was added org.apache.myfaces.trinidad.UPLOAD_MAX_FILE_SIZ
                  
> Need to update the fileUpload.xml xdoc so to provide a missing configuration
> ----------------------------------------------------------------------------
>
>                 Key: TRINIDAD-2322
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2322
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 2.0.1-core
>            Reporter: Ji Kim
>            Priority: Minor
>         Attachments: fileUpload.xml.patch, updatedFileUpload.png
>
>
> Currently there exists a missing configuration within http://myfaces.apache.org/trinidad/devguide/fileUpload.html, the configuration documentation requires an update.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (TRINIDAD-2322) Need to update the fileUpload.xml xdoc so to provide a missing configuration

Posted by "Ji Kim (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ji Kim updated TRINIDAD-2322:
-----------------------------

    Status: Patch Available  (was: Open)
    
> Need to update the fileUpload.xml xdoc so to provide a missing configuration
> ----------------------------------------------------------------------------
>
>                 Key: TRINIDAD-2322
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2322
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 2.0.1-core
>            Reporter: Ji Kim
>            Priority: Minor
>         Attachments: fileUpload.xml.patch, updatedFileUpload.png
>
>
> Currently there exists a missing configuration within http://myfaces.apache.org/trinidad/devguide/fileUpload.html, the configuration documentation requires an update.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira