Image is not showing up with primefaces commandbutton
- icon attribute
I tried below styles but of no use
1. .ui-icon-csv{
background-image: url("#{resource['/images/csv.jpg']}") !important;
}
2. .ui-icon-csv{
background-image: url("#{resource['images/csv.jpg']}") !important;
}
css file path:
<link rel="stylesheet" type="text/css" href="css/style.css" />
Project structure: Not able to post image
projectname ->
css
images
js
index.jsp etc
There is no resource folder in project. So, It is giving problem with image path for icon
Kindly let me know how to resolve this???
Thanks...