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.

Reply via email to