Jsf <;comp:fileUpload>;支持jar文件?

Jsf <;comp:fileUpload>;支持jar文件?,jsf,file-upload,Jsf,File Upload,我已经使用了下面的标签。但是我不知道jar文件。我想在我的项目中添加这个jar <%@ taglib uri="/tags/taglib" prefix="comp"%> 和标签: <comp:fileUpload value="#{uploadBean.uploadedFile}" uploadIcon="" uploadOnMouseOver="" uploadOnMouseOut="" styleClass="" progressBarStyleClass="" c

我已经使用了下面的标签。但是我不知道jar文件。我想在我的项目中添加这个jar

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

和标签:

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

帮帮我。
提前感谢。

此标记库不存在

您必须按照在中给出的指南对其进行编码

此标记库不存在

您必须按照在中给出的指南对其进行编码

阅读此处:@JoseK:你应该将其作为答案发布。阅读此处:@JoseK:你应该将其作为答案发布。@eswaramorthy nec如果答案正确,你可以接受worked@eswaramoorthy-你可以接受这个答案,如果它有效的话