-
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
CommandButton inside a Datatable not working #489
Comments
You're lucky - I've fixed this bug last weekend. Please try the latest Snapshot of BootsFaces-1.0.0 and report back whether it fixes your problem or not. See #369 on how to get the snapshot. |
Thanks master, I will diffidently check and update to you. |
Hi Master I am unable to use the mentioned snapshot, hence not able to check the fix., Or please let me know the development/beta version of 1.0.0 of bootsfaces url to download. |
The fault is on my side. For some reason, I've confused the version numbers. The correct version number is 0.9.2-SNAPSHOT (located at https://oss.sonatype.org/content/repositories/snapshots/net/bootsfaces/bootsfaces/0.9.2-SNAPSHOT/). |
I tested it with version 0.9.2. It doesn't work. The commandbutton work only outside the datatable... |
That works for me :) <h:column>
<f:facet name="header">Download</f:facet>
<b:commandButton value="button"
action="#{homeView.download}">
</b:commandButton>
</h:column>
</b:dataTable> |
I'm a bit confused. What does work and what does not? Reading your posts, I understand using |
Work for me too.!! Thx stephanrauh. I have a question, when release the next stable version? |
Soon. Maybe even end of this month, although we've still got a lot of open bugs and little time to close them. But still, it's time to publish a new release. |
Hi Team I am trying to add a row dynamically into the datatable it is perfectly working fine, but if I want to remove a particular row having a button for in each row the actionListenor not called and unable to remove a row. However the same example with jsf working fine, but I need the datatable from bootsfaces framework.
The first table is from jsf and the second is from bootsfaces.
The text was updated successfully, but these errors were encountered: