[jira] Created: (TRINIDAD-1525) File too Large message not visible when using tr:inputFile inside tr:panelGroupLayout

View: New views
2 Messages — Rating Filter:   Alert me  

[jira] Created: (TRINIDAD-1525) File too Large message not visible when using tr:inputFile inside tr:panelGroupLayout

by My Faces - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

File too Large message not visible when using tr:inputFile inside tr:panelGroupLayout
-------------------------------------------------------------------------------------

                 Key: TRINIDAD-1525
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1525
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 1.2.10-core, 1.2.9-core, 1.2.7-core
         Environment: Glassfish V2 on Linux & Windows
            Reporter: Anuj


<tr:panelGroupLayout partialTriggers="uploadImgBtn deleteBtn">
                                                    <tr:inputFile id="inputFileImg" onchange="validateFile(this);" partialTriggers="uploadImgBtn deleteBtn" value="#{backingBean.imageFile}" rendered="#{backingBean.imageFile==null}"/>

With the above code, when we try to upload file which is greater then allowable limit (as configured in web.xml) then, we should get the message saying that file is too large or something.  But, when used in panelGroupLayout, we do not get that message.

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


[jira] Commented: (TRINIDAD-1525) File too Large message not visible when using tr:inputFile inside tr:panelGroupLayout

by My Faces - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/TRINIDAD-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12727994#action_12727994 ]

Matthias Weßendorf commented on TRINIDAD-1525:
----------------------------------------------

here are some more information on the issue (including rendered HTML):

http://www.mail-archive.com/users@.../msg53368.html

> File too Large message not visible when using tr:inputFile inside tr:panelGroupLayout
> -------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1525
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1525
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.2.7-core, 1.2.9-core, 1.2.10-core
>         Environment: Glassfish V2 on Linux & Windows
>            Reporter: Anuj
>
> <tr:panelGroupLayout partialTriggers="uploadImgBtn deleteBtn">
>                                                     <tr:inputFile id="inputFileImg" onchange="validateFile(this);" partialTriggers="uploadImgBtn deleteBtn" value="#{backingBean.imageFile}" rendered="#{backingBean.imageFile==null}"/>
> With the above code, when we try to upload file which is greater then allowable limit (as configured in web.xml) then, we should get the message saying that file is too large or something.  But, when used in panelGroupLayout, we do not get that message.

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