Primefaces 5.0 skinSimple attribute does not appear

Asked

Viewed 106 times

0

I’m trying to use the fileUpload component of primefaces and for what I want, the attribute "skinSimple" is not appearing, as I saw demonstrated in the showcase. I even try to put the attribute without the autocomplete but when I finish typing the IDE returns an error saying that the attribute does not exist for the component.

Does anyone have any idea what it might be?

  • You need to put your code in so we can help you.

  • So I try to put the component like this: <p:fileUpload value="#{fileUploadView.file}" mode="simple" skinSimple="true"/> but the last attribute (skinSimple="true") does not appear in the autocomplete (Ctrl + space) and if I put it manually, Netbeans says that there is no such attribute for the fileUpload component. I’m using Netbeans 8 and Primefaces 5.0 via Maven.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.