简体   繁体   中英

<comp:fileUpload> supporing jar file?

I have use the following tag. But i don't know the jar file. i want to add that jar in my project.

<%@ taglib uri="/tags/taglib" prefix="comp"%>

and tag :

<comp:fileUpload value="#{uploadBean.uploadedFile}"
uploadIcon=""
uploadOnMouseOver=""
uploadOnMouseOut=""
styleClass=""
progressBarStyleClass=""
cellStyleClass=""
activeStyleClass=""/>

Help me. Thanks in advance.

This tag lib does not exist.

You have to code it as per the guidelines given at http://today.java.net/pub/a/today/2006/02/09/file-uploads-with-ajax-and-jsf.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM