views:

30

answers:

1

Hi, 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.

+3  A: 

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

JoseK
Thanks for your nice support
EswaraMoorthyNEC
@eswaramoorthy-nec you can accept the answer then if it worked
JoseK