jsf 2 - FileLimit is not working in primefaces file upload when multiple="true" -
i trying set filelimit="4"
in application in <p:fileupload>
validate when user uploads multiple files not more four. not working.
when checked primefaces showcase multiple=true
scenario, there not working. , weird thing when try autocomplete in eclipse attributes inside <p:fileupload>
don't see filelimit
, filelimitmessage
etc. using primefaces 3.5v.is bug in primefaces file upload?
for reason, primefaces main showcase site showcasing current alpha/beta/rc version instead of latest stable version. can verify looking @ version information in footer of showcase site. indeed confusing. previously, primefaces alpha/beta/rc versions showcased on different showcase site (called primefaces labs).
in particular case, filelimit
attribute of <p:fileupload>
indeed added in primefaces 4.0 , absent in 3.5. in order utilize attribute, you'd need upgrade primefaces 4.0. it's available snapshot (note: you're supposed report issues directly them then). final release scheduled in few weeks.
Comments
Post a Comment