TheCoder4eu / BootsFaces

BootsFaces : the next gen JSF Framework
MIT License
71 stars 17 forks source link

<boots:commandButton> Doesn't works well with <prime:fileUpload> component #49

Open rapzodo opened 8 years ago

rapzodo commented 8 years ago

I'm using the fileUpload component with bootsfaces commandButton and inputText, everything works fine until the update after the validations. When i submit the form and some validation error occurs (i.e. requited field not entered), everything runs smoothly (field with error are highlighted, msgs are displayed, etc) except that looks like the form crashes, I'm not able to submit again, and nothing is updated on UI. I've tried to change from boots:commandButton to prime:commandButton and then it works fine. ` </b:column> <b:selectOneMenu label="#{msg.categoria}" value="#{menuMBean.categoria}" required="true">

`