-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tabs damage usage of file upload #855
Comments
Just double-checking: tabs complain a lot if you don't put them inside a form tag (at least in the developer stage). Did you do so? In other words: does your program nest two forms into each other? |
Simply take the examples, there is no form in a form. I've even tried it with b:form, but the error still is the same. I want to have a form inside of multiple tabs, therefore, a h:form outside of the tabView is no solution. |
Yes, with version 1.2.0-SNAPSHOT, the bug is fixed. Thanks for the fast solution, looking forward to see 1.2.0 soon. 👍 |
verified behavior in version 1.1.3 of bootsfaces:
produces a "file is null" message, while
doesn't crash. Therefore, using tabs with file uploads is not possible yet.
The text was updated successfully, but these errors were encountered: