Skip to content

p:fileUpload listener not being called #3696

Closed Answered by davidH-zed
davidH-zed asked this question in PrimeFaces
Discussion options

You must be logged in to vote

Hi, found the issue, I had

<h:outputStylesheet name="styles.css" library="css" />
<u:include src="../../templates/settings/tabs.xhtml" />

inside the <h:form>
ie.

<h:form>
<h:outputStylesheet name="styles.css" library="css" />
<u:include src="../../templates/settings/tabs.xhtml" />

which seemed to mask the form, changed it to:

<h:outputStylesheet name="styles.css" library="css" />
<u:include src="../../templates/settings/tabs.xhtml" />
<h:form>

and it worked fine

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@davidH-zed
Comment options

@melloware
Comment options

@davidH-zed
Comment options

Answer selected by melloware
Comment options

You must be logged in to vote
1 reply
@melloware
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Workaround Workaround for the issue is found
2 participants